diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-24 13:17:16 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-05-24 13:17:16 +0000 |
commit | 67f2b0e5df2fecf59f20ab5c8d061f49742ace67 (patch) | |
tree | ff2690cd7bed9264891407bc5c4ea94dec514b0f /mail | |
parent | Style police (diff) |
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 'mail')
-rw-r--r-- | mail/mailagent/Makefile | 8 | ||||
-rw-r--r-- | mail/p5-Mail-Folder/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-POP3Client/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-Tools/Makefile | 6 | ||||
-rw-r--r-- | mail/premail/Makefile | 4 |
5 files changed, 15 insertions, 15 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 3f1fdedb778f..a3ee7a287b8b 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.13 1997/04/30 03:18:05 asami Exp $ +# $Id: Makefile,v 1.14 1997/05/06 14:28:42 jfitz Exp $ # DISTNAME= mailagent-3.0pl56 @@ -14,8 +14,8 @@ MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ \ MAINTAINER= max@FreeBSD.ORG -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 NO_PACKAGE= "Correct FQDN needs to be hardcoded" WRKSRC= ${WRKDIR}/mailagent-3.0 @@ -34,7 +34,7 @@ MAN1= edusers.1 mailagent.1 maildist.1 \ maillist.1 mailpatch.1 package.1 # Note that mailhelp.1 is intentionally left uncompressed as it is referred # from several other man pages with .so macro. -PERLPATH!= dirname `which perl5.003` +PERLPATH!= dirname `which perl5.004` pre-extract: @if [ `/bin/sh -c umask` != 0022 ]; then \ diff --git a/mail/p5-Mail-Folder/Makefile b/mail/p5-Mail-Folder/Makefile index d6681642442c..a96a8c3cf3d4 100644 --- a/mail/p5-Mail-Folder/Makefile +++ b/mail/p5-Mail-Folder/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1997/04/20 13:52:32 wosch Exp $ +# $Id: Makefile,v 1.6 1997/04/20 21:26:27 jfitz Exp $ # DISTNAME= MailFolder-0.06 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Mail 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= Mail::Folder.3 Mail::Folder::Emaul.3 Mail::Folder::Mbox.3 Mail::Folder::NNTP.3 Mail::Folder::Maildir.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/mail/p5-Mail-POP3Client/Makefile b/mail/p5-Mail-POP3Client/Makefile index 6a1c53829b67..b320c865c1dd 100644 --- a/mail/p5-Mail-POP3Client/Makefile +++ b/mail/p5-Mail-POP3Client/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1997/04/20 13:52:34 wosch Exp $ +# $Id: Makefile,v 1.6 1997/04/20 21:26:35 jfitz Exp $ # DISTNAME= POP3Client-1_15 @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= Mail 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= Mail::POP3Client.3 MANPREFIX= ${PREFIX}/lib/perl5 diff --git a/mail/p5-Mail-Tools/Makefile b/mail/p5-Mail-Tools/Makefile index 6c29b7fafeca..802408befc43 100644 --- a/mail/p5-Mail-Tools/Makefile +++ b/mail/p5-Mail-Tools/Makefile @@ -3,7 +3,7 @@ # Date created: October 24th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1997/03/07 04:44:32 jfitz Exp $ +# $Id: Makefile,v 1.6 1997/04/20 13:52:35 wosch Exp $ # DISTNAME= MailTools-1.09 @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= Mail MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 \ +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \ ${PREFIX}/lib/perl5/site_perl/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${PREFIX}/lib/perl5/site_perl/Net/Domain.pm:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 MAN3= Mail::Address.3 Mail::Cap.3 Mail::Field.3 Mail::Header.3 \ Mail::Internet.3 Mail::Alias.3 Mail::Mailer.3 Mail::Send.3 \ diff --git a/mail/premail/Makefile b/mail/premail/Makefile index 3f4192cd69fa..ba4a43de0c40 100644 --- a/mail/premail/Makefile +++ b/mail/premail/Makefile @@ -5,14 +5,14 @@ # Date created: 31 Jan 1997 # Whom: ache # -# $Id: Makefile,v 1.4 1997/04/20 13:52:39 wosch Exp $ +# $Id: Makefile,v 1.5 1997/05/06 14:28:42 jfitz Exp $ # DISTNAME= premail-0.45 CATEGORIES= security mail MASTER_SITES= ftp://utopia.hacktic.nl/pub/replay/pub/remailer/ -BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 BUILD_DEPENDS+= pgp:${PORTSDIR}/security/pgp MAINTAINER= ache@FreeBSD.ORG |