diff options
author | mandree <mandree@FreeBSD.org> | 2014-08-22 14:56:48 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-08-22 14:56:48 +0800 |
commit | 3b1f983597188b6a162a88df610d4ec709dc409a (patch) | |
tree | 104d199b1c04d0fc7060e535b25f531699278d4b /databases/dbtool | |
parent | 4a6a8497b2870f0bbad39c01f18f09dd824a5641 (diff) | |
download | freebsd-ports-gnome-3b1f983597188b6a162a88df610d4ec709dc409a.tar.gz freebsd-ports-gnome-3b1f983597188b6a162a88df610d4ec709dc409a.tar.zst freebsd-ports-gnome-3b1f983597188b6a162a88df610d4ec709dc409a.zip |
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...
PR: 192690
Diffstat (limited to 'databases/dbtool')
-rw-r--r-- | databases/dbtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile index 780708267f04..20b9fa48564f 100644 --- a/databases/dbtool/Makefile +++ b/databases/dbtool/Makefile @@ -3,7 +3,7 @@ PORTNAME= dbtool PORTVERSION= 1.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases MASTER_SITES= http://www.daemon.de/idisk/Apps/dbtool/ |