diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-18 22:48:41 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-01-18 22:48:41 +0000 |
commit | 7c0b1776db5a0936036006683e9f77ef4efcd072 (patch) | |
tree | a73c63a1a5673b325a7e46a63d7808ffc8323548 /security | |
parent | 471acf84ebb23196f06f97973331a32db25b1aa6 (diff) | |
download | ports-7c0b1776db5a0936036006683e9f77ef4efcd072.tar.gz ports-7c0b1776db5a0936036006683e9f77ef4efcd072.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp/Makefile | 15 | ||||
-rw-r--r-- | security/pgp/pkg-comment | 2 | ||||
-rw-r--r-- | security/pgp5/Makefile | 15 | ||||
-rw-r--r-- | security/pgp5/distinfo | 2 | ||||
-rw-r--r-- | security/pgp5/pkg-comment | 2 | ||||
-rw-r--r-- | security/pgp6/Makefile | 15 | ||||
-rw-r--r-- | security/pgp6/distinfo | 2 | ||||
-rw-r--r-- | security/pgp6/pkg-comment | 2 |
8 files changed, 32 insertions, 23 deletions
diff --git a/security/pgp/Makefile b/security/pgp/Makefile index 2a30dac0ba7b..b21132821683 100644 --- a/security/pgp/Makefile +++ b/security/pgp/Makefile @@ -1,10 +1,10 @@ # New ports collection makefile for: pgp -# Version required: MIT 2.6.2 / International 2.6.3i dev +# Version required: MIT 2.6.2 / International 2.6.3i # PGP 2.6.3i homepage is http://www.ifi.uio.no/pgp/ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.12 1995/12/06 10:42:18 markm Exp $ +# $Id: Makefile,v 1.13 1996/01/04 04:34:48 ache Exp $ # CATEGORIES+= security @@ -64,15 +64,18 @@ post-extract: pre-build: cd ${WRKDIR}/rsaref/install/unix; ${GMAKE} .else -DISTNAME= pgp263i-dev +DISTNAME= pgp263is PKGNAME= pgp-2.6.3i -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/incoming/ \ +MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/src/ \ ftp://ftp.kiae.su/unix/crypto/pgp/ -EXTRACT_SUFX= .tgz -WRKSRC= ${WRKDIR}/pgp263i/src +WRKSRC= ${WRKDIR}/src FILESDIR= ${.CURDIR}/files.non_usa PATCHDIR= ${.CURDIR}/patches.non_usa +post-extract: + cd ${WRKDIR}; $(EXTRACT_CMD) -xf pgp263ii.tar; \ + rm -f pgp263ii.tar + .endif .endif diff --git a/security/pgp/pkg-comment b/security/pgp/pkg-comment index 10713f891524..76960df3574b 100644 --- a/security/pgp/pkg-comment +++ b/security/pgp/pkg-comment @@ -1 +1 @@ -Pretty Good Privacy(tm) MIT 2.6.2 or International 2.6.2i - Public-Key encryption for the masses +PGP MIT or International version - Public-Key encryption for the masses diff --git a/security/pgp5/Makefile b/security/pgp5/Makefile index 2a30dac0ba7b..b21132821683 100644 --- a/security/pgp5/Makefile +++ b/security/pgp5/Makefile @@ -1,10 +1,10 @@ # New ports collection makefile for: pgp -# Version required: MIT 2.6.2 / International 2.6.3i dev +# Version required: MIT 2.6.2 / International 2.6.3i # PGP 2.6.3i homepage is http://www.ifi.uio.no/pgp/ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.12 1995/12/06 10:42:18 markm Exp $ +# $Id: Makefile,v 1.13 1996/01/04 04:34:48 ache Exp $ # CATEGORIES+= security @@ -64,15 +64,18 @@ post-extract: pre-build: cd ${WRKDIR}/rsaref/install/unix; ${GMAKE} .else -DISTNAME= pgp263i-dev +DISTNAME= pgp263is PKGNAME= pgp-2.6.3i -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/incoming/ \ +MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/src/ \ ftp://ftp.kiae.su/unix/crypto/pgp/ -EXTRACT_SUFX= .tgz -WRKSRC= ${WRKDIR}/pgp263i/src +WRKSRC= ${WRKDIR}/src FILESDIR= ${.CURDIR}/files.non_usa PATCHDIR= ${.CURDIR}/patches.non_usa +post-extract: + cd ${WRKDIR}; $(EXTRACT_CMD) -xf pgp263ii.tar; \ + rm -f pgp263ii.tar + .endif .endif diff --git a/security/pgp5/distinfo b/security/pgp5/distinfo index 55344950e9d8..d347c0552e69 100644 --- a/security/pgp5/distinfo +++ b/security/pgp5/distinfo @@ -1 +1 @@ -MD5 (pgp263i-dev.tgz) = 11f39b75962c9a099284648975bca763 +MD5 (pgp263is.tar.gz) = 4b6e4c8727d659ffd267f90dbe1b006d diff --git a/security/pgp5/pkg-comment b/security/pgp5/pkg-comment index 10713f891524..76960df3574b 100644 --- a/security/pgp5/pkg-comment +++ b/security/pgp5/pkg-comment @@ -1 +1 @@ -Pretty Good Privacy(tm) MIT 2.6.2 or International 2.6.2i - Public-Key encryption for the masses +PGP MIT or International version - Public-Key encryption for the masses diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index 2a30dac0ba7b..b21132821683 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -1,10 +1,10 @@ # New ports collection makefile for: pgp -# Version required: MIT 2.6.2 / International 2.6.3i dev +# Version required: MIT 2.6.2 / International 2.6.3i # PGP 2.6.3i homepage is http://www.ifi.uio.no/pgp/ # Date created: 8 Jul 1995 # Whom: ache # -# $Id: Makefile,v 1.12 1995/12/06 10:42:18 markm Exp $ +# $Id: Makefile,v 1.13 1996/01/04 04:34:48 ache Exp $ # CATEGORIES+= security @@ -64,15 +64,18 @@ post-extract: pre-build: cd ${WRKDIR}/rsaref/install/unix; ${GMAKE} .else -DISTNAME= pgp263i-dev +DISTNAME= pgp263is PKGNAME= pgp-2.6.3i -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/incoming/ \ +MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/src/ \ ftp://ftp.kiae.su/unix/crypto/pgp/ -EXTRACT_SUFX= .tgz -WRKSRC= ${WRKDIR}/pgp263i/src +WRKSRC= ${WRKDIR}/src FILESDIR= ${.CURDIR}/files.non_usa PATCHDIR= ${.CURDIR}/patches.non_usa +post-extract: + cd ${WRKDIR}; $(EXTRACT_CMD) -xf pgp263ii.tar; \ + rm -f pgp263ii.tar + .endif .endif diff --git a/security/pgp6/distinfo b/security/pgp6/distinfo index 55344950e9d8..d347c0552e69 100644 --- a/security/pgp6/distinfo +++ b/security/pgp6/distinfo @@ -1 +1 @@ -MD5 (pgp263i-dev.tgz) = 11f39b75962c9a099284648975bca763 +MD5 (pgp263is.tar.gz) = 4b6e4c8727d659ffd267f90dbe1b006d diff --git a/security/pgp6/pkg-comment b/security/pgp6/pkg-comment index 10713f891524..76960df3574b 100644 --- a/security/pgp6/pkg-comment +++ b/security/pgp6/pkg-comment @@ -1 +1 @@ -Pretty Good Privacy(tm) MIT 2.6.2 or International 2.6.2i - Public-Key encryption for the masses +PGP MIT or International version - Public-Key encryption for the masses |