Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 May 2018 13:26:23 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469287 - in head/www/geneweb: . files
Message-ID:  <201805071326.w47DQNsj085295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Mon May  7 13:26:23 2018
New Revision: 469287
URL: https://svnweb.freebsd.org/changeset/ports/469287

Log:
  www/geneweb: change distsite to address compatibility issues with OCaml 4.xx
  
  - also: add ocamlfind dependency
  
  PR:		219793
  Submitted by:	Alex Stangl <alex@stangl.us> (maintainer)
  Reviewed by:	swills

Added:
  head/www/geneweb/files/patch-configure   (contents, props changed)
Deleted:
  head/www/geneweb/files/patch-tools__Makefile.inc.unix
Modified:
  head/www/geneweb/Makefile
  head/www/geneweb/distinfo

Modified: head/www/geneweb/Makefile
==============================================================================
--- head/www/geneweb/Makefile	Mon May  7 12:42:25 2018	(r469286)
+++ head/www/geneweb/Makefile	Mon May  7 13:26:23 2018	(r469287)
@@ -4,6 +4,7 @@
 PORTNAME=	geneweb
 DISTVERSIONPREFIX=	distrib-
 DISTVERSION=	6-08
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	alex@stangl.us
@@ -12,10 +13,12 @@ COMMENT=	Advanced genealogy software
 LICENSE=	GPLv2
 
 BUILD_DEPENDS=	ocamlc:lang/ocaml \
-		camlp5:devel/ocaml-camlp5
+		camlp5:devel/ocaml-camlp5 \
+		ocamlfind:devel/ocaml-findlib
 
 USE_GITHUB=	yes
-GH_ACCOUNT=	geneanet
+GH_ACCOUNT=	geneweb
+GH_TAGNAME=	13c850a0cc3973daf7ae3e0772a1621f84052041
 
 HAS_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes

Modified: head/www/geneweb/distinfo
==============================================================================
--- head/www/geneweb/distinfo	Mon May  7 12:42:25 2018	(r469286)
+++ head/www/geneweb/distinfo	Mon May  7 13:26:23 2018	(r469287)
@@ -1,2 +1,3 @@
-SHA256 (geneanet-geneweb-distrib-6-08_GH0.tar.gz) = 082038c595cb9477212656690a02f23dabe53d4511469d6cdfba8a590f6080d7
-SIZE (geneanet-geneweb-distrib-6-08_GH0.tar.gz) = 1791772
+TIMESTAMP = 1525699554
+SHA256 (geneweb-geneweb-distrib-6-08-13c850a0cc3973daf7ae3e0772a1621f84052041_GH0.tar.gz) = 79a062d83181c6a686794d2bb60577e963b26ff01154ac8ec4a3604c796f27e3
+SIZE (geneweb-geneweb-distrib-6-08-13c850a0cc3973daf7ae3e0772a1621f84052041_GH0.tar.gz) = 1793948

Added: head/www/geneweb/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/geneweb/files/patch-configure	Mon May  7 13:26:23 2018	(r469287)
@@ -0,0 +1,8 @@
+--- configure.orig	2016-11-06 14:21:56 UTC
++++ configure
+@@ -1,4 +1,4 @@
+-#!/bin/bash
++#!/bin/sh
+ 
+ OCAML_MIN_VER="4.02"
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805071326.w47DQNsj085295>