pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/websvn Fixed file permissions. We don't want to ha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02b65db4e139
branches:  trunk
changeset: 520117:02b65db4e139
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 15 19:37:26 2006 +0000

description:
Fixed file permissions. We don't want to have world-writable files at all.

diffstat:

 www/websvn/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 7d1b67a469c5 -r 02b65db4e139 www/websvn/Makefile
--- a/www/websvn/Makefile       Sun Oct 15 19:25:56 2006 +0000
+++ b/www/websvn/Makefile       Sun Oct 15 19:37:26 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2006/06/02 18:28:01 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2006/10/15 19:37:26 rillig Exp $
 #
 
 DISTNAME=      WebSVN_161
 PKGNAME=       websvn-1.61
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    www
 MASTER_SITES=  http://websvn.tigris.org/files/documents/1380/14334/
 
@@ -33,6 +33,9 @@
 
 INSTALLATION_DIRS=     ${HTTPD_ROOT}/websvn share/examples/${PKGBASE}
 
+post-extract:
+       chmod -R go-w ${WRKSRC}
+
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/include/distconfig.inc ${EGDIR}
        cd ${WRKSRC} && ${PAX} -rwppm . ${PREFIX}/${HTTPD_ROOT}/websvn



Home | Main Index | Thread Index | Old Index