aboutsummaryrefslogtreecommitdiff
path: root/mail/pine-pgp-filters/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2005-04-28 01:46:08 +0000
committerDoug Barton <dougb@FreeBSD.org>2005-04-28 01:46:08 +0000
commite4ade1a90e4b813d6b964941826232c908bbb56b (patch)
tree797312b1195c1f8a1fc8dd7da40501f7026879cf /mail/pine-pgp-filters/Makefile
parent6ec1a3dfcd6f4ca0a7b69fbb35c7cfc65e7155d5 (diff)
downloadports-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
Diffstat (limited to 'mail/pine-pgp-filters/Makefile')
-rw-r--r--mail/pine-pgp-filters/Makefile5
1 files changed, 4 insertions, 1 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>