Date: Tue, 29 Jan 2013 19:55:05 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311184 - head/devel/p5-Algorithm-Binpack Message-ID: <201301291955.r0TJt5xn031087@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock (doc committer) Date: Tue Jan 29 19:55:05 2013 New Revision: 311184 URL: http://svnweb.freebsd.org/changeset/ports/311184 Log: Tell portscout to ignore Binpack 2D distfiles that are not for this port. Approved by: tabthorpe Modified: head/devel/p5-Algorithm-Binpack/Makefile Modified: head/devel/p5-Algorithm-Binpack/Makefile ============================================================================== --- head/devel/p5-Algorithm-Binpack/Makefile Tue Jan 29 19:53:00 2013 (r311183) +++ head/devel/p5-Algorithm-Binpack/Makefile Tue Jan 29 19:55:05 2013 (r311184) @@ -13,4 +13,6 @@ PERL_CONFIGURE= yes MAN3= Algorithm::BinPack.3 +PORTSCOUT= limit:^\d+\.\d+ + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301291955.r0TJt5xn031087>