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 /www | |
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 'www')
-rw-r--r-- | www/oops/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/oops/Makefile b/www/oops/Makefile index a851952ddd35..1939eb41da7d 100644 --- a/www/oops/Makefile +++ b/www/oops/Makefile @@ -3,7 +3,7 @@ PORTNAME= oops PORTVERSION= ${OOPSVERSION} -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= www MASTER_SITES= http://oops-cache.org/ \ ftp://kucha.ru/pub/misc/oops/ |