[31012] trunk/dports/devel/class-dump/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 13 12:20:09 PST 2007


Revision: 31012
          http://trac.macosforge.org/projects/macports/changeset/31012
Author:   waqar at macports.org
Date:     2007-11-13 12:20:08 -0800 (Tue, 13 Nov 2007)

Log Message:
-----------
Updated to the latest version.

Modified Paths:
--------------
    trunk/dports/devel/class-dump/Portfile

Modified: trunk/dports/devel/class-dump/Portfile
===================================================================
--- trunk/dports/devel/class-dump/Portfile	2007-11-13 19:57:58 UTC (rev 31011)
+++ trunk/dports/devel/class-dump/Portfile	2007-11-13 20:20:08 UTC (rev 31012)
@@ -1,8 +1,10 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem  1.0
+PortGroup   xcode 1.0
+
 name		class-dump
-version		3.1.1
+version		3.1.2
 categories	devel
 maintainers	waqar at macports.org
 description	Utility for examining the Objective-C segment of Mach-O files.
@@ -10,20 +12,23 @@
 	It generates declarations for the classes, categories and 	\
 	protocols. This is the same information provided by using 	\
 	'otool -ov', but presented as normal Objective-C declarations.
-homepage	http://www.codethecode.com/Projects/class-dump/
-platforms	macosx
-master_sites	http://www.codethecode.com/download
 
-checksums	md5 780b63f26c9b0248c2f93a3aee334a33			\
-		sha1 510dcaf1bb1f046a60ac668ded3fb469f42bf8b2
+homepage	http://www.codethecode.com/projects/class-dump/
+master_sites	http://www.codethecode.com/download/
+
+checksums       md5 e8a90df57e4275b694c2c2222450cacf                    \
+                sha1 b027bbdc27daa2de42d878aa9129e83d87baf317           \
+                rmd160 f687b91069efaf72550891e383509d3e0bfaf26b
+
 worksrcdir	${distname}/src
-use_configure	no
-build.type 	pbx
-build.target
-destroot 	{
-	cd ${worksrcpath}
-	system "${build.cmd} install INSTALL_PATH=${prefix}/bin \
-		INSTALL_MODE_FLAG=go-w,a+rX DSTROOT=${destroot}"
+
+xcode.target    ${name}
+
+xcode.destroot.path ${prefix}/bin
+
+variant universal {
+    xcode.build.settings    ARCHS="i386 ppc"
+    xcode.destroot.settings ARCHS="i386 ppc"
 }
 
 livecheck.check	regex

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071113/8b19f3df/attachment.html


More information about the macports-changes mailing list