diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-04 09:40:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-04 09:40:59 +0000 |
commit | a5185846f07f13921bb0799a8a761c9f8ff67789 (patch) | |
tree | 603a488a83d35e3168f3e16a8e22245850bdf6cf /finance | |
parent | - Add WWW link (diff) |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=360588
Diffstat (limited to 'finance')
-rw-r--r-- | finance/skrooge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/skrooge/Makefile b/finance/skrooge/Makefile index 0b265c02e4be..71cba87f0f46 100644 --- a/finance/skrooge/Makefile +++ b/finance/skrooge/Makefile @@ -2,7 +2,7 @@ PORTNAME= skrooge PORTVERSION= 1.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= finance kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTNAME}/${PORTVERSION}/src/ |