From root@iris3.net  Thu Jan  5 14:40:11 2006
Return-Path: <root@iris3.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 79C1916A420
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Jan 2006 14:40:11 +0000 (GMT)
	(envelope-from root@iris3.net)
Received: from iris3.net (iris3.net [212.43.199.37])
	by mx1.FreeBSD.org (Postfix) with ESMTP id D900A43D76
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 Jan 2006 14:40:09 +0000 (GMT)
	(envelope-from root@iris3.net)
Received: by iris3.net (Postfix, from userid 0)
	id BE30133C2C; Thu,  5 Jan 2006 15:40:20 +0100 (CET)
Message-Id: <20060105144020.BE30133C2C@iris3.net>
Date: Thu,  5 Jan 2006 15:40:20 +0100 (CET)
From: Hubert Tournier <hubert@frbsd.org>
Reply-To: Hubert Tournier <hubert@frbsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update port: www/geneweb file permission correction
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         91350
>Category:       ports
>Synopsis:       Update port: www/geneweb file permission correction
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 05 14:50:05 GMT 2006
>Closed-Date:    Thu Jan 05 23:13:48 GMT 2006
>Last-Modified:  Thu Jan 05 23:13:48 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Thu Jan 5 23:05:15 UTC 2006 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91350 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu Jan 5 23:13:33 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91350 
>Unformatted:
 
