[87180] trunk/dports/aqua/MenuMeters

ryandesign at macports.org ryandesign at macports.org
Sat Nov 12 23:26:31 PST 2011


Revision: 87180
          http://trac.macports.org/changeset/87180
Author:   ryandesign at macports.org
Date:     2011-11-12 23:26:28 -0800 (Sat, 12 Nov 2011)
Log Message:
-----------
MenuMeters: update to 1.5 (#28541), add dist_subdir since this is an unversioned distfile, indicate license, use xcode portgroup, indicate that mtree violation is intentional

Modified Paths:
--------------
    trunk/dports/aqua/MenuMeters/Portfile

Added Paths:
-----------
    trunk/dports/aqua/MenuMeters/files/
    trunk/dports/aqua/MenuMeters/files/patch-MenuMeters.xcodeproj-project.pbxproj.diff

Modified: trunk/dports/aqua/MenuMeters/Portfile
===================================================================
--- trunk/dports/aqua/MenuMeters/Portfile	2011-11-13 07:13:05 UTC (rev 87179)
+++ trunk/dports/aqua/MenuMeters/Portfile	2011-11-13 07:26:28 UTC (rev 87180)
@@ -1,10 +1,17 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup           xcode 1.0
+
 name		MenuMeters
-version		1.3
+version             1.5
 categories	aqua sysutils
 maintainers	waqar openmaintainer
+license             GPL-2
+
+# bundled MenuCracker is only compiled for these archs
+supported_archs     i386 ppc x86_64
+
 description	Set of CPU, memory, disk, and network monitoring tools
 long_description	\
 	The MenuMeters monitors are true SystemUIServer plugins 	\
@@ -12,22 +19,25 @@
 	using command-drag and remember their positions in the menubar 	\
 	across logins and restarts.
 homepage	http://www.ragingmenace.com/software/menumeters
-platforms	macosx
 master_sites	http://www.ragingmenace.com/software/download
 distname	${name}
-checksums	md5 e2957c514a1222b3ab8d4414dd1806eb			\
-		sha1 fc00ebd506f89014a92372bc1bbe738f53409155
+dist_subdir         ${name}/${version}
 
+checksums           rmd160  460af2fb40974d429389195fe49db1c7773ab472 \
+                    sha256  9e201177391fc0dcf86065c8f275829a45246f1a86322d2534c7aed63a82ecc4
+
 post-extract	{
 	file rename ${workpath}/${name}\ ${version}\ Source ${worksrcpath}
 }
 worksrcdir	${name}-${version}
-use_configure	no
 
-build.type 	pbx
-build.target	-target PrefPane
-build.args	build INSTALL_MODE_FLAG=go-w,a+rX
+patchfiles          patch-MenuMeters.xcodeproj-project.pbxproj.diff
 
+xcode.configuration Release
+xcode.target        PrefPane
+
+destroot.violate_mtree  yes
+
 destroot	{
 	xinstall -m 755 -d ${destroot}/Library/PreferencePanes
 	file copy ${worksrcpath}/build/Release/${name}.prefPane		\

Added: trunk/dports/aqua/MenuMeters/files/patch-MenuMeters.xcodeproj-project.pbxproj.diff
===================================================================
--- trunk/dports/aqua/MenuMeters/files/patch-MenuMeters.xcodeproj-project.pbxproj.diff	                        (rev 0)
+++ trunk/dports/aqua/MenuMeters/files/patch-MenuMeters.xcodeproj-project.pbxproj.diff	2011-11-13 07:26:28 UTC (rev 87180)
@@ -0,0 +1,18 @@
+--- MenuMeters.xcodeproj/project.pbxproj.orig	2011-07-02 23:27:50.000000000 -0500
++++ MenuMeters.xcodeproj/project.pbxproj	2011-11-13 01:18:18.000000000 -0600
+@@ -1643,7 +1643,6 @@
+ 				SEPARATE_STRIP = YES;
+ 				WARNING_CFLAGS = (
+ 					"-Wall",
+-					"-Werror",
+ 					"-Wshorten-64-to-32",
+ 				);
+ 			};
+@@ -1674,7 +1673,6 @@
+ 				SEPARATE_STRIP = YES;
+ 				WARNING_CFLAGS = (
+ 					"-Wall",
+-					"-Werror",
+ 					"-Wshorten-64-to-32",
+ 				);
+ 			};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111112/f906dbb8/attachment.html>


More information about the macports-changes mailing list