svn commit: r421943 - in head/devel: grantlee grantlee5

Tobias C. Berner tcberner at FreeBSD.org
Mon Sep 12 17:51:21 UTC 2016


Author: tcberner
Date: Mon Sep 12 17:51:19 2016
New Revision: 421943
URL: https://svnweb.freebsd.org/changeset/ports/421943

Log:
  Define PORTSCOUT in devel/grantlee[5].
  
  devel/grantlee -> 0.*
  devel/grantlee5 -> 5.*
  
  Approved by:	mat (mentor)

Modified:
  head/devel/grantlee/Makefile
  head/devel/grantlee5/Makefile

Modified: head/devel/grantlee/Makefile
==============================================================================
--- head/devel/grantlee/Makefile	Mon Sep 12 17:48:59 2016	(r421942)
+++ head/devel/grantlee/Makefile	Mon Sep 12 17:51:19 2016	(r421943)
@@ -13,6 +13,8 @@ COMMENT=	String template engine for Qt 4
 
 LICENSE=	LGPL21
 
+PORTSCOUT=	limit:^0\.
+
 USE_QT4=	corelib gui qtestlib_build script \
 		qmake_build moc_build rcc_build uic_build
 USES=		cmake:outsource grantlee:4,selfbuild

Modified: head/devel/grantlee5/Makefile
==============================================================================
--- head/devel/grantlee5/Makefile	Mon Sep 12 17:48:59 2016	(r421942)
+++ head/devel/grantlee5/Makefile	Mon Sep 12 17:51:19 2016	(r421943)
@@ -12,6 +12,8 @@ COMMENT=	String template engine for Qt 5
 
 LICENSE=	LGPL21
 
+PORTSCOUT=	limit:^5\.
+
 USE_QT5=	buildtools_build core gui qmake_build script
 USES=		cmake:outsource compiler:c++11-lib grantlee:5,selfbuild
 CMAKE_ARGS+=	-DBUILD_TESTS:BOOL=FALSE


More information about the svn-ports-all mailing list