diff options
author | jfitz <jfitz@FreeBSD.org> | 1997-05-24 13:17:16 +0000 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1997-05-24 13:17:16 +0000 |
commit | 2b587a03064ed1baf7d45ff66e941990a31f5472 (patch) | |
tree | 38ac714cd7cb9d5a9e429eb4d55d49e846f936e7 /security | |
parent | e0a364c12d4b08edd46dcbf0870d48519479c8e8 (diff) | |
download | FreeBSD-ports-2b587a03064ed1baf7d45ff66e941990a31f5472.zip FreeBSD-ports-2b587a03064ed1baf7d45ff66e941990a31f5472.tar.gz |
Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 6 | ||||
-rw-r--r-- | security/p5-Crypt-IDEA/Makefile | 6 | ||||
-rw-r--r-- | security/p5-MD5/Makefile | 6 | ||||
-rw-r--r-- | security/p5-PGP/Makefile | 6 | ||||
-rw-r--r-- | security/ssh/Makefile | 8 | ||||
-rw-r--r-- | security/ssh2/Makefile | 8 |
6 files changed, 20 insertions, 20 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index e27261b..77d6b95 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.4 1996/11/22 00:21:42 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/20 13:52:52 wosch Exp $ # DISTNAME= Crypt-DES-1.0 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Crypt MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Crypt::DES.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/security/p5-Crypt-IDEA/Makefile b/security/p5-Crypt-IDEA/Makefile index 5d03d57..84f102a 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.5 1996/11/22 00:21:51 asami Exp $ +# $Id: Makefile,v 1.6 1997/04/20 13:52:54 wosch Exp $ # DISTNAME= Crypt-IDEA-1.0 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Crypt MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Crypt::IDEA.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/security/p5-MD5/Makefile b/security/p5-MD5/Makefile index 0172366..1d3b43e 100644 --- a/security/p5-MD5/Makefile +++ b/security/p5-MD5/Makefile @@ -3,7 +3,7 @@ # Date created: September 30th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.4 1996/11/22 00:21:54 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/20 13:52:57 wosch Exp $ # DISTNAME= MD5-1.7 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= MD5 MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= MD5.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index 6002cb4..12db4d5 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.4 1996/11/22 00:21:57 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/20 13:52:59 wosch Exp $ # DISTNAME= PGP-0.2alpha @@ -14,9 +14,9 @@ MASTER_SITE_SUBDIR= PGP MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ pgp:${PORTSDIR}/security/pgp -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_WRKSUBDIR= YES MAN3= PGP.3 diff --git a/security/ssh/Makefile b/security/ssh/Makefile index d00ccc3..d0e0d42 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.39 1997/04/20 13:53:01 wosch Exp $ +# $Id: Makefile,v 1.40 1997/04/25 05:01:02 peter Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -109,10 +109,10 @@ post-install: # Following stuff must be after <bsd.port.mk> to expand exists() properly .if defined(USE_PERL) && ${USE_PERL} == YES || \ - exists(${PREFIX}/bin/perl5.003) && \ + exists(${PREFIX}/bin/perl5.004) && \ (!defined(USE_PERL) || ${USE_PERL} != NO) -BUILD_DEPENDS+= perl5.003:${PORTSDIR}/lang/perl5 -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.003 +BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 +CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.004 .else CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path .endif diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index d00ccc3..d0e0d42 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.39 1997/04/20 13:53:01 wosch Exp $ +# $Id: Makefile,v 1.40 1997/04/25 05:01:02 peter Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP @@ -109,10 +109,10 @@ post-install: # Following stuff must be after <bsd.port.mk> to expand exists() properly .if defined(USE_PERL) && ${USE_PERL} == YES || \ - exists(${PREFIX}/bin/perl5.003) && \ + exists(${PREFIX}/bin/perl5.004) && \ (!defined(USE_PERL) || ${USE_PERL} != NO) -BUILD_DEPENDS+= perl5.003:${PORTSDIR}/lang/perl5 -CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.003 +BUILD_DEPENDS+= perl5.004:${PORTSDIR}/lang/perl5 +CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.004 .else CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path .endif |