diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-10 18:45:46 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-10 18:45:46 +0800 |
commit | 95b8773461190bfbaa56bda0b10baa1408eea048 (patch) | |
tree | aa99cf5d8966e4538a810781b681f6f007adfcaa /www | |
parent | 4efc900e34ea7eae38e113e478bf24e91323b8f8 (diff) | |
download | freebsd-ports-gnome-95b8773461190bfbaa56bda0b10baa1408eea048.tar.gz freebsd-ports-gnome-95b8773461190bfbaa56bda0b10baa1408eea048.tar.zst freebsd-ports-gnome-95b8773461190bfbaa56bda0b10baa1408eea048.zip |
gecko: build as position-independent executable
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox-esr/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 | ||||
-rw-r--r-- | www/libxul/Makefile | 1 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 788e547b50e3..41ad7a18061c 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 38.7.0 DISTVERSIONSUFFIX=esr.source +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 f18d15417a7a..38acbf7439fa 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 9b63dd4ecdc2..4ac755a75ef4 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -3,6 +3,7 @@ PORTNAME= libxul DISTVERSION= 38.7.0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source \ MOZILLA/firefox/candidates/${DISTVERSION}esr-candidates/build1/source diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 633278f7fe72..43fbbb28260a 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -4,7 +4,7 @@ PORTNAME= seamonkey DISTVERSION= 2.39 MOZILLA_VER= 42 # above + 3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES?= www mail news editors irc ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source |