diff options
author | marcus <marcus@FreeBSD.org> | 2008-06-10 12:57:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-06-10 12:57:46 +0800 |
commit | 2102a348feb0855972c765c7cac214d8ad6aa7cf (patch) | |
tree | 0a8bbe6b21eca4e0468aca61580569207b8cb8de /www | |
parent | 8c4e9badb78f0e8f624c4204a3a5c38955206b63 (diff) | |
download | freebsd-ports-gnome-2102a348feb0855972c765c7cac214d8ad6aa7cf.tar.gz freebsd-ports-gnome-2102a348feb0855972c765c7cac214d8ad6aa7cf.tar.zst freebsd-ports-gnome-2102a348feb0855972c765c7cac214d8ad6aa7cf.zip |
Restore previous PORTREVISIONs that were decremented as part of the gettext
bump.
Reported by: iKris
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla/Makefile | 2 | ||||
-rw-r--r-- | www/xulrunner/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mozilla/Makefile b/www/mozilla/Makefile index 08e0b70ccd76..75b80f35d298 100644 --- a/www/mozilla/Makefile +++ b/www/mozilla/Makefile @@ -7,7 +7,7 @@ PORTNAME= mozilla PORTVERSION= 1.7.13 -PORTREVISION?= 1 +PORTREVISION?= 7 PORTEPOCH= 2 CATEGORIES?= www MASTER_SITES= ${MASTER_SITE_MOZILLA} \ diff --git a/www/xulrunner/Makefile b/www/xulrunner/Makefile index e09a5cbcbbcd..baaa2ab64f21 100644 --- a/www/xulrunner/Makefile +++ b/www/xulrunner/Makefile @@ -8,7 +8,7 @@ PORTNAME= xulrunner PORTVERSION= 1.8.0.4 -PORTREVISION?= 1 +PORTREVISION?= 12 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= xulrunner/releases/${PORTVERSION}/source/ |