diff options
author | sem <sem@FreeBSD.org> | 2005-06-24 06:24:48 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-06-24 06:24:48 +0000 |
commit | 38eaa5072bfcf38c3e2c459c37cdb9f3cd973cfc (patch) | |
tree | 97e79f00ecfb8a39b31c5c221d541968195364b2 /mail | |
parent | 6e78e2844a52c8b0807dfc404e6461c4433ae03f (diff) | |
download | FreeBSD-ports-38eaa5072bfcf38c3e2c459c37cdb9f3cd973cfc.zip FreeBSD-ports-38eaa5072bfcf38c3e2c459c37cdb9f3cd973cfc.tar.gz |
- Update to 1.1.1.b13
PR: ports/82538
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/assp/Makefile | 5 | ||||
-rw-r--r-- | mail/assp/distinfo | 4 | ||||
-rw-r--r-- | mail/assp/files/assp.sh.in | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile index c52c711..c22fb6a 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -6,16 +6,13 @@ # PORTNAME= assp -PORTVERSION= 1.1.1.b12 +PORTVERSION= 1.1.1.b13 CATEGORIES= mail MASTER_SITES= http://opal.com/freebsd/ports/mail/assp/ MAINTAINER= fbsd@opal.com COMMENT= Anti-Spam SMTP Proxy -# NB: for 1.1.1.b12 Net::DNS::Packet is required even if SPF and DNSBL not used -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS - USE_ZIP= yes NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/mail/assp/distinfo b/mail/assp/distinfo index f455446..ab629f9 100644 --- a/mail/assp/distinfo +++ b/mail/assp/distinfo @@ -1,2 +1,2 @@ -MD5 (assp-1.1.1.b12.zip) = ccf11f30f7edbd05d1ab96d68dc5027d -SIZE (assp-1.1.1.b12.zip) = 183265 +MD5 (assp-1.1.1.b13.zip) = 00e820bbfccde6e9159e25a07804a0d3 +SIZE (assp-1.1.1.b13.zip) = 183364 diff --git a/mail/assp/files/assp.sh.in b/mail/assp/files/assp.sh.in index 8443f5b..dd31cfc 100644 --- a/mail/assp/files/assp.sh.in +++ b/mail/assp/files/assp.sh.in @@ -5,7 +5,7 @@ # PROVIDE: assp # REQUIRE: LOGIN -# KEYWORD: FreeBSD +# KEYWORD: FreeBSD shutdown . %%RC_SUBR%% |