diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-08-22 06:56:48 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-08-22 06:56:48 +0000 |
commit | 1bf8aa39143675b7c3d9a4c6a766e688ce21079f (patch) | |
tree | 104d199b1c04d0fc7060e535b25f531699278d4b /www/oops | |
parent | 7e057c860503b77558957d917d1df38e77e0b6de (diff) |
Fix up missed or botched PORTREVISION bumps from r365599.
Apparently Tools/scripts/bump-revision.sh isn't too robust...
PR: 192690
Notes
Notes:
svn path=/head/; revision=365611
Diffstat (limited to 'www/oops')
-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/ |