Date: Sat, 7 Jan 2006 08:22:27 +0100 (CET) From: Hubert Tournier <hubert@frbsd.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/91446: Update port: www/geneweb upgrade to version 4.10-1(2) Message-ID: <20060107072227.D973933C4B@iris3.net> Resent-Message-ID: <200601070730.k077U49P063490@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91446 >Category: ports >Synopsis: Update port: www/geneweb upgrade to version 4.10-1(2) >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: Sat Jan 07 07:30:03 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Hubert Tournier <hubert@frbsd.org> >Release: FreeBSD 5.4-RELEASE-p8 i386 >Organization: Chuck's corner <http://www.frbsd.org/fr/> >Environment: >Description: Upgrade to a new version of GeneWeb fixing the recent file permissions problems dealt with version _3 of the port. Unfortunately the author made these changes without changing the distfile name. In case of checksums warnings, you should remove your existing /usr/ports/distfiles/geneweb-4.10-1.tar.gz >How-To-Repeat: >Fix: --- geneweb.diff begins here --- # diff -ruN geneweb.BAK/Makefile geneweb/Makefile --- geneweb.BAK/Makefile Sat Jan 7 07:39:20 2006 +++ geneweb/Makefile Sat Jan 7 07:50:52 2006 @@ -7,7 +7,7 @@ PORTNAME= geneweb PORTVERSION= 4.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/ DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}-1${DISTVERSIONSUFFIX} @@ -17,7 +17,6 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= ged2gwb.1 gwb2ged.1 gwc.1 gwu.1 SUB_FILES+= pkg-message @@ -25,7 +24,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/etc/a.gwf ${PREFIX}/share/geneweb ${INSTALL_SCRIPT} ${FILESDIR}/install.sh ${PREFIX}/share/geneweb - ${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} go+r @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> # diff -ruN geneweb.BAK/distinfo geneweb/distinfo --- geneweb.BAK/distinfo Sat Jan 7 07:39:20 2006 +++ geneweb/distinfo Sat Jan 7 07:49:35 2006 @@ -1,3 +1,2 @@ -MD5 (geneweb-4.10-1.tar.gz) = dec6e0cf4ea51f0c6d91e73fe1455e18 -SHA256 (geneweb-4.10-1.tar.gz) = 5fe0e65368ed0feaba680579ddea91de9f98940c4a71f4add9462b783b8ee8bf -SIZE (geneweb-4.10-1.tar.gz) = 999143 +MD5 (geneweb-4.10-1.tar.gz) = d9a0840da5282b8260dc1234e4aeda3f +SIZE (geneweb-4.10-1.tar.gz) = 998401 --- geneweb.diff ends here --- Sorry, I do not (yet) have a sha2 on my system to make the SHA256 checksum. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060107072227.D973933C4B>