aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2005-04-28 09:46:08 +0800
committerdougb <dougb@FreeBSD.org>2005-04-28 09:46:08 +0800
commit33249896f2e9ade6fb2b7d36175377abb9f2adc2 (patch)
tree355e8742d53924a4de1b33a91d0eb3f8542a709a /mail
parent247f4c47e8b4b0329ff42d8fdd0d4c90bded37df (diff)
downloadfreebsd-ports-gnome-33249896f2e9ade6fb2b7d36175377abb9f2adc2.tar.gz
freebsd-ports-gnome-33249896f2e9ade6fb2b7d36175377abb9f2adc2.tar.zst
freebsd-ports-gnome-33249896f2e9ade6fb2b7d36175377abb9f2adc2.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.
Diffstat (limited to 'mail')
-rw-r--r--mail/pine-pgp-filters/Makefile5
-rw-r--r--mail/pine-pgp-filters/distinfo6
-rw-r--r--mail/pine-pgp-filters/pkg-descr8
-rw-r--r--mail/pine-pgp-filters/pkg-plist3
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