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

larryv at macports.org larryv at macports.org
Thu Jan 9 21:31:59 PST 2014


Revision: 115736
          https://trac.macports.org/changeset/115736
Author:   larryv at macports.org
Date:     2014-01-09 21:31:59 -0800 (Thu, 09 Jan 2014)
Log Message:
-----------
class-dump: Update to 3.5, add new maintainer (#42068).

Also update homepage and master_sites.

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

Modified: trunk/dports/devel/class-dump/Portfile
===================================================================
--- trunk/dports/devel/class-dump/Portfile	2014-01-10 05:25:03 UTC (rev 115735)
+++ trunk/dports/devel/class-dump/Portfile	2014-01-10 05:31:59 UTC (rev 115736)
@@ -5,37 +5,38 @@
 PortGroup           xcode 1.0
 
 name                class-dump
-version             3.4
+version             3.5
 categories          devel
 license             GPL-2
-maintainers         nomaintainer
+maintainers         gmail:cedric.luthi
 
-description         Utility for examining the Objective-C segment of Mach-O files.
+description         Utility for examining the Objective-C segment of \
+                    Mach-O files.
 long_description    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/
+homepage            http://stevenygard.com/projects/class-dump/
 
-master_sites        http://www.codethecode.com/download/
+master_sites        http://stevenygard.com/download/
 use_bzip2           yes
-checksums           sha1    bc6d9542af201028ae980b9d0497b491ce98227f \
-                    rmd160  de5188f5c7a885d7d262475812990a26d75a7f3a
+checksums           rmd160  408c0baf4d384007310761585caff5e9c31a331f \
+                    sha256  eb9df1b697c02f66f84f93510772cdf434b63c6d79ee23528d24ac208c1a52f2
 
 worksrcdir          ${distname}/src
 
-# 3.4+ must be built against the 10.8 SDK, as it requires LC_* constants
+# 3.5+ must be built against the 10.9 SDK, as it requires LC_* constants
 # and other definitions unavailable in earlier SDKs. It will, however,
-# run against 10.7+.
-configure.sdkroot   "$developer_dir/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"
-xcode.target        all
+# run against 10.8+.
+configure.sdkroot   "$developer_dir/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk"
+xcode.target        class-dump deprotect
 
 xcode.configuration Release
 xcode.destroot.path ${prefix}/bin
 
-if {${os.major} < 11} {
+if {${os.major} < 12} {
     pre-fetch {
-        return -code error "$name requires Mac OS X 10.7 or later."
+        return -code error "$name requires Mac OS X 10.8 or later."
     }
 }
 
@@ -43,6 +44,8 @@
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
     xinstall -m 644 ${worksrcpath}/../README.md ${destroot}${docdir}
+
+    delete ${destroot}${prefix}/bin/libMachObjC.a
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140109/312ca6b5/attachment.html>


More information about the macports-changes mailing list