diff options
author | max <max@FreeBSD.org> | 1997-02-01 05:46:39 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-02-01 05:46:39 +0800 |
commit | a48e1c5ddb22e9b1bbea931eaf5d5aa16cbdbd0b (patch) | |
tree | 6c34432fc02822362b923d86b1cb48542f3078cb /mail/mailagent/Makefile | |
parent | 1aecfb634a2a423d36e207eb80366edeb9cd2d2d (diff) | |
download | freebsd-ports-gnome-a48e1c5ddb22e9b1bbea931eaf5d5aa16cbdbd0b.tar.gz freebsd-ports-gnome-a48e1c5ddb22e9b1bbea931eaf5d5aa16cbdbd0b.tar.zst freebsd-ports-gnome-a48e1c5ddb22e9b1bbea931eaf5d5aa16cbdbd0b.zip |
Upgrade, 3.0pl53 -> 3.0pl54.
Diffstat (limited to 'mail/mailagent/Makefile')
-rw-r--r-- | mail/mailagent/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 09d642b0192d..d2e583d4b05e 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -1,20 +1,17 @@ # New ports collection makefile for: mailagent -# Version required: 3.0pl53+unofficial-patch +# Version required: 3.0pl54 # Date created: 23 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1997/01/20 02:30:08 max Exp $ +# $Id: Makefile,v 1.8 1997/01/20 02:43:25 max Exp $ # -DISTNAME= mailagent-3.0pl53 -PKGNAME= mailagent-3.0.53 +DISTNAME= mailagent-3.0pl54 +PKGNAME= mailagent-3.0.54 CATEGORIES= mail MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ \ ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS -PATCHFILES= mailagent-3.0pl53-unoff-patch.gz -PATCH_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/ - MAINTAINER= max@FreeBSD.ORG RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 |