diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-09-13 00:54:15 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-09-13 00:54:15 +0000 |
commit | c592bc05aa684540dd491dd2edc39ee295ec5136 (patch) | |
tree | 4c00769e5984971ca058ca1e9f9468ead635d60d /mail/thunderbird-i18n/Makefile | |
parent | 40d32bfc0dbfd490744cff902ebfc40e8956f792 (diff) | |
download | ports-c592bc05aa684540dd491dd2edc39ee295ec5136.tar.gz ports-c592bc05aa684540dd491dd2edc39ee295ec5136.zip |
Notes
Diffstat (limited to 'mail/thunderbird-i18n/Makefile')
-rw-r--r-- | mail/thunderbird-i18n/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile index d15722e85d8a..1cf4b66ae332 100644 --- a/mail/thunderbird-i18n/Makefile +++ b/mail/thunderbird-i18n/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= thunderbird-i18n -PORTVERSION= 60.0 -PORTREVISION= 2 +PORTVERSION= 60.1.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${DISTVERSION}/linux-i686/xpi \ - MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build4/linux-i686/xpi + MOZILLA/${PORTNAME:S|-i18n||}/candidates/${DISTVERSION}-candidates/build1/linux-i686/xpi PKGNAMEPREFIX= DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/} DIST_SUBDIR= xpi/${DISTNAME} |