diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-26 07:30:06 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-26 07:30:06 +0800 |
commit | de8ef0fdb0de27b3992d261bccafa2cf1d371c22 (patch) | |
tree | 31c45d42ace7625b5d02c7fe6d6df59e8f756aff /mail/thunderbird/Makefile | |
parent | a2384bd530ef506bbf060148bd398a7952b439cc (diff) | |
download | freebsd-ports-gnome-de8ef0fdb0de27b3992d261bccafa2cf1d371c22.tar.gz freebsd-ports-gnome-de8ef0fdb0de27b3992d261bccafa2cf1d371c22.tar.zst freebsd-ports-gnome-de8ef0fdb0de27b3992d261bccafa2cf1d371c22.zip |
gecko: fix an unlikely race with environ(7)
MFH: 2016Q1
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index b247bf89bad8..6eec0d1d23f0 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,6 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 38.7.0 +PORTREVISION= 1 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source |