ports/91350: Update port: www/geneweb file permission correction

Hubert Tournier hubert at frbsd.org
Thu Jan 5 14:50:21 UTC 2006


>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 at 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:
 



More information about the freebsd-ports-bugs mailing list