svn commit: r302677 - head/www/mod_macro22

Shaun Amott shaun at FreeBSD.org
Fri Aug 17 11:25:06 UTC 2012


Author: shaun
Date: Fri Aug 17 11:25:05 2012
New Revision: 302677
URL: http://svn.freebsd.org/changeset/ports/302677

Log:
  Add portscout directive to limit version numbers to 1.1.x.
  
  Submitted by:	Lukasz Wasikowski <lukasz at wasikowski.net> (maintainer)

Modified:
  head/www/mod_macro22/Makefile

Modified: head/www/mod_macro22/Makefile
==============================================================================
--- head/www/mod_macro22/Makefile	Fri Aug 17 11:12:32 2012	(r302676)
+++ head/www/mod_macro22/Makefile	Fri Aug 17 11:25:05 2012	(r302677)
@@ -26,6 +26,8 @@ AP_FAST_BUILD=	YES
 AP_GENPLIST=	YES
 PORTDOCS=	${PORTNAME}.html
 
+PORTSCOUT=	limit:^1\.1\.
+
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}/



More information about the svn-ports-head mailing list