diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-29 16:05:47 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-29 16:05:47 +0000 |
commit | 2e3748d1e04b442e82ba787fb3ac82a44847bf3a (patch) | |
tree | 45644c2e3798c9de7ce6b8cd8f48747f1fb7eb94 /www/firefox/Makefile | |
parent | fe4dc7abae7f736ec38814200b4993c61032fbb0 (diff) | |
download | ports-2e3748d1e04b442e82ba787fb3ac82a44847bf3a.tar.gz ports-2e3748d1e04b442e82ba787fb3ac82a44847bf3a.zip |
MFH: r411909
gecko: fix an unlikely race with environ(7)
Approved by: ports-secteam (feld)
Notes
Notes:
svn path=/branches/2016Q1/; revision=412123
Diffstat (limited to 'www/firefox/Makefile')
-rw-r--r-- | www/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 5ecc10997eb7..f1f3cd2d8d80 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,6 +4,7 @@ PORTNAME= firefox DISTVERSION= 45.0.1 DISTVERSIONSUFFIX=.source +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ |