diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-06-24 06:24:48 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-06-24 06:24:48 +0000 |
commit | d4b0bd1893d758e0755e8db72020e95818aba81a (patch) | |
tree | 013389ed987619c6f9c2f56d0bd3b44f38cb1ec5 /mail | |
parent | 1cc50ba85314c6ddffa3d8e27dfda8f18bddcc4c (diff) | |
download | ports-d4b0bd1893d758e0755e8db72020e95818aba81a.tar.gz ports-d4b0bd1893d758e0755e8db72020e95818aba81a.zip |
- Update to 1.1.1.b13
PR: ports/82538
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=137951
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 c52c711a360c..c22fb6afbfdd 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 f455446b4682..ab629f9dbba0 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 8443f5b70999..dd31cfcba1f4 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%% |