diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile index bf5c1364eac0..f1ca5f6357f5 100644 --- a/mail/pine-pgp-filters/Makefile +++ b/mail/pine-pgp-filters/Makefile @@ -6,24 +6,24 @@ # PORTNAME= pine-pgp-filters -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= mail security -MASTER_SITES= http://dougbarton.us/Downloads/ \ +MASTER_SITES= http://dougbarton.us/PGP/scripts/ppf/ \ ${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, /bin/sh-based filters to integrate Pine with gnupg +COMMENT= Simple /bin/sh-based filters to use GnuPG with Pine or Alpine RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4 verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc -do-build: - cd ${WRKSRC} && ./configure --prefix=${PREFIX} +do-configure: + @(cd ${WRKSRC} && ./configure --prefix=${PREFIX}) post-install: .if !defined(NOPORTDOCS) diff --git a/mail/pine-pgp-filters/distinfo b/mail/pine-pgp-filters/distinfo index 9e6a4811dc91..3f38f0cba2bb 100644 --- a/mail/pine-pgp-filters/distinfo +++ b/mail/pine-pgp-filters/distinfo @@ -1,6 +1,6 @@ -MD5 (pine-pgp-filters-1.3.tar.gz) = 25836801ef8082907d635702e794246d -SHA256 (pine-pgp-filters-1.3.tar.gz) = f51c25c3a816235e010164a0f66171e38754612d784a2bfdd5c19b343b454876 -SIZE (pine-pgp-filters-1.3.tar.gz) = 8402 -MD5 (pine-pgp-filters-1.3.tar.gz.asc) = aee1ad7aa73fff4eb4bcf8f85c5b0a60 -SHA256 (pine-pgp-filters-1.3.tar.gz.asc) = 3e4bcb9c7683fe24d2c0c3ae9d76b39c58cd09398d0567a898f7b6dffe588b51 -SIZE (pine-pgp-filters-1.3.tar.gz.asc) = 187 +MD5 (pine-pgp-filters-1.5.tar.gz) = 611b6fdd06196a9851ae7fc74da2e8e2 +SHA256 (pine-pgp-filters-1.5.tar.gz) = afac5c8e34ddd7283225351f4bbcbc01c329e9142a945aa392fc91bb67fac11d +SIZE (pine-pgp-filters-1.5.tar.gz) = 9948 +MD5 (pine-pgp-filters-1.5.tar.gz.asc) = ed7a28ecda8f16aa751db1dfaca2cbc5 +SHA256 (pine-pgp-filters-1.5.tar.gz.asc) = 664c4645ec3c516041016fcbc4b2e5ba8340a40134d900969b340b305ba71007 +SIZE (pine-pgp-filters-1.5.tar.gz.asc) = 187 diff --git a/mail/pine-pgp-filters/pkg-descr b/mail/pine-pgp-filters/pkg-descr index 8efb69cc62e1..b3844289d39c 100644 --- a/mail/pine-pgp-filters/pkg-descr +++ b/mail/pine-pgp-filters/pkg-descr @@ -1,13 +1,12 @@ -Simple, fast, /bin/sh-based filters to integrate Pine with gnupg. +Simple, fast, /bin/sh-based filters to use GnuPG with Pine or Alpine. In addition to the standard functions of encrypt/decrypt and sign/verify for inline messages, I added pseudo-filters to verify or decrypt messages that were sent using MIME encoding. -See the INSTALL file for instructions on how to configure Pine to use these -filters. +See the INSTALL file for instructions on how to configure these filters. -WWW: http://dougbarton.us/Downloads/ +WWW: http://dougbarton.us/PGP/scripts/ppf/ - Doug Barton DougB@FreeBSD.org