Date: Sun, 28 Feb 2016 23:51:08 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409787 - head/sysutils/burp Message-ID: <201602282351.u1SNp81e016425@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602282351.u1SNp81e016425>