From 275ce5f991ab28f0e58ee84ca45c7a44c74c4b1b Mon Sep 17 00:00:00 2001 From: edwin Date: Wed, 4 Jan 2006 05:54:26 +0000 Subject: Update port: www/geneweb upgrade to version 4.10-1 Upgrade to a new version of GeneWeb fixing the recent compilation problems with ocaml 3.0.9 PR: ports/91288 Submitted by: Tournier --- www/geneweb/Makefile | 8 ++++---- www/geneweb/distinfo | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/geneweb/Makefile b/www/geneweb/Makefile index d5f11bf5d467..d203ec6f19e7 100644 --- a/www/geneweb/Makefile +++ b/www/geneweb/Makefile @@ -7,24 +7,24 @@ PORTNAME= geneweb PORTVERSION= 4.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/ +DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}-1${DISTVERSIONSUFFIX} MAINTAINER= hubert@frbsd.org COMMENT= An advanced genealogy software BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -BROKEN= Does not build - +WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= ged2gwb.1 gwb2ged.1 gwc.1 gwu.1 SUB_FILES+= pkg-message post-install: ${INSTALL_DATA} ${WRKSRC}/etc/a.gwf ${PREFIX}/share/geneweb - ${INSTALL_SCRIPT} files/install.sh ${PREFIX}/share/geneweb + ${INSTALL_SCRIPT} ${FILESDIR}/install.sh ${PREFIX}/share/geneweb @${CAT} ${PKGMESSAGE} .include diff --git a/www/geneweb/distinfo b/www/geneweb/distinfo index eb26986b4aeb..fad857e32e16 100644 --- a/www/geneweb/distinfo +++ b/www/geneweb/distinfo @@ -1,2 +1,2 @@ -MD5 (geneweb-4.10.tar.gz) = 87371983b3493ced501303e096b70b3a -SIZE (geneweb-4.10.tar.gz) = 998314 +MD5 (geneweb-4.10-1.tar.gz) = dec6e0cf4ea51f0c6d91e73fe1455e18 +SIZE (geneweb-4.10-1.tar.gz) = 999143 -- cgit