pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www * Reflect changes on www.contao.org.
details: https://anonhg.NetBSD.org/pkgsrc/rev/aad341ad805d
branches: trunk
changeset: 607441:aad341ad805d
user: taca <taca%pkgsrc.org@localhost>
date: Sun Aug 12 03:16:51 2012 +0000
description:
* Reflect changes on www.contao.org.
* Utilize contao/options.translations.mk.
No functional change.
diffstat:
www/contao/options.translations.mk | 4 ++--
www/contao211-translations/options.mk | 21 ++-------------------
2 files changed, 4 insertions(+), 21 deletions(-)
diffs (49 lines):
diff -r c6bb85ea5e0f -r aad341ad805d www/contao/options.translations.mk
--- a/www/contao/options.translations.mk Sun Aug 12 02:12:51 2012 +0000
+++ b/www/contao/options.translations.mk Sun Aug 12 03:16:51 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.translations.mk,v 1.1 2011/08/12 12:46:42 taca Exp $
+# $NetBSD: options.translations.mk,v 1.2 2012/08/12 03:16:51 taca Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.contao${CT_VERS}-translations
@@ -16,6 +16,6 @@
.for l in ${CT_LANGUAGES}
CT_DISTFILES+= ${CT_TRANSLATIONS.${l}}
SITES.${CT_TRANSLATIONS.${l}}= \
- http://www.contao.org/download.html?iso=${l}&file=tl_files/languages/${l}/
+ http://www.contao.org/files/languages/${l}/
PLIST_SRC+= PLIST.${l}
.endfor
diff -r c6bb85ea5e0f -r aad341ad805d www/contao211-translations/options.mk
--- a/www/contao211-translations/options.mk Sun Aug 12 02:12:51 2012 +0000
+++ b/www/contao211-translations/options.mk Sun Aug 12 03:16:51 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2012/08/01 16:25:51 taca Exp $
+# $NetBSD: options.mk,v 1.18 2012/08/12 03:16:51 taca Exp $
# Not yet ready for Contao 2.11:
# af ar bs ca da gl gn hr id is ku
@@ -47,21 +47,4 @@
CT_TRANSLATIONS.uk= Contao-Ukrainian-v17.zip # 2011/07/25
CT_TRANSLATIONS.zh= TYPOlight-Chinese-v20.zip # 2010/01/29
-PKG_OPTIONS_VAR= PKG_OPTIONS.contao${CT_VERS}-translations
-
-.for l in ${CT_SUPPORTED_LANGUAGES}
-PKG_SUPPORTED_OPTIONS+= lang-${l}
-PKG_SUGGESTED_OPTIONS+= lang-${l}
-.endfor
-
-.include "../../mk/bsd.options.mk"
-
-.for l in ${PKG_OPTIONS:Mlang-*}
-CT_LANGUAGES+= ${l:S/^lang-//1}
-.endfor
-
-.for l in ${CT_LANGUAGES}
-CT_DISTFILES+= ${CT_TRANSLATIONS.${l}}
-SITES.${CT_TRANSLATIONS.${l}}= \
- http://www.contao.org/download.html?iso=${l}&file=tl_files/languages/${l}/
-.endfor
+.include "../../www/contao/options.translations.mk"
Home |
Main Index |
Thread Index |
Old Index