Opened 19 years ago

Last modified 8 years ago

#7376 closed update

UPDATE - MenuMeters-1.3 — at Initial Version

Reported by: andrewmy@… Owned by: darwinports-bugs@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: waqar@…
Port: MenuMeters

Description

MenuMeters-1.3

the portfile can be found here: http://www.darwinports.org/darwinports/dports/aqua/MenuMeters/Portfile

Description: The port install fails because the source was updated to version 1.3 and the md5/sha1 hashes have change. This update fixes those hashes, version number, and makes a couple of directory fixes.

Homepage: http://www.ragingmenace.com/software/menumeters

Comments: This fix may be Tiger/XCode 2.2 specific, as this is the only system I have to test with. Diff is below:

d-110:~/dports-dev/aqua/MenuMeters andrewmy$ cat Portfile.diff --- Portfile.old 2006-02-20 04:39:34.000000000 -0500 +++ Portfile 2006-02-20 04:35:43.000000000 -0500 @@ -2,7 +2,7 @@

PortSystem 1.0 name MenuMeters

-version 1.2.2 +version 1.3

categories aqua sysutils maintainers waqaratopendarwin.org description Set of CPU, memory, disk, and network monitoring tools

@@ -15,8 +15,8 @@

platforms macosx master_sites http://www.ragingmenace.com/software/download distname ${name}

-checksums md5 539849d29ea625c66c5633242760f561 \

+checksums md5 e2957c514a1222b3ab8d4414dd1806eb \ + sha1 fc00ebd506f89014a92372bc1bbe738f53409155

post-extract {

file rename ${workpath}/${name}\ ${version}\ Source ${worksrcpath}

@@ -30,6 +30,6 @@

destroot {

xinstall -m 755 -d ${destroot}/Library/PreferencePanes

  • file copy ${worksrcpath}/build/${name}.prefPane \

+ file copy ${worksrcpath}/build/release/${name}.prefPane \

${destroot}/Library/PreferencePanes

}

Change History (1)

Changed 19 years ago by andrewmy@…

Attachment: Portfile.diff added

Diff of old and new portfile

Note: See TracTickets for help on using tickets.