svn commit: r421944 - head/finance/skrooge

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


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

Log:
  Define PORTSCOUT in finance/skrooge
  
  Limit the version to 1.* as from 2.* on it is KF5 based.
  
  Approved by: rakuco (mentor)

Modified:
  head/finance/skrooge/Makefile

Modified: head/finance/skrooge/Makefile
==============================================================================
--- head/finance/skrooge/Makefile	Mon Sep 12 17:51:19 2016	(r421943)
+++ head/finance/skrooge/Makefile	Mon Sep 12 17:51:50 2016	(r421944)
@@ -8,6 +8,8 @@ MASTER_SITES=	KDE/stable/${PORTNAME}
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	KDE4 personal finance manager
 
+PORTSCOUT=	limit:^1\.
+
 BUILD_DEPENDS=	xsltproc:textproc/libxslt
 LIB_DEPENDS=	libofx.so:finance/libofx \
 		libqca.so:devel/qca \


More information about the svn-ports-all mailing list