Date: Tue, 8 Apr 2014 03:25:30 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/188357: devel/ocaml-sexplib: Update to version 111.03.00 Message-ID: <20140408032530.6e34d305e379bdd48c6710cb@yahoo.com> Resent-Message-ID: <201404071840.s37Ie24h013912@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 188357 >Category: ports >Synopsis: devel/ocaml-sexplib: Update to version 111.03.00 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 07 18:40:01 UTC 2014 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p7 i386 >Organization: >Environment: >Description: - Update to version 111.03.00 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/ocaml-sexplib/Makefile devel/ocaml-sexplib/Makefile --- /usr/ports/devel/ocaml-sexplib/Makefile 2013-11-06 21:50:30.000000000 +0900 +++ devel/ocaml-sexplib/Makefile 2014-04-08 00:00:00.000000000 +0900 @@ -2,47 +2,40 @@ # $FreeBSD: head/devel/ocaml-sexplib/Makefile 327724 2013-09-20 17:13:42Z bapt $ PORTNAME= sexplib -PORTVERSION= 108.07.00 -PORTREVISION= 1 +PORTVERSION= 111.03.00 CATEGORIES= devel MASTER_SITES= https://ocaml.janestreet.com/ocaml-core/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION}/individual PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org -COMMENT= An OCaml library for working with S-expressions +COMMENT= OCaml library for working with S-expressions LICENSE= BSD BUILD_DEPENDS= ocaml-type-conv>0:${PORTSDIR}/devel/ocaml-typeconv RUN_DEPENDS= ocaml-type-conv>0:${PORTSDIR}/devel/ocaml-typeconv -OPTIONS_DEFINE= DOCS - USE_OCAML= yes USE_OCAML_FINDLIB=yes USE_OCAMLFIND_PLIST=yes +OCAML_PKGDIRS= ${PORTNAME} ${PORTNAME}_num ${PORTNAME}_unix +USES= gmake HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${PREFIX} --disable-docs MAKE_JOBS_UNSAFE= yes DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} -PORTDOCS= * -NO_STAGE= yes -.include <bsd.port.options.mk> +PORTDOCS= * -.if ${PORT_OPTIONS:MDOCS} -PLIST_DIRSTRY+= ${OCAML_DOCSDIR:S,^${PREFIX}/,,} -.endif +OPTIONS_DEFINE= DOCS post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in CHANGES.txt README.md - (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor -.endif .include <bsd.port.mk> diff -urN /usr/ports/devel/ocaml-sexplib/distinfo devel/ocaml-sexplib/distinfo --- /usr/ports/devel/ocaml-sexplib/distinfo 2013-11-06 21:50:30.000000000 +0900 +++ devel/ocaml-sexplib/distinfo 2014-04-08 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (sexplib-108.07.00.tar.gz) = 9d2a6e94feb386eef85757231876e415ff9325f582c28b6eac79de552640aace -SIZE (sexplib-108.07.00.tar.gz) = 116072 +SHA256 (sexplib-111.03.00.tar.gz) = 298cacd43b2d9e5588d3cecdee389f6356f4bc2eaf02250fe95ad351e4f990db +SIZE (sexplib-111.03.00.tar.gz) = 131453 diff -urN /usr/ports/devel/ocaml-sexplib/pkg-descr devel/ocaml-sexplib/pkg-descr --- /usr/ports/devel/ocaml-sexplib/pkg-descr 2013-11-06 21:50:30.000000000 +0900 +++ devel/ocaml-sexplib/pkg-descr 2014-04-08 00:00:00.000000000 +0900 @@ -10,5 +10,5 @@ in the library allows you to extract and replace sub-expressions in S-expressions. -Author: Markus Mottl <mmottl@janestcapital.com> -WWW: http://ocaml.janestcapital.com/ +Author: Markus Mottl <mmottl@janestcapital.com> +WWW: http://janestreet.github.io/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140408032530.6e34d305e379bdd48c6710cb>