diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:34:06 +0000 |
commit | 3df86a88a9d1a500b60debaa4e14f97e500a96c1 (patch) | |
tree | a2ab9a6ab9be8b8808cfdd2f42ab98c9aa090dcc /security/pgp | |
parent | 77b92885e289bade2ecd4de42585d794725a93e6 (diff) | |
download | ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.tar.gz ports-3df86a88a9d1a500b60debaa4e14f97e500a96c1.zip |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27426
Diffstat (limited to 'security/pgp')
-rw-r--r-- | security/pgp/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 163431b2719d..9dc84e4e95ca 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -1,7 +1,4 @@ # New ports collection makefile for: pgp -# Version required: MIT 2.6.2 / International 2.6.3ia -# International PGP homepage is http://www.ifi.uio.no/pgp/ -# # Date created: 8 Jul 1995 # Whom: ache # @@ -45,10 +42,12 @@ pre-fetch: @${FALSE} .elif defined(USA_RESIDENT) .if ${USA_RESIDENT} == YES -DISTNAME= pgp262s -PKGNAME= pgp-2.6.2 +PORTNAME= pgp +PORTVERSION= 2.6.2 MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/pgp/unix/ \ ftp://sable.ox.ac.uk/pub/crypto/pgp/unix/ +DISTNAME= pgp262s + WRKSRC= ${WRKDIR}/src BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref @@ -62,10 +61,12 @@ post-extract: cd ${WRKDIR}; ${RM} -f *.zip .else -DISTNAME= pgp263is -PKGNAME= pgp-2.6.3ia +PORTNAME= pgp +PORTVERSION= 2.6.3ia MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ \ ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/ +DISTNAME= pgp263is + WRKSRC= ${WRKDIR}/src FILESDIR= ${.CURDIR}/files.non_usa PATCHDIR= ${.CURDIR}/patches.non_usa |