svn commit: r502713 - head/graphics/kooka

Adriaan de Groot adridg at FreeBSD.org
Sun May 26 12:53:22 UTC 2019


Author: adridg
Date: Sun May 26 12:53:21 2019
New Revision: 502713
URL: https://svnweb.freebsd.org/changeset/ports/502713

Log:
  Tell Portscout to ignore the KDE4 version of graphics/kooka
  
  The release situation is a bit weird here: git master is KF5-based,
  but has had no release. It has version 0.90 set in the CMakeLists.txt,
  and some distro's package it as 0.90. We're going to stick with the
  0.61 version number (plus git tag) until there's an actual KF5 release.

Modified:
  head/graphics/kooka/Makefile

Modified: head/graphics/kooka/Makefile
==============================================================================
--- head/graphics/kooka/Makefile	Sun May 26 12:33:23 2019	(r502712)
+++ head/graphics/kooka/Makefile	Sun May 26 12:53:21 2019	(r502713)
@@ -11,6 +11,8 @@ COMMENT=	Intuitive, easy to use open source scan progr
 
 LICENSE=	GPLv2+
 
+PORTSCOUT=	ignore:v4.0.71
+
 LIB_DEPENDS=	libpaper.so:print/libpaper \
 		libsane.so:graphics/sane-backends \
 		libtiff.so:graphics/tiff


More information about the svn-ports-head mailing list