pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/typolight * Move robots.txt to CONF_FILES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85c1ff7da6c2
branches:  trunk
changeset: 552974:85c1ff7da6c2
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 12 16:17:03 2009 +0000

description:
* Move robots.txt to CONF_FILES.
* Don't create an empty news.xml file.

Bump PKGREVISION.

diffstat:

 www/typolight/Makefile |  13 ++++++-------
 www/typolight/PLIST    |   5 ++---
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (73 lines):

diff -r dfaa36a37a17 -r 85c1ff7da6c2 www/typolight/Makefile
--- a/www/typolight/Makefile    Mon Jan 12 16:09:22 2009 +0000
+++ b/www/typolight/Makefile    Mon Jan 12 16:17:03 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2008/12/15 03:05:11 taca Exp $
+# $NetBSD: Makefile,v 1.10 2009/01/12 16:17:03 taca Exp $
 #
 
 DISTNAME=      typolight-${TL_VERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=typolight/}
 
@@ -21,7 +21,7 @@
 USE_TOOLS=     pax
 NO_BUILD=      yes
 
-EG_DATA=       basic.css news.xml print.css system/config tl_files
+EG_DATA=       ${WWW_EG_FILES} system/config tl_files
 EG_FILES=      system/config/config.php system/config/countries.php \
                system/config/dcaconfig.php system/config/languages.php \
                system/config/tcpdf.php system/config/timezones.php \
@@ -32,7 +32,7 @@
                tl_files/xBrowser_style_sheets/xElements.css \
                tl_files/xBrowser_style_sheets/xForm.css \
                tl_files/xBrowser_style_sheets/xNavigation.css
-WWW_EG_FILES=  basic.css news.xml print.css
+WWW_EG_FILES=  basic.css print.css robots.txt
 
 CONF_FILES_PERMS+=     ${TL_EGDIR}/system/config/localconfig.php \
                        ${TL_WEBDIR}/system/config/localconfig.php \
@@ -62,7 +62,7 @@
 
 WWW_FILES=     ._htaccess CHANGELOG.txt INSTALL.txt LICENSE.txt \
                cron.php flash.php index.php \
-               plugins robots.txt templates typolight
+               plugins templates typolight
 WWW_SYSFILES=  config/.htaccess constants.php drivers functions.php \
                html iefixes.css initialize.php interface.php libraries \
                logs/.htaccess mbstring.php modules themes tmp/.htaccess \
@@ -95,8 +95,7 @@
 pre-configure:
        ${CP} ${FILESDIR}/typolight.conf ${WRKDIR}
        cd ${WRKSRC}; ${RM} -rf music_academy.css \
-               templates/example_website.sql tl_files/music_academy; \
-               ${CP} /dev/null news.xml
+               templates/example_website.sql tl_files/music_academy
 
 do-install:
        cd ${WRKSRC}; pax -rw -pm ${WWW_FILES} ${DESTDIR}${PREFIX}/${TL_WEBDIR}
diff -r dfaa36a37a17 -r 85c1ff7da6c2 www/typolight/PLIST
--- a/www/typolight/PLIST       Mon Jan 12 16:09:22 2009 +0000
+++ b/www/typolight/PLIST       Mon Jan 12 16:17:03 2009 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2008/11/06 11:23:15 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/01/12 16:17:03 taca Exp $
 ${TL_DOCDIR}/README
 ${TL_EGDIR}/basic.css
-${TL_EGDIR}/news.xml
 ${TL_EGDIR}/print.css
+${TL_EGDIR}/robots.txt
 ${TL_EGDIR}/system/config/config.php
 ${TL_EGDIR}/system/config/countries.php
 ${TL_EGDIR}/system/config/dcaconfig.php
@@ -760,7 +760,6 @@
 ${TL_WEBDIR}/plugins/tinyMCE/utils/mctabs.js
 ${TL_WEBDIR}/plugins/tinyMCE/utils/validate.js
 ${TL_WEBDIR}/plugins/ufo/ufo.js
-${TL_WEBDIR}/robots.txt
 ${TL_WEBDIR}/system/config/.htaccess
 ${TL_WEBDIR}/system/constants.php
 ${TL_WEBDIR}/system/drivers/.htaccess



Home | Main Index | Thread Index | Old Index