svn commit: r472104 - head/graphics/gmic

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 10 00:29:16 UTC 2018


Author: yuri
Date: Sun Jun 10 00:29:15 2018
New Revision: 472104
URL: https://svnweb.freebsd.org/changeset/ports/472104

Log:
  graphics/gmic: Add PORTSCOUT pattern to prevent triple-digit versions

Modified:
  head/graphics/gmic/Makefile

Modified: head/graphics/gmic/Makefile
==============================================================================
--- head/graphics/gmic/Makefile	Sat Jun  9 23:53:20 2018	(r472103)
+++ head/graphics/gmic/Makefile	Sun Jun 10 00:29:15 2018	(r472104)
@@ -31,6 +31,8 @@ LIB_DEPENDS=	libfftw3.so:math/fftw3 \
 		libpng.so:graphics/png \
 		libtiff.so:graphics/tiff
 
+PORTSCOUT=	limit:[0-9]\..* # not v.220 and similar
+
 USES=		cmake:outsource compiler:c++11-lang jpeg pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	dtschump


More information about the svn-ports-all mailing list