svn commit: r382795 - head/mail/rainloop

Antoine Brodin antoine at FreeBSD.org
Tue Mar 31 06:24:16 UTC 2015


Author: antoine
Date: Tue Mar 31 06:24:15 2015
New Revision: 382795
URL: https://svnweb.freebsd.org/changeset/ports/382795
QAT: https://qat.redports.org/buildarchive/r382795/

Log:
  - Remove duplicate lines
  - Mark BROKEN

Modified:
  head/mail/rainloop/Makefile

Modified: head/mail/rainloop/Makefile
==============================================================================
--- head/mail/rainloop/Makefile	Tue Mar 31 06:07:53 2015	(r382794)
+++ head/mail/rainloop/Makefile	Tue Mar 31 06:24:15 2015	(r382795)
@@ -18,9 +18,6 @@ LICENSE_PERMS=	dist-mirror pkg-mirror au
 RHASH=		3cd56183a7425a8750c19bc688aedd81
 RBUILD=		291
 
-OPTIONS_SINGLE=	DB
-OPTIONS_SINGLE_DB=	MYSQL PGSQL SQLITE
-
 USES=		zip
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
@@ -31,6 +28,7 @@ PLIST_SUB=	VER="${RVER}" WWWOWN="${WWWOW
 
 OPTIONS_SINGLE=	DB
 OPTIONS_SINGLE_DB=	MYSQL PGSQL SQLITE
+BROKEN=		You must select one and only one option from the DB single
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-head mailing list