Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#7376 closed update (fixed)

UPDATE - MenuMeters-1.3

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

MenuMeters-1.3

the portfile can be found here: browser:trunk/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            \
-        sha1 70cdd49de0459623ba3031866fbbf16eca46587f
+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
 }

Attachments (2)

Portfile.diff (1.0 KB) - added by andrewmy@… 18 years ago.
Diff of old and new portfile
dports_mmeters.txt (3.6 KB) - added by schlu-do@… 18 years ago.
debug output from build process

Download all attachments as: .zip

Change History (7)

Changed 18 years ago by andrewmy@…

Attachment: Portfile.diff added

Diff of old and new portfile

comment:1 Changed 18 years ago by blb@…

Cc: waqar@… removed
Owner: changed from darwinports-bugs@… to waqar@…

Assigning to maintainer.

Changed 18 years ago by schlu-do@…

Attachment: dports_mmeters.txt added

debug output from build process

comment:2 Changed 18 years ago by schlu-do@…

O.K., another update. I did install XCode 2.2.1, which gave me the 10.3.9 and 10.4u SDK.

[albook:~] dominik$ xcodebuild -version
Component versions: DevToolsCore-660.0; DevToolsSupport-651.0

Now installation with the updated portfile was no problem anymore.

Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:3 Changed 18 years ago by waqar@…

Status: newassigned

comment:4 Changed 18 years ago by waqar@…

Resolution: fixed
Status: assignedclosed

Fix checked in.

comment:5 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: MenuMeters added
Type: defectupdate
Note: See TracTickets for help on using tickets.