diff options
author | jhale <jhale@FreeBSD.org> | 2014-06-20 01:19:18 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-06-20 01:19:18 +0800 |
commit | fc710ef547dce8565862a5eb1a4d2e5de9ef50ce (patch) | |
tree | a8ebbc709751d1e16e6e406725bee95a9cd900dd | |
parent | 40889b303d780ec66ee420e761ab8b20e74c618d (diff) | |
download | freebsd-ports-gnome-fc710ef547dce8565862a5eb1a4d2e5de9ef50ce.tar.gz freebsd-ports-gnome-fc710ef547dce8565862a5eb1a4d2e5de9ef50ce.tar.zst freebsd-ports-gnome-fc710ef547dce8565862a5eb1a4d2e5de9ef50ce.zip |
- Bump PORTREVISION due to pkg-plist changes
Reported by: tijl
-rw-r--r-- | math/libqalculate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libqalculate/Makefile b/math/libqalculate/Makefile index 1f2e14489d6c..4a5b588abcac 100644 --- a/math/libqalculate/Makefile +++ b/math/libqalculate/Makefile @@ -3,7 +3,7 @@ PORTNAME= libqalculate PORTVERSION= 0.9.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= SF/qalculate/${PORTNAME}/${PORTNAME}-${PORTVERSION} |