Ticket #11667: Portfile.diff
File Portfile.diff, 1.1 KB (added by markd@…, 18 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name gnupg 5 version 1.4. 65 version 1.4.7 6 6 categories mail security 7 7 maintainers waqar@macports.org 8 8 description GNU pretty-good-privacy package … … 21 21 ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/gnupg/ 22 22 23 23 use_bzip2 yes 24 checksums ${distfiles} md5 ec8dc6df1bd83c1d7e1a1ea10653f9f4\25 ${distfiles} sha1 9cbbef5c94f793867ff3ae4941816962311a056324 checksums ${distfiles} md5 b06a141cca5cd1a55bbdd25ab833303c \ 25 ${distfiles} sha1 22149105845c79068771837c8deb7d5ba0854927 26 26 27 27 configure.args --mandir=${prefix}/share/man \ 28 28 --infodir=${prefix}/share/info \ … … 34 34 35 35 depends_lib port:libiconv \ 36 36 port:gettext \ 37 port:readline \ 37 38 port:zlib \ 38 port:bzip2 39 port:bzip2 39 40 40 41 test.run yes 41 42 test.dir ${worksrcpath}/checks … … 59 60 platform sunos { 60 61 configure.args-delete --disable-asm --disable-dynload 61 62 } 62 63 post-destroot {64 file delete -force ${destroot}${prefix}/share/info/dir \65 ${destroot}${prefix}/share/locale/locale.alias \66 ${destroot}${prefix}/lib/charset.alias67 }