diff options
author | tonio <tonio@pkgsrc.org> | 2006-05-06 12:40:44 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-05-06 12:40:44 +0000 |
commit | 23c64fe0a720b7ec7929afc47d220a208f0a7d90 (patch) | |
tree | 2f63bc78537b5aea7955ba56fb50246eb5b54441 /security/caff/Makefile | |
parent | dc6d9903177976fd2ee793f320e7347ab72b4334 (diff) | |
download | pkgsrc-23c64fe0a720b7ec7929afc47d220a208f0a7d90.tar.gz |
Update security/caff to 0.4.5
Changelog:
* Update FSF addresses.
* caff: tweak documentation.
* caff: note that mailed keys are encrypted (suggested by Sune Vuorela).
* caff: You can now specify additional arguments to pass to the
send method of Mail::Mailer. This allows you to send mails via
SMTP and use authentication for instance. Thanks to Martin von Gagern.
* gpg-key2ps, keylookup: make them less dependent on specific
installation paths and thus better portable outside of Debian
(Closes: #354142).
Diffstat (limited to 'security/caff/Makefile')
-rw-r--r-- | security/caff/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/caff/Makefile b/security/caff/Makefile index 46164d84199..b4131cc13c0 100644 --- a/security/caff/Makefile +++ b/security/caff/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/03/13 15:05:43 tron Exp $ +# $NetBSD: Makefile,v 1.4 2006/05/06 12:40:44 tonio Exp $ -DISTNAME= signing-party_0.4.4.orig -PKGNAME= caff-0.4.4 -PKGREVISION= 2 +DISTNAME= signing-party_0.4.5.orig +PKGNAME= caff-0.4.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/s/signing-party/} @@ -28,7 +27,7 @@ REPLACE_PERL+= caff/caff caff/pgp-fixkey caff/pgp-clean \ SUBST_CLASSES+= paths SUBST_MESSAGE.paths= Fixing hardcoded paths. SUBST_STAGE.paths= pre-configure -SUBST_FILES.paths= caff/caff keylookup/keylookup keylookup/keylookup.1 +SUBST_FILES.paths= caff/caff keylookup/keylookup.1 SUBST_SED.paths= -e 's,/usr/,${PREFIX}/,g' .include "../../mk/bsd.prefs.mk" |