diff --git a/dports/devel/class-dump/Portfile b/dports/devel/class-dump/Portfile
index bbd6027..b4a2db0 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | PortGroup xcode 1.0 |
5 | 5 | |
6 | 6 | name class-dump |
7 | | version 3.3 |
| 7 | version 3.3.1 |
| 8 | license GPLv2 |
8 | 9 | categories devel |
9 | 10 | maintainers waqar |
10 | 11 | description Utility for examining the Objective-C segment of Mach-O files. |
… |
… |
long_description \ |
16 | 17 | homepage http://www.codethecode.com/projects/class-dump/ |
17 | 18 | master_sites http://www.codethecode.com/download/ |
18 | 19 | |
19 | | checksums md5 e0825fc1628472c1df790706ce70d41a \ |
20 | | sha1 ddeaeadc55a98f06462090353135197a517d3735 \ |
21 | | rmd160 fb0c4ccfca486cce9515567fc3c8d3d6b0ac3c59 |
| 20 | checksums md5 9b20695f9c10ae5dcaf22518ef8c290b \ |
| 21 | sha1 35b7fbb31d9bf2a23f1a6c1ccf6f97a14081c746 \ |
| 22 | rmd160 1fe7069b2cb8dedc28f5297f5989f069eb6847bb |
22 | 23 | |
23 | 24 | worksrcdir ${distname}/src |
24 | 25 | |
… |
… |
if {${os.major} < 9} { |
33 | 34 | } |
34 | 35 | } |
35 | 36 | |
| 37 | post-destroot { |
| 38 | set docdir ${prefix}/share/doc/${name} |
| 39 | xinstall -d ${destroot}${docdir} |
| 40 | xinstall -m 644 ${worksrcpath}/../README ${destroot}${docdir} |
| 41 | } |
| 42 | |
36 | 43 | livecheck.type regex |
37 | 44 | livecheck.url ${homepage}changes/ |
38 | 45 | livecheck.regex {Version (\d+(?:\.\d+)*) -} |