diff options
author | clsung <clsung@FreeBSD.org> | 2005-03-28 13:19:01 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-03-28 13:19:01 +0800 |
commit | df275dadc7a4de6a558727773508c4db7fe4ffc7 (patch) | |
tree | c35566d62611cd5af81cf302e779f41b838ee524 /mail/postgrey/Makefile | |
parent | 390cb998c1b7db001299cd09b1b761d3f56cea99 (diff) | |
download | freebsd-ports-gnome-df275dadc7a4de6a558727773508c4db7fe4ffc7.tar.gz freebsd-ports-gnome-df275dadc7a4de6a558727773508c4db7fe4ffc7.tar.zst freebsd-ports-gnome-df275dadc7a4de6a558727773508c4db7fe4ffc7.zip |
- Update to 1.18
- also fix unfetchable
- Changes
[url: http://isg.ee.ethz.ch/tools/postgrey/pub/Changes]
PR: ports/78609
Submitted by: clsung
Reviewed by: maintainer (Harold Paulson)
Approved by: portmgr (marcus)
Diffstat (limited to 'mail/postgrey/Makefile')
-rw-r--r-- | mail/postgrey/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 18d05bf867c7..1b4564d67d9b 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postgrey -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= mail MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/ @@ -17,8 +17,6 @@ RUN_DEPENDS= ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ ${SITE_PERL}/IO/Multiplex.pm:${PORTSDIR}/devel/p5-IO-Multiplex \ ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB -BROKEN= Unfetchable - USE_PERL5= yes USE_RC_SUBR= yes NO_BUILD= yes @@ -51,7 +49,7 @@ pre-extract: .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= Needs perl 5.6.1 or higher, install lang/perl5.8 and try again +IGNORE= Needs perl 5.6.1 or higher, install lang/perl5.8 and try again .endif pre-install: |