diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-09-02 07:29:20 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-09-02 07:29:20 +0000 |
commit | eaba514de6762d3c8a595d668bddb7b87dbff7f1 (patch) | |
tree | 337beea20511cb3302debb3c247c55d076ff2095 /mail | |
parent | 12eb058528294b120533f61ce4298b560a51af49 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pine-pgp-filters/Makefile | 10 | ||||
-rw-r--r-- | mail/pine-pgp-filters/pkg-descr | 2 |
2 files changed, 4 insertions, 8 deletions
diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile index df3adacd9e13..ea1e3ee4a33f 100644 --- a/mail/pine-pgp-filters/Makefile +++ b/mail/pine-pgp-filters/Makefile @@ -16,10 +16,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= DougB@FreeBSD.org -COMMENT= Simple /bin/sh-based filters to use GnuPG with Pine or Alpine +COMMENT= Simple /bin/sh-based filters to use GnuPG with Alpine .include <bsd.port.pre.mk> +RUN_DEPENDS= alpine:${PORTSDIR}/mail/alpine + # We want to be version-agnostic here, but also record the right dependency # if the user installs the package and already has one or the other installed. .if exists(${LOCALBASE}/bin/gpg2) @@ -30,12 +32,6 @@ BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg1 .endif -.if exists(${LOCALBASE}/bin/pine) -RUN_DEPENDS= pine:${PORTSDIR}/mail/pine4 -.else -RUN_DEPENDS= alpine:${PORTSDIR}/mail/alpine -.endif - verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.asc diff --git a/mail/pine-pgp-filters/pkg-descr b/mail/pine-pgp-filters/pkg-descr index b3844289d39c..4c159dfa3d58 100644 --- a/mail/pine-pgp-filters/pkg-descr +++ b/mail/pine-pgp-filters/pkg-descr @@ -1,4 +1,4 @@ -Simple, fast, /bin/sh-based filters to use GnuPG with Pine or Alpine. +Simple, fast, /bin/sh-based filters to use GnuPG with 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 |