pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/geeklog - Set files' permission; a bundled PEAR li...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b333485088c6
branches:  trunk
changeset: 515827:b333485088c6
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jul 09 13:29:24 2006 +0000

description:
- Set files' permission; a bundled PEAR library is too restricted
  permisson.
- Remove logs directory from PLIST.

Bump PKGREVISION.

diffstat:

 www/geeklog/Makefile |  5 ++++-
 www/geeklog/PLIST    |  3 +--
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (40 lines):

diff -r ab8de1a895ba -r b333485088c6 www/geeklog/Makefile
--- a/www/geeklog/Makefile      Sun Jul 09 13:22:35 2006 +0000
+++ b/www/geeklog/Makefile      Sun Jul 09 13:29:24 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2006/07/01 00:22:38 taca Exp $
+# $NetBSD: Makefile,v 1.7 2006/07/09 13:29:24 taca Exp $
 #
 
 DISTNAME=      geeklog-${VER}
 PKGNAME=       geeklog-${VER:S/sr/./}
+PKGREVISON=    1
 CATEGORIES=    www
 MASTER_SITES=  http://www.geeklog.net/filemgmt/upload_dir/
 
@@ -86,6 +87,8 @@
        ${FIND} ${WRKSRC:Q} -name "*.orig*" -exec ${RM} -f {} \;
        cd ${WRKSRC}/public_html; \
                ${FIND} ${GEEKLOG_TMPL_SUB} -type f -exec ${CHMOD} -x {} \;
+       cd ${WRKSRC}/system; \
+               ${FIND} pear -type f -exec ${CHMOD} 0644 {} \;
 
 do-install:
        ${INSTALL_DATA_DIR} ${GEEKLOG_DOCDIR}
diff -r ab8de1a895ba -r b333485088c6 www/geeklog/PLIST
--- a/www/geeklog/PLIST Sun Jul 09 13:22:35 2006 +0000
+++ b/www/geeklog/PLIST Sun Jul 09 13:29:24 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/07/01 00:22:38 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2006/07/09 13:29:24 taca Exp $
 ${GEEKLOG_BASE}/emailgeeklogstories
 ${GEEKLOG_BASE}/language/bosnian.php
 ${GEEKLOG_BASE}/language/bosnian_utf-8.php
@@ -1641,7 +1641,6 @@
 @dirrm ${GEEKLOG_BASE}/plugins/links/language
 @dirrm ${GEEKLOG_BASE}/plugins/links
 @dirrm ${GEEKLOG_BASE}/plugins
-@dirrm ${GEEKLOG_BASE}/logs
 @dirrm ${GEEKLOG_BASE}/language
 @dirrm ${GEEKLOG_BASE}/data
 @dirrm ${GEEKLOG_BASE}/backups



Home | Main Index | Thread Index | Old Index