diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-26 14:12:38 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-26 14:12:38 +0000 |
commit | 8dd047d57a4331682d004f74bc9a936c6c3446bc (patch) | |
tree | 571448e0fd29fa85c69f52af9c259c8825d6aa5c /mail/softfail | |
parent | - new project home (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=198328
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 |