| 1 | Index: Portfile |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- Portfile (revision 34482) |
|---|
| 4 | +++ Portfile (working copy) |
|---|
| 5 | @@ -3,8 +3,8 @@ |
|---|
| 6 | PortSystem 1.0 |
|---|
| 7 | |
|---|
| 8 | name libtool |
|---|
| 9 | -version 1.5.24 |
|---|
| 10 | -revision 2 |
|---|
| 11 | +version 1.5.26 |
|---|
| 12 | +revision 0 |
|---|
| 13 | categories devel sysutils |
|---|
| 14 | maintainers boeyms openmaintainer |
|---|
| 15 | description GNU Libtool - The GNU Portable Library Tool |
|---|
| 16 | @@ -18,12 +18,14 @@ |
|---|
| 17 | platforms darwin freebsd |
|---|
| 18 | master_sites gnu |
|---|
| 19 | |
|---|
| 20 | -checksums md5 d0071c890101fcf4f2be8934a37841b0 \ |
|---|
| 21 | - sha1 b4c994f1bf4a76d2b0c1d0a6f54d16598c15f3db \ |
|---|
| 22 | - rmd160 e682fe6570c71d93ad65e0c6c77cb6558846f27d |
|---|
| 23 | +checksums md5 aa9c5107f3ec9ef4200eb6556f3b3c29 \ |
|---|
| 24 | + sha1 4c1738351736562a951a345e24f233d00953ec0a \ |
|---|
| 25 | + rmd160 4d1d7dd0308b98e8f590723ae5daddb8da49ac11 |
|---|
| 26 | |
|---|
| 27 | configure.args --program-prefix=g |
|---|
| 28 | |
|---|
| 29 | +patchfiles patch-libtool.m4.diff |
|---|
| 30 | + |
|---|
| 31 | post-destroot { |
|---|
| 32 | set docdir ${prefix}/share/doc/${name}-${version} |
|---|
| 33 | xinstall -d ${destroot}${docdir} |
|---|