svn commit: r312795 - head/textproc/lucene

Jason Helfman jgh at FreeBSD.org
Sat Feb 23 00:23:57 UTC 2013


Author: jgh
Date: Sat Feb 23 00:23:55 2013
New Revision: 312795
URL: http://svnweb.freebsd.org/changeset/ports/312795

Log:
  - limit PORTSCOUT to 3.x branch

Modified:
  head/textproc/lucene/Makefile

Modified: head/textproc/lucene/Makefile
==============================================================================
--- head/textproc/lucene/Makefile	Sat Feb 23 00:11:20 2013	(r312794)
+++ head/textproc/lucene/Makefile	Sat Feb 23 00:23:55 2013	(r312795)
@@ -15,6 +15,8 @@ LICENSE=	AL2
 
 CONFLICTS=	lucene4-[0-9].*
 
+PORTSCOUT=	limit:3.*$$
+
 USE_JAVA=	yes
 NO_BUILD=	yes
 JAVA_VERSION=	1.6+


More information about the svn-ports-all mailing list