diff options
author | Doug Barton <dougb@FreeBSD.org> | 2005-04-28 01:46:08 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2005-04-28 01:46:08 +0000 |
commit | e4ade1a90e4b813d6b964941826232c908bbb56b (patch) | |
tree | 797312b1195c1f8a1fc8dd7da40501f7026879cf | |
parent | 6ec1a3dfcd6f4ca0a7b69fbb35c7cfc65e7155d5 (diff) | |
download | ports-e4ade1a90e4b813d6b964941826232c908bbb56b.tar.gz ports-e4ade1a90e4b813d6b964941826232c908bbb56b.zip |
Upgrade to 1.2, which fixes the display problem introduced in a
prior version of Pine, adds script to decrypt MIME messages,
and automatically determines the right key to use for sign/encrypt.
Notes
Notes:
svn path=/head/; revision=134290
-rw-r--r-- | mail/pine-pgp-filters/Makefile | 5 | ||||
-rw-r--r-- | mail/pine-pgp-filters/distinfo | 6 | ||||
-rw-r--r-- | mail/pine-pgp-filters/pkg-descr | 8 | ||||
-rw-r--r-- | mail/pine-pgp-filters/pkg-plist | 3 |
4 files changed, 15 insertions, 7 deletions
diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile index 1b8b1431abc3..0d5a2bed8d6d 100644 --- a/mail/pine-pgp-filters/Makefile +++ b/mail/pine-pgp-filters/Makefile @@ -6,11 +6,13 @@ # PORTNAME= pine-pgp-filters -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= mail security MASTER_SITES= http://dougbarton.net/FreeBSD/Downloads/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dougb +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= DougB@FreeBSD.org COMMENT= Simple, fast, sh-based filters to integrate Pine with gnupg, or pgp6 @@ -25,5 +27,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/mail/pine-pgp-filters/distinfo b/mail/pine-pgp-filters/distinfo index daf1ef605db2..d5de932b1234 100644 --- a/mail/pine-pgp-filters/distinfo +++ b/mail/pine-pgp-filters/distinfo @@ -1,2 +1,4 @@ -MD5 (pine-pgp-filters-1.1.tar.gz) = abd3eaf5f7b6b779b8c9df69943485cd -SIZE (pine-pgp-filters-1.1.tar.gz) = 6859 +MD5 (pine-pgp-filters-1.2.tar.gz) = c7d1c8f756e9df4fd452abc0a063f376 +SIZE (pine-pgp-filters-1.2.tar.gz) = 7967 +MD5 (pine-pgp-filters-1.2.tar.gz.asc) = dece088203512c59a73caf645613bc37 +SIZE (pine-pgp-filters-1.2.tar.gz.asc) = 8202 diff --git a/mail/pine-pgp-filters/pkg-descr b/mail/pine-pgp-filters/pkg-descr index a829d91f4e8a..180f4f523887 100644 --- a/mail/pine-pgp-filters/pkg-descr +++ b/mail/pine-pgp-filters/pkg-descr @@ -1,10 +1,10 @@ Simple, fast, sh-based filters to integrate Pine with gnupg, or pgp6. In addition to the standard functions of encrypt/decrypt and sign/verify, I've -added a pseudo-filter to verify messages that were sent using MIME encoding to -attach the signature. See INSTALL for how to use it. It's not possible for a -sending filter to create these kinds of MIME messages, since Pine does not -give the user the ability to twiddle attachments. +added pseudo-filters to verify or decrypt messages that were sent using MIME +encoding to. See INSTALL for how to use it. It's not possible for a sending +filter to create these kinds of MIME messages, since Pine does not give the +user the ability to twiddle attachments. WWW: http://dougbarton.net/FreeBSD/Downloads/ diff --git a/mail/pine-pgp-filters/pkg-plist b/mail/pine-pgp-filters/pkg-plist index 75d1a5e002b4..5d26b6b46a65 100644 --- a/mail/pine-pgp-filters/pkg-plist +++ b/mail/pine-pgp-filters/pkg-plist @@ -1,6 +1,9 @@ +bin/ppf_mime +bin/ppf_mime_decrypt libexec/ppf_decrypt libexec/ppf_encrypt libexec/ppf_mime +libexec/ppf_mime_decrypt libexec/ppf_sign libexec/ppf_verify %%PORTDOCS%%%%DOCSDIR%%/BUGS |