diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-26 04:55:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-26 04:55:54 +0800 |
commit | 1bf11de3ca7400a0f9cbbc1eaad0b4aa1bcfde25 (patch) | |
tree | bbf03148d13bc52b70b4e74b1828401609e14829 | |
parent | e7537bff09a3a3bd7cf9af85638233cbafd82629 (diff) | |
download | freebsd-ports-gnome-1bf11de3ca7400a0f9cbbc1eaad0b4aa1bcfde25.tar.gz freebsd-ports-gnome-1bf11de3ca7400a0f9cbbc1eaad0b4aa1bcfde25.tar.zst freebsd-ports-gnome-1bf11de3ca7400a0f9cbbc1eaad0b4aa1bcfde25.zip |
Bump portrevision after png update
-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/ |