summaryrefslogtreecommitdiff
path: root/mail/thunderbird-i18n/Makefile
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-05-16 02:00:38 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-05-16 02:00:38 +0000
commitba05efc063c9046a1d004d9fefcf212026a60faf (patch)
tree97b1a90026635f394b7c23d7ecfdef200676e2e1 /mail/thunderbird-i18n/Makefile
parentAdd missing pb_basebackup (diff)
- update firefox to 21.0
- update firefox-esr and thunderbird to 17.0.6 - WEBRTC now supports PULSEAUDIO - make linux-firefox work with plugins again (e.g. quakelive) Security: 4a1ca8a4-bd82-11e2-b7a0-d43d7e0c7c02 In collaboration with: Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'mail/thunderbird-i18n/Makefile')
-rw-r--r--mail/thunderbird-i18n/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/thunderbird-i18n/Makefile b/mail/thunderbird-i18n/Makefile
index d4005bd1e42f..79cae37efe10 100644
--- a/mail/thunderbird-i18n/Makefile
+++ b/mail/thunderbird-i18n/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= thunderbird-i18n
-PORTVERSION= 17.0.5
+PORTVERSION= 17.0.6
CATEGORIES= mail
-MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}esr/linux-i686/xpi
+MASTER_SITES= MOZILLA/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi
PKGNAMEPREFIX=
DISTFILES= ${THUNDERBIRD_I18N_:S/$/.xpi/}
DIST_SUBDIR= xpi/${DISTNAME}
@@ -19,7 +19,7 @@ PLISTD?= ${WRKDIR}/plist_dirs
PLISTF?= ${WRKDIR}/plist_files
NO_BUILD= yes
-USE_THUNDERBIRD= 17
+USE_THUNDERBIRD= yes
USE_XPI= thunderbird linux-thunderbird
USE_SUBMAKE= yes
@@ -75,8 +75,9 @@ post-patch:
${XARGS} -0L1 ${REINPLACE_CMD} -i '' '/<?xml/,$$!d'
list-langs:
- @fetch -o- "http://releases.mozilla.org/pub/mozilla.org/${MASTER_SITE_SUBDIR}"|\
- perl -ne 'if(/.*href="([a-zA-Z-]+).xpi.*/){print "$$1 "}'
+ @fetch -qo- "https://ftp.mozilla.org/pub/mozilla.org/${PORTNAME:S|-i18n||}/releases/${PORTVERSION}esr/linux-i686/xpi"|\
+ ${PERL} -ne 'if(/.*href="([a-zA-Z-]+).xpi.*/){print "$$1\n"}' |\
+ ${AWK} 'BEGIN{ORS=" "}{print $$1}END{printf "\nNumber of languages: %d\n",NR}'
.include "${.CURDIR}/../../www/xpi-adblock/Makefile.xpi"
.include <bsd.port.post.mk>