svn commit: r443577 - head/devel/libsigc++20

Koop Mast kwm at FreeBSD.org
Wed Jun 14 15:48:55 UTC 2017


Author: kwm
Date: Wed Jun 14 15:48:53 2017
New Revision: 443577
URL: https://svnweb.freebsd.org/changeset/ports/443577

Log:
  Add portscout to stop looking for newer versions other then this series. It
  not clear yet if the next stable version will be a update to this port or
  that it will be a new one.

Modified:
  head/devel/libsigc++20/Makefile

Modified: head/devel/libsigc++20/Makefile
==============================================================================
--- head/devel/libsigc++20/Makefile	Wed Jun 14 15:44:16 2017	(r443576)
+++ head/devel/libsigc++20/Makefile	Wed Jun 14 15:48:53 2017	(r443577)
@@ -13,6 +13,8 @@ COMMENT=	Callback Framework for C++
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+PORTSCOUT=	limit:^2\.10\.
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		compiler:c++11-lang gmake libtool pathfix perl5 tar:xz


More information about the svn-ports-all mailing list