Date: Sun, 26 May 2019 12:53:21 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502713 - head/graphics/kooka Message-ID: <201905261253.x4QCrLhA094423@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905261253.x4QCrLhA094423>