aboutsummaryrefslogtreecommitdiff
path: root/mail/mailagent
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-05-24 13:17:16 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-05-24 13:17:16 +0000
commit67f2b0e5df2fecf59f20ab5c8d061f49742ace67 (patch)
treeff2690cd7bed9264891407bc5c4ea94dec514b0f /mail/mailagent
parente0f0b7f5f15bbb21d692064ccbdce3e3822c0875 (diff)
downloadports-67f2b0e5df2fecf59f20ab5c8d061f49742ace67.tar.gz
ports-67f2b0e5df2fecf59f20ab5c8d061f49742ace67.zip
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.
Notes
Notes: svn path=/head/; revision=6544
Diffstat (limited to 'mail/mailagent')
-rw-r--r--mail/mailagent/Makefile8
1 files changed, 4 insertions, 4 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 \