diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-06-06 10:10:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-06-06 10:10:38 +0000 |
commit | ad46bdcce603d57b0b84885c2bfdd874f821478b (patch) | |
tree | 7ed4416892495dee4b2cde69343f7a3a1f4e9ae0 /mail/mailscanner/Makefile | |
parent | 83bcfc403e800147e587965c771eff1a1cb4f10c (diff) |
upgrade to 4.54.6
PR: 98579
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=164589
Diffstat (limited to 'mail/mailscanner/Makefile')
-rw-r--r-- | mail/mailscanner/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index 6da95ce1bc2c..3db1ff6ec123 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -6,9 +6,9 @@ # PORTNAME= MailScanner -PORTVERSION= 4.53.8 +PORTVERSION= 4.54.6 CATEGORIES= mail -MASTER_SITES= http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/ +MASTER_SITES= http://www.mailscanner.info/files/4/tar/ DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL} MAINTAINER= j.koopmann@seceidos.de @@ -36,7 +36,8 @@ BUILD_DEPENDS= \ ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ ${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Filesys/Df.pm:${PORTSDIR}/devel/p5-Filesys-Statvfs_Df + ${SITE_PERL}/${PERL_ARCH}/Filesys/Df.pm:${PORTSDIR}/devel/p5-Filesys-Statvfs_Df \ + ${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long RUN_DEPENDS= ${BUILD_DEPENDS} \ bash:${PORTSDIR}/shells/bash \ |