diff options
author | naddy <naddy@FreeBSD.org> | 2014-05-26 04:07:24 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2014-05-26 04:07:24 +0800 |
commit | 33527f591ec3506d5e97879ce10ee6524e0761d0 (patch) | |
tree | 635b345903cce82563732b4627277fe269316e9e /www | |
parent | 8be8511cd27d328336207a1351bd00ecc5cb0972 (diff) | |
download | freebsd-ports-gnome-33527f591ec3506d5e97879ce10ee6524e0761d0.tar.gz freebsd-ports-gnome-33527f591ec3506d5e97879ce10ee6524e0761d0.tar.zst freebsd-ports-gnome-33527f591ec3506d5e97879ce10ee6524e0761d0.zip |
Switch Opus to USES=libtool.
Bump dependent ports. [1]
Approved by: portmgr (implicit) [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile | 1 | ||||
-rw-r--r-- | www/libxul/Makefile | 1 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 6c647b858349..41189b82059b 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 24.5.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 4a37b245eaab..dabf3a68bb81 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 29.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 37db7447e248..c9ab49a6795c 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -3,6 +3,7 @@ PORTNAME= libxul DISTVERSION= 24.5.0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/${DISTVERSION}esr-candidates/build1/source/ diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index d1316d1ffb58..ff755e2b1848 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,6 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.26 +PORTREVISION= 1 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ |