diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-12-10 23:35:38 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-12-10 23:35:38 +0000 |
commit | 185d28566906611999d6f541370e7357a99e180f (patch) | |
tree | b84b2767d17705bead510b30950e4d7b2d269a03 /mail/thunderbird/Makefile | |
parent | f3ad163ff744b1a8ec8ac6596f1f548e9b221f13 (diff) | |
download | ports-185d28566906611999d6f541370e7357a99e180f.tar.gz ports-185d28566906611999d6f541370e7357a99e180f.zip |
Notes
Diffstat (limited to 'mail/thunderbird/Makefile')
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 1497bf50958c..148722d39c51 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 60.3.3 +DISTVERSION= 60.4.0 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org |