diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 20:55:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-25 20:55:54 +0000 |
commit | 2d7cbb3ad248ad3c6e4f5771049565ab298af649 (patch) | |
tree | bbf03148d13bc52b70b4e74b1828401609e14829 | |
parent | bb210937730d8ecec1aa6a641302e298e1b94cda (diff) | |
download | ports-2d7cbb3ad248ad3c6e4f5771049565ab298af649.tar.gz ports-2d7cbb3ad248ad3c6e4f5771049565ab298af649.zip |
Notes
-rw-r--r-- | mail/thunderbird/Makefile | 1 | ||||
-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 |
5 files changed, 5 insertions, 0 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index f4b813e1f284..f1b8b2dfd2e7 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 31.3.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source/ diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 43f810d4b136..cbde81c08485 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 31.3.0 +PORTREVISION= 1 DISTVERSIONSUFFIX=esr.source PORTEPOCH= 1 CATEGORIES= www ipv6 diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 64e2748d7ed0..5b332530487a 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 34.0.5 +PORTREVISION= 1 DISTVERSIONSUFFIX=.source PORTEPOCH= 1 CATEGORIES= www ipv6 diff --git a/www/libxul/Makefile b/www/libxul/Makefile index c00fc97add4b..91b33627c20b 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -3,6 +3,7 @@ PORTNAME= libxul DISTVERSION= 31.3.0 +PORTREVISION= 1 CATEGORIES?= www devel MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source DISTNAME= firefox-${DISTVERSION}esr.source diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 73f389a86284..6c835940b990 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -3,6 +3,7 @@ PORTNAME= seamonkey DISTVERSION= 2.31 +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/ |