Bug 91446 - Update port: www/geneweb upgrade to version 4.10-1(2)
Summary: Update port: www/geneweb upgrade to version 4.10-1(2)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-07 07:30 UTC by Hubert Tournier
Modified: 2006-01-07 14:16 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hubert Tournier 2006-01-07 07:30:03 UTC
	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

Fix: 

Sorry, I do not (yet) have a sha2 on my system to make the SHA256 checksum.--tkWwZYzjSLk1vR2u1tMVxbT9cIkvxbf3UT1Amhbzh9WRACYU
Content-Type: text/plain; name="geneweb.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="geneweb.diff"

# 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
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-01-07 14:16:23 UTC
State Changed
From-To: open->closed

Committed, thanks!