Ticket #16550: gpgme.diff
File gpgme.diff, 859 bytes (added by blb@…, 16 years ago) |
---|
-
Portfile
4 4 5 5 name gpgme 6 6 version 1.1.6 7 revision 1 7 8 categories devel security crypto 8 9 maintainers boeyms openmaintainer 9 10 description A library for easy acces to GnuPG. … … 49 50 configure.env-append LIBS="-lpth" 50 51 } 51 52 53 # S/MIME needs gpgsm which comes with gnupg2 only; so use all gnupg2 here 54 variant smime description {Enable S/MIME support} { 55 depends_lib-append port:gnupg2 56 depends_lib-delete port:gnupg 57 configure.args-append --with-gpg=${prefix}/bin/gpg2 58 } 59 52 60 livecheck.check regex 53 61 livecheck.url http://mirrors.rootmode.com/ftp.gnupg.org/${name}/?O=D 54 62 livecheck.regex ${name}-(\\d+\\.\\d+\\.\\d+)