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

nox at macports.org nox at macports.org
Sat Jan 9 11:33:57 PST 2010


Revision: 62514
          http://trac.macports.org/changeset/62514
Author:   nox at macports.org
Date:     2010-01-09 11:33:54 -0800 (Sat, 09 Jan 2010)
Log Message:
-----------
Update class-dump to 3.3.1 and install README (#23141)

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

Modified: trunk/dports/devel/class-dump/Portfile
===================================================================
--- trunk/dports/devel/class-dump/Portfile	2010-01-09 18:55:19 UTC (rev 62513)
+++ trunk/dports/devel/class-dump/Portfile	2010-01-09 19:33:54 UTC (rev 62514)
@@ -4,7 +4,8 @@
 PortGroup   xcode 1.0
 
 name		class-dump
-version		3.3
+version		3.3.1
+license		GPL-2
 categories	devel
 maintainers	waqar
 description	Utility for examining the Objective-C segment of Mach-O files.
@@ -15,10 +16,11 @@
 
 homepage	http://www.codethecode.com/projects/class-dump/
 master_sites	http://www.codethecode.com/download/
+use_bzip2		yes
 
-checksums           md5     e0825fc1628472c1df790706ce70d41a \
-                    sha1    ddeaeadc55a98f06462090353135197a517d3735 \
-                    rmd160  fb0c4ccfca486cce9515567fc3c8d3d6b0ac3c59
+checksums           md5     52e8d718d5087e9873f2c8880dcbd6f6 \
+                    sha1    dd807078c81bec6279c7c40c820d23edbb379ea6 \
+                    rmd160  83f407a72bdd645dfbddb61b674953687da3f321
 
 worksrcdir	${distname}/src
 
@@ -33,6 +35,12 @@
     }
 }
 
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 ${worksrcpath}/../README ${destroot}${docdir}
+}
+
 livecheck.type  regex
 livecheck.url   ${homepage}changes/
 livecheck.regex {Version (\d+(?:\.\d+)*) -}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100109/e449d931/attachment.html>


More information about the macports-changes mailing list