Ticket #3730: Portfile.diff
File Portfile.diff, 1.2 KB (added by benjamin@…, 19 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 name gpg-agent 5 version 1.9. 106 revision 15 version 1.9.20 6 revision 2 7 7 categories security 8 8 maintainers yeled@opendarwin.org 9 9 description GPG key agent … … 12 12 homepage http://www.gnupg.org/ 13 13 platforms darwin 14 14 distname gnupg-${version} 15 distfiles gnupg-${version}.tar.bz2 16 extract.cmd bunzip2 15 17 master_sites ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/ \ 16 18 ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/alpha/gnupg/ 17 checksums md5 d923cfe0921898fbeb66374a0e32ddc6 19 checksums md5 93899203fc0530f03e146d49b65c1e28 20 21 configure.env LDFLAGS="-L/opt/local/lib -lpth" 18 22 19 23 configure.args --mandir=${prefix}/share/man \ 20 24 --infodir=${prefix}/share/info \ … … 31 35 test.dir ${worksrcpath}/checks 32 36 test.target check 33 37 38 patchfiles patch-scdaemon.diff patch-gpgparsemail.diff 39 34 40 variant darwin { 35 41 configure.args-append --disable-asm --disable-dynload 36 42 } … … 42 48 post-destroot { 43 49 file delete -force ${destroot}${prefix}/share/info/dir 44 50 } 51