Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2007 17:33:52 -0300 (BRT)
From:      Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115794: [MAINTAINER] mail/softfail: update to 1.20
Message-ID:  <200708242033.l7OKXqc1090624@main.bh.freebsdbrasil.com.br>
Resent-Message-ID: <200708242110.l7OLA3OY005790@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115794
>Category:       ports
>Synopsis:       [MAINTAINER] mail/softfail: update to 1.20
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 21:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Tracanelli
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
FreeBSD Brasil LTDA
>Environment:
System: FreeBSD main.bh.freebsdbrasil.com.br 6.2-STABLE FreeBSD 6.2-STABLE #11: Fri Feb  9 13:41:41 BRST
>Description:
- Update to 1.20
- Allow port to install with qmail-ldap slaveport

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- softfail-1.20.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/softfail/Makefile /usr/home/eksffa/softfail/Makefile
--- /usr/ports/mail/softfail/Makefile	Fri Jun 15 10:35:20 2007
+++ /usr/home/eksffa/softfail/Makefile	Fri Aug 24 17:25:34 2007
@@ -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_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 -ruN --exclude=CVS /usr/ports/mail/softfail/distinfo /usr/home/eksffa/softfail/distinfo
--- /usr/ports/mail/softfail/distinfo	Fri Jun  1 11:04:06 2007
+++ /usr/home/eksffa/softfail/distinfo	Fri Aug 24 17:22:18 2007
@@ -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) = 3169114e9ad9f24f776829b9b9534ee3
+SHA256 (softfail_fbsdbrasil-1.20.tar.bz2) = fb994680a168a3b633842ac3f5438dc2ebf3fcef780fb509c59e3f12f0914ecc
+SIZE (softfail_fbsdbrasil-1.20.tar.bz2) = 12767
--- softfail-1.20.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708242033.l7OKXqc1090624>