Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2015 10:35:41 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385172 - head/devel/ocaml-pcre
Message-ID:  <201505021035.t42AZfL3080679@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sat May  2 10:35:40 2015
New Revision: 385172
URL: https://svnweb.freebsd.org/changeset/ports/385172

Log:
  Fix build with new ocaml version
  While here, remove GH_COMMIT tag

Modified:
  head/devel/ocaml-pcre/Makefile
  head/devel/ocaml-pcre/distinfo

Modified: head/devel/ocaml-pcre/Makefile
==============================================================================
--- head/devel/ocaml-pcre/Makefile	Sat May  2 10:16:21 2015	(r385171)
+++ head/devel/ocaml-pcre/Makefile	Sat May  2 10:35:40 2015	(r385172)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pcre
 PORTVERSION=	7.1.5
+PORTREVISION=	1
 CATEGORIES=	devel
 PKGNAMEPREFIX=	ocaml-
 
@@ -15,7 +16,6 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	mmottl
 GH_PROJECT=	${PORTNAME}-ocaml
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	0e0196d
 
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=	yes
@@ -30,6 +30,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|$$prefix"/"share|${STAGEDIR}${PREFIX}/share|' \
 	-e '/datarootdir/s|$$pkg_name|&-ocaml|' \
 		${WRKSRC}/setup.ml
+	@${REINPLACE_CMD} -e 's| safe_string,||' ${WRKSRC}/_tags
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}

Modified: head/devel/ocaml-pcre/distinfo
==============================================================================
--- head/devel/ocaml-pcre/distinfo	Sat May  2 10:16:21 2015	(r385171)
+++ head/devel/ocaml-pcre/distinfo	Sat May  2 10:35:40 2015	(r385172)
@@ -1,2 +1,2 @@
-SHA256 (pcre-7.1.5.tar.gz) = 605ec5899089471897b832018dfce889cf46817874e5b4df877ae91cc3a61060
-SIZE (pcre-7.1.5.tar.gz) = 88091
+SHA256 (mmottl-pcre-ocaml-7.1.5-v7.1.5_GH0.tar.gz) = 6495ecf25ed6a69fd14fda472f9fac9853dde2aee9944f6b6c0111d458c1039b
+SIZE (mmottl-pcre-ocaml-7.1.5-v7.1.5_GH0.tar.gz) = 88068



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