pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/contao Change URL for download again since the sit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d99cfeb8ea2
branches:  trunk
changeset: 607446:6d99cfeb8ea2
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Aug 12 08:55:54 2012 +0000

description:
Change URL for download again since the site's problem has been solved.
And now, use URL with language directory ("en") to surpress redirection.

diffstat:

 www/contao/options.translations.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7ff96fb681de -r 6d99cfeb8ea2 www/contao/options.translations.mk
--- a/www/contao/options.translations.mk        Sun Aug 12 07:47:29 2012 +0000
+++ b/www/contao/options.translations.mk        Sun Aug 12 08:55:54 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.translations.mk,v 1.2 2012/08/12 03:16:51 taca Exp $
+# $NetBSD: options.translations.mk,v 1.3 2012/08/12 08:55:54 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/files/languages/${l}/
+       http://www.contao.org/en/download.html?iso=${l}&file=files/languages/${l}/
 PLIST_SRC+=    PLIST.${l}
 .endfor



Home | Main Index | Thread Index | Old Index