[SVN-Commit] r1593 - in trunk: mail/thunderbird-i18n www/firefox-i18n www/seamonkey-i18n
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Mon Jun 9 08:08:12 UTC 2014
Author: beat
Date: Mon Jun 9 08:08:02 2014
New Revision: 1593
Log:
Sync with ports
Modified:
trunk/mail/thunderbird-i18n/Makefile
trunk/www/firefox-i18n/Makefile
trunk/www/seamonkey-i18n/Makefile
Modified: trunk/mail/thunderbird-i18n/Makefile
==============================================================================
--- trunk/mail/thunderbird-i18n/Makefile Wed Jun 4 03:45:19 2014 (r1592)
+++ trunk/mail/thunderbird-i18n/Makefile Mon Jun 9 08:08:02 2014 (r1593)
@@ -1,5 +1,5 @@
# Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
-# $FreeBSD: head/mail/thunderbird-i18n/Makefile 336446 2013-12-14 13:42:06Z flo $
+# $FreeBSD: head/mail/thunderbird-i18n/Makefile 356960 2014-06-07 23:46:45Z antoine $
PORTNAME= thunderbird-i18n
PORTVERSION= 24.5.0
@@ -12,9 +12,7 @@
MAINTAINER= gecko at FreeBSD.org
COMMENT= Localized interface for Thunderbird
-EXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip
-
-USES= zip:infozip gecko:thunderbird
+USES= gecko:thunderbird zip
USE_XPI= thunderbird
NO_BUILD= yes
@@ -63,7 +61,7 @@
do-install:
- @${MKDIR} ${STAGEDIR}${XPI_LIBDIR} ${STAGEDIR}${XPI_SLDIRS_ALL}
+ @${MKDIR} ${STAGEDIR}${XPI_LIBDIR} ${XPI_SLDIRS_ALL:S,^,${STAGEDIR},}
cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${XPI_LIBDIR}
${CHMOD} -R a+rX,go-w ${STAGEDIR}${XPI_LIBDIR}/${WDIR}/
@for e in ${STAGEDIR}${XPI_LIBDIR}/${WDIR}; do \
Modified: trunk/www/firefox-i18n/Makefile
==============================================================================
--- trunk/www/firefox-i18n/Makefile Wed Jun 4 03:45:19 2014 (r1592)
+++ trunk/www/firefox-i18n/Makefile Mon Jun 9 08:08:02 2014 (r1593)
@@ -1,5 +1,5 @@
# Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
-# $FreeBSD: head/www/firefox-i18n/Makefile 350687 2014-04-09 12:35:01Z bapt $
+# $FreeBSD: head/www/firefox-i18n/Makefile 355802 2014-05-30 08:50:20Z marino $
PORTNAME= firefox-i18n
PORTVERSION= 30.0
@@ -51,7 +51,7 @@
do-extract:
@${MKDIR} ${WRKSRC}
@for lang in ${FIREFOX_I18N_}; do \
- if ! (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang at firefox.mozilla.org);\
+ if ! (${UNZIP_CMD} -qo ${_DISTDIR}/$$lang.xpi -d ${WRKSRC}/langpack-$$lang at firefox.mozilla.org);\
then \
exit 1; \
fi; \
Modified: trunk/www/seamonkey-i18n/Makefile
==============================================================================
--- trunk/www/seamonkey-i18n/Makefile Wed Jun 4 03:45:19 2014 (r1592)
+++ trunk/www/seamonkey-i18n/Makefile Mon Jun 9 08:08:02 2014 (r1593)
@@ -1,5 +1,5 @@
# Created by: Andrew Pantyukhin <infofarmer at FreeBSD.org>
-# $FreeBSD: head/www/seamonkey-i18n/Makefile 350690 2014-04-09 12:38:45Z bapt $
+# $FreeBSD: head/www/seamonkey-i18n/Makefile 355802 2014-05-30 08:50:20Z marino $
PORTNAME= seamonkey-i18n
PORTVERSION= 2.26
@@ -51,7 +51,7 @@
do-extract:
@${MKDIR} ${WRKSRC}
@for lang in ${SEAMONKEY_I18N_}; do \
- if ! (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/seamonkey-${PORTVERSION}.$$lang.langpack.xpi -d ${WRKSRC}/langpack-$$lang at seamonkey.mozilla.org);\
+ if ! (${UNZIP_CMD} -qo ${_DISTDIR}/seamonkey-${PORTVERSION}.$$lang.langpack.xpi -d ${WRKSRC}/langpack-$$lang at seamonkey.mozilla.org);\
then \
exit 1; \
fi; \
More information about the freebsd-gecko
mailing list