Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  5 Jan 2006 15:40:20 +0100 (CET)
From:      Hubert Tournier <hubert@frbsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91350: Update port: www/geneweb file permission correction
Message-ID:  <20060105144020.BE30133C2C@iris3.net>
Resent-Message-ID: <200601051450.k05Eo5iR014753@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91350
>Category:       ports
>Synopsis:       Update port: www/geneweb file permission correction
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 05 14:50:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Hubert Tournier <hubert@frbsd.org>
>Release:        FreeBSD 5.4-RELEASE-p8 i386
>Organization:
Chuck's corner
>Environment:
>Description:
	GeneWeb is unable to find a start.txt file on root page

>How-To-Repeat:
>Fix:
	Existing installations:

	       # find /usr/local/share/geneweb -type f -exec chmod go+r {} \;

	Patch to the port for new installations:

--- geneweb diff begins here ---
diff -ruN Makefile.bak Makefile
--- Makefile.bak        Thu Jan  5 15:26:26 2006
+++ Makefile    Thu Jan  5 15:27:31 2006
@@ -7,7 +7,7 @@

 PORTNAME=      geneweb
 PORTVERSION=   4.10
-PORTREVISION=  2
+PORTREVISION=  3
 CATEGORIES=    www
 MASTER_SITES=  ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/
 DISTNAME=      ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}-1${DISTVERSIONSUFFIX}
@@ -25,6 +25,7 @@
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/etc/a.gwf ${PREFIX}/share/geneweb
        ${INSTALL_SCRIPT} files/install.sh ${PREFIX}/share/geneweb
+       find ${PREFIX}/share/geneweb -type f -exec chmod go+r {} \;
        @${CAT} ${PKGMESSAGE}

 .include <bsd.port.mk>
--- geneweb ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060105144020.BE30133C2C>