diff options
author | asami <asami@FreeBSD.org> | 1998-09-03 13:45:47 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-03 13:45:47 +0000 |
commit | fa4468dc3f484d1228ceda6494b49f7e8ab018de (patch) | |
tree | 65cdc4b68a885486bdfed2cf02b96e16b3bb8431 /security | |
parent | 966a39eb2d18a3d30e89cf84207c29b2a602678a (diff) | |
download | FreeBSD-ports-fa4468dc3f484d1228ceda6494b49f7e8ab018de.zip FreeBSD-ports-fa4468dc3f484d1228ceda6494b49f7e8ab018de.tar.gz |
Mark ports that are still suffering from post-perl5-upgrade syndrome
as broken. Actually there were much fewer than I thought.
Approved by: markm
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 4 | ||||
-rw-r--r-- | security/p5-PGP/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 04053ab..6cf8e8d 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/05/24 13:17:13 jfitz Exp $ +# $Id: Makefile,v 1.7 1997/06/24 18:43:08 jfitz Exp $ # DISTNAME= Crypt-DES-1.0 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= Crypt MAINTAINER= jfitz@FreeBSD.ORG +BROKEN= perl5 upgrade + USE_PERL5= YES MAN3= Crypt::DES.3 diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 964a9d3..99ef5b3 100644 --- a/security/p5-Crypt-IDEA/Makefile +++ b/security/p5-Crypt-IDEA/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.7 1997/05/24 13:17:13 jfitz Exp $ +# $Id: Makefile,v 1.8 1997/06/24 18:43:09 jfitz Exp $ # DISTNAME= Crypt-IDEA-1.0 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= Crypt MAINTAINER= jfitz@FreeBSD.ORG +BROKEN= perl5 upgrade + USE_PERL5= YES MAN3= Crypt::IDEA.3 diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index 1940a76..a0ed494 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -3,7 +3,7 @@ # Date created: October 21st 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.9 1997/09/14 02:55:16 jfitz Exp $ +# $Id: Makefile,v 1.10 1997/09/18 02:47:42 jfitz Exp $ # DISTNAME= PGP-0.3a @@ -16,6 +16,8 @@ MAINTAINER= jfitz@FreeBSD.ORG BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp +BROKEN= perl5 upgrade + USE_PERL5= YES MAN3= PGP::Pipe.3 |