1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Remove optional dependencies and comments related to the removal of

security/pgp6
This commit is contained in:
Doug Barton 2011-09-30 09:21:12 +00:00
parent 9766a65fd0
commit d3586a3ed6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282656
3 changed files with 1 additions and 11 deletions

View File

@ -46,7 +46,6 @@ RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail
# security/gnupg
# security/pgp
# security/pgp5
# security/pgp6
# mail/faces
# audio/rplay

View File

@ -34,8 +34,7 @@ USE_ICONV= yes
GNU_CONFIGURE= yes
TIN_EDITOR?= /usr/bin/ee
OPTIONS= GNUPG "Enable message signing via GnuPG (no PGP6)" On \
PGP6 "Enable message signing via PGP6 (no GnuPG)" Off \
OPTIONS= GNUPG "Enable message signing via GnuPG" On \
ISPELL "Enable spell checking via ispell" On \
METAMAIL "Enable MIME support via metamail" On \
CANLOCK "Enable Cancel-Lock key support via libcanlock" Off \
@ -79,10 +78,6 @@ CONFIGURE_ARGS+= --enable-nntp-only
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+= --with-gpg=${PREFIX}/bin/gpg \
--without-pgp --without-pgpk
.elifdef WITH_PGP6
RUN_DEPENDS+= pgp:${PORTSDIR}/security/pgp6
CONFIGURE_ARGS+= --with-pgp=${PREFIX}/bin/pgp \
--without-pgpk --without-gpg
.else
CONFIGURE_ARGS+= --disable-pgp-gpg
.endif

View File

@ -26,7 +26,6 @@ MAN3= PGP::Sign.3
# Currently useful values for DEFAULTPGP are:
# PGP2 - PGP 2.6.* or a reasonable facsimile thereof
# PGP5 - PGP 5 or a work-alike
# PGP6 - PGP 6.5 (effectively the same as PGP2)
# GPG - Gnu Privacy Guard
.ifndef DEFAULTPGP
@ -48,9 +47,6 @@ PGPS!= which pgps || ${ECHO} ${PREFIX}/bin/pgps
.ifndef PGPV
PGPV!= which pgpv || ${ECHO} ${PREFIX}/bin/pgpv
.endif
.elif (${DEFAULTPGP} == PGP6)
RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp6
PGPSTYLE?= PGP6
.ifndef PGP
PGP!= which pgp || ${ECHO} ${PREFIX}/bin/pgp
.endif