[MacPorts] #7376: UPDATE - MenuMeters-1.3
MacPorts
noreply at macports.org
Thu Mar 24 07:22:31 PDT 2016
#7376: UPDATE - MenuMeters-1.3
-------------------------+---------------------
Reporter: andrewmy@… | Owner: waqar@…
Type: update | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.0
Resolution: fixed | Keywords:
Port: MenuMeters |
-------------------------+---------------------
Changes (by ryandesign@…):
* type: defect => update
* port: => MenuMeters
Old 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 \
> - 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
> }
New description:
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
}
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/7376#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list