pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www o Update SITES for each language file because of w...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9bd07c54dd85
branches:  trunk
changeset: 399651:9bd07c54dd85
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Sep 24 03:04:04 2009 +0000

description:
o Update SITES for each language file because of www.typolight.org's relaunch.
o Make unused MASTER_SITES to empty.

No functional change.

diffstat:

 www/typolight26-translations/Makefile   |  4 ++--
 www/typolight26-translations/options.mk |  4 ++--
 www/typolight27-translations/Makefile   |  6 +++---
 www/typolight27-translations/options.mk |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (70 lines):

diff -r a53f1a7d94be -r 9bd07c54dd85 www/typolight26-translations/Makefile
--- a/www/typolight26-translations/Makefile     Wed Sep 23 18:23:05 2009 +0000
+++ b/www/typolight26-translations/Makefile     Thu Sep 24 03:04:04 2009 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/04/26 03:54:57 taca Exp $
+# $NetBSD: Makefile,v 1.2 2009/09/24 03:04:04 taca Exp $
 #
 
 DISTNAME=      typolight${TL_VER}-translations-${VERS}
 CATEGORIES=    www
-MASTER_SITES=  http://www.typolight.org/download.html?file=tl_files/languages/ja/
+MASTER_SITES=  # defined for each distfiles
 DISTFILES=     ${TL_DISTFILES}
 EXTRACT_DIR=   ${WRKSRC}
 
diff -r a53f1a7d94be -r 9bd07c54dd85 www/typolight26-translations/options.mk
--- a/www/typolight26-translations/options.mk   Wed Sep 23 18:23:05 2009 +0000
+++ b/www/typolight26-translations/options.mk   Thu Sep 24 03:04:04 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2009/04/26 03:54:57 taca Exp $
+# $NetBSD: options.mk,v 1.2 2009/09/24 03:04:04 taca Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.typolight-translations
 
@@ -48,6 +48,6 @@
 .for l in ${TL_LANGUAGES}
 TL_DISTFILES+= ${TL_TRANSLATIONS.${l}}
 SITES.${TL_TRANSLATIONS.${l}}= \
-       http://www.typolight.org/download-translations.html?iso=${l}&file=tl_files/languages/${l}/
+       http://www.typolight.org/download.html?iso=${l}&file=tl_files/languages/${l}/
 PLIST_SRC+=    PLIST.${l}
 .endfor
diff -r a53f1a7d94be -r 9bd07c54dd85 www/typolight27-translations/Makefile
--- a/www/typolight27-translations/Makefile     Wed Sep 23 18:23:05 2009 +0000
+++ b/www/typolight27-translations/Makefile     Thu Sep 24 03:04:04 2009 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.24 2009/09/22 01:41:14 taca Exp $
+# $NetBSD: Makefile,v 1.25 2009/09/24 03:05:25 taca Exp $
 #
 
 DISTNAME=      typolight${TL_VER}-translations-${VERS}
 CATEGORIES=    www
-MASTER_SITES=  http://www.typolight.org/download.html?file=tl_files/languages/ja/
+MASTER_SITES=  # defined for each distfiles
 DISTFILES=     ${TL_DISTFILES}
 EXTRACT_DIR=   ${WRKSRC}
 
 MAINTAINER=    taca%NetBSD.org@localhost
-HOMEPAGE=      http://www.typolight.org/download-translations.html
+HOMEPAGE=      http://www.typolight.org/download.html
 COMMENT=       Language files for TYPOlight CMS
 
 DEPENDS+=      typolight${TL_VER}>=${TL_PKGVER}:../../www/typolight${TL_VER}
diff -r a53f1a7d94be -r 9bd07c54dd85 www/typolight27-translations/options.mk
--- a/www/typolight27-translations/options.mk   Wed Sep 23 18:23:05 2009 +0000
+++ b/www/typolight27-translations/options.mk   Thu Sep 24 03:04:04 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.24 2009/09/22 01:41:14 taca Exp $
+# $NetBSD: options.mk,v 1.25 2009/09/24 03:05:25 taca Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.typolight-translations
 
@@ -48,6 +48,6 @@
 .for l in ${TL_LANGUAGES}
 TL_DISTFILES+= ${TL_TRANSLATIONS.${l}}
 SITES.${TL_TRANSLATIONS.${l}}= \
-       http://www.typolight.org/download-translations.html?iso=${l}&file=tl_files/languages/${l}/
+       http://www.typolight.org/download.html?iso=${l}&file=tl_files/languages/${l}/
 PLIST_SRC+=    PLIST.${l}
 .endfor



Home | Main Index | Thread Index | Old Index