svn commit: r409787 - head/sysutils/burp

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Feb 28 23:51:09 UTC 2016


Author: rakuco
Date: Sun Feb 28 23:51:08 2016
New Revision: 409787
URL: https://svnweb.freebsd.org/changeset/ports/409787

Log:
  Configure PORTSCOUT to only look for stable versions.
  
  PR:		206827
  Submitted by:	loic-freebsd at loicp.eu (maintainer)

Modified:
  head/sysutils/burp/Makefile

Modified: head/sysutils/burp/Makefile
==============================================================================
--- head/sysutils/burp/Makefile	Sun Feb 28 23:48:45 2016	(r409786)
+++ head/sysutils/burp/Makefile	Sun Feb 28 23:51:08 2016	(r409787)
@@ -21,6 +21,8 @@ USE_RC_SUBR=	burp
 GNU_CONFIGURE=	yes
 USES=		gmake localbase ncurses
 
+PORTSCOUT=	limit:^1\.4\.
+
 CONFIGURE_ARGS=	--sbindir="${PREFIX}/sbin" \
 		--sysconfdir=${ETCDIR} \
 


More information about the svn-ports-all mailing list