From owner-svn-ports-head@FreeBSD.ORG Mon Dec 22 09:16:41 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEAFF34C; Mon, 22 Dec 2014 09:16:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFAF63C3A; Mon, 22 Dec 2014 09:16:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBM9GeXP018528; Mon, 22 Dec 2014 09:16:40 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBM9Geue018525; Mon, 22 Dec 2014 09:16:40 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201412220916.sBM9Geue018525@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Mon, 22 Dec 2014 09:16:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375218 - head/devel/ocaml-pcre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Dec 2014 09:16:41 -0000 Author: johans Date: Mon Dec 22 09:16:39 2014 New Revision: 375218 URL: https://svnweb.freebsd.org/changeset/ports/375218 QAT: https://qat.redports.org/buildarchive/r375218/ Log: - Update to ocaml-pcre 7.1.5 - Use new master site Modified: head/devel/ocaml-pcre/Makefile head/devel/ocaml-pcre/distinfo head/devel/ocaml-pcre/pkg-plist Modified: head/devel/ocaml-pcre/Makefile ============================================================================== --- head/devel/ocaml-pcre/Makefile Mon Dec 22 09:08:44 2014 (r375217) +++ head/devel/ocaml-pcre/Makefile Mon Dec 22 09:16:39 2014 (r375218) @@ -2,17 +2,21 @@ # $FreeBSD$ PORTNAME= pcre -PORTVERSION= 7.0.4 +PORTVERSION= 7.1.5 CATEGORIES= devel -MASTER_SITES= http://cdn.bitbucket.org/mmottl/pcre-ocaml/downloads/ PKGNAMEPREFIX= ocaml- -DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Perl compatible regular expressions for Objective Caml LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +USE_GITHUB= yes +GH_ACCOUNT= mmottl +GH_PROJECT= ${PORTNAME}-ocaml +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 0e0196d + USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes @@ -24,6 +28,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|$$prefix"/"share|${STAGEDIR}${PREFIX}/share|' \ + -e '/datarootdir/s|$$pkg_name|&-ocaml|' \ ${WRKSRC}/setup.ml post-install: Modified: head/devel/ocaml-pcre/distinfo ============================================================================== --- head/devel/ocaml-pcre/distinfo Mon Dec 22 09:08:44 2014 (r375217) +++ head/devel/ocaml-pcre/distinfo Mon Dec 22 09:16:39 2014 (r375218) @@ -1,2 +1,2 @@ -SHA256 (pcre-ocaml-7.0.4.tar.gz) = fc56b0e0f7ab5d159af77d1a51f67d0dd0b86ef30eccc0e9cbef4f79d4a75840 -SIZE (pcre-ocaml-7.0.4.tar.gz) = 84956 +SHA256 (pcre-7.1.5.tar.gz) = 605ec5899089471897b832018dfce889cf46817874e5b4df877ae91cc3a61060 +SIZE (pcre-7.1.5.tar.gz) = 88091 Modified: head/devel/ocaml-pcre/pkg-plist ============================================================================== --- head/devel/ocaml-pcre/pkg-plist Mon Dec 22 09:08:44 2014 (r375217) +++ head/devel/ocaml-pcre/pkg-plist Mon Dec 22 09:16:39 2014 (r375218) @@ -2,12 +2,16 @@ %%OCAML_SITELIBDIR%%/pcre/dllpcre_stubs.so %%OCAML_SITELIBDIR%%/pcre/libpcre_stubs.a %%OCAML_SITELIBDIR%%/pcre/pcre.a +%%OCAML_SITELIBDIR%%/pcre/pcre.annot %%OCAML_SITELIBDIR%%/pcre/pcre.cma %%OCAML_SITELIBDIR%%/pcre/pcre.cmi +%%OCAML_SITELIBDIR%%/pcre/pcre.cmt +%%OCAML_SITELIBDIR%%/pcre/pcre.cmti %%OCAML_SITELIBDIR%%/pcre/pcre.cmx %%OCAML_SITELIBDIR%%/pcre/pcre.cmxa %%OCAML_SITELIBDIR%%/pcre/pcre.cmxs %%OCAML_SITELIBDIR%%/pcre/pcre.mli +%%OCAML_SITELIBDIR%%/pcre/pcre_compat.cmx %%PORTDOCS%%%%DOCSDIR%%/api/Pcre.html %%PORTDOCS%%%%DOCSDIR%%/api/index.html %%PORTDOCS%%%%DOCSDIR%%/api/index_attributes.html