diff options
author | araujo <araujo@FreeBSD.org> | 2007-08-26 22:12:38 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-08-26 22:12:38 +0800 |
commit | 2c0e1c96d4537a3e477de2ca205466900794e794 (patch) | |
tree | efed4ed9b1ac02946c4b3cf000bdb3bfd38f0ba8 /mail/softfail | |
parent | dedef59599f98362b2823d6d67d3ee93b1a6c02c (diff) | |
download | freebsd-ports-gnome-2c0e1c96d4537a3e477de2ca205466900794e794.tar.gz freebsd-ports-gnome-2c0e1c96d4537a3e477de2ca205466900794e794.tar.zst freebsd-ports-gnome-2c0e1c96d4537a3e477de2ca205466900794e794.zip |
- Update to 1.20.
- Allow port to install with qmail-ldap slaveport.
PR: ports/115794
Submitted by: Patrick Tracanelli <eksffa@freebsdbrasil.com.br> (maintainer)
Approved by: stas (mentor)
Diffstat (limited to 'mail/softfail')
-rw-r--r-- | mail/softfail/Makefile | 10 | ||||
-rw-r--r-- | mail/softfail/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/mail/softfail/Makefile b/mail/softfail/Makefile index 2cbb91fbefe4..a3a5f31b1df4 100644 --- a/mail/softfail/Makefile +++ b/mail/softfail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= softfail -PORTVERSION= 1.18 +PORTVERSION= 1.20 CATEGORIES= mail MASTER_SITES= http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/ \ ${MASTER_SITE_LOCAL} @@ -26,11 +26,11 @@ USE_BZIP2= yes USE_MYSQL= yes USE_QMAIL= yes -.if defined(QMAIL_SLAVEPORT) && ${QMAIL_SLAVEPORT} != "spamcontrol" -IGNORE= this software only works with qmail-spamcontrol -.endif - +.if defined(QMAIL_SLAVEPORT) && ( ${QMAIL_SLAVEPORT} != "spamcontrol" && ${QMAIL_SLAVEPORT} != "ldap" ) +IGNORE= software only works with qmail-spamcontrol or qmail-ldap +.else QMAIL_SLAVEPORT= spamcontrol +.endif SUB_FILES= pkg-message diff --git a/mail/softfail/distinfo b/mail/softfail/distinfo index 33c13b289339..a69a18cf0850 100644 --- a/mail/softfail/distinfo +++ b/mail/softfail/distinfo @@ -1,3 +1,3 @@ -MD5 (softfail_fbsdbrasil-1.18.tar.bz2) = b218a9ea259ce773e2ba792de94abefb -SHA256 (softfail_fbsdbrasil-1.18.tar.bz2) = eceef2c16b78c248d0254e514ec291d88bcaa638ac227eb7a8816cbe9de0ab58 -SIZE (softfail_fbsdbrasil-1.18.tar.bz2) = 12434 +MD5 (softfail_fbsdbrasil-1.20.tar.bz2) = 0ba99233d79d1bb591ded0313b41f784 +SHA256 (softfail_fbsdbrasil-1.20.tar.bz2) = 237457f9546a8cdd168465bab687c81262797d0590126303ba998f542942c201 +SIZE (softfail_fbsdbrasil-1.20.tar.bz2) = 12788 |