Index: head/devel/ocaml-parmap/Makefile =================================================================== --- head/devel/ocaml-parmap/Makefile (revision 472023) +++ head/devel/ocaml-parmap/Makefile (revision 472024) @@ -1,28 +1,28 @@ # Created by: Jean-Sébastien Pédron # $FreeBSD$ PORTNAME= parmap -DISTVERSION= 1.0-rc6 +DISTVERSION= 1.0-rc9 CATEGORIES= devel PKGNAMEPREFIX= ocaml- MAINTAINER= dumbbell@FreeBSD.org COMMENT= Minimalistic library allowing to exploit multicore architecture LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= rdicosmo USES= gmake GNU_CONFIGURE= yes USE_OCAML= yes USE_OCAML_FINDLIB= yes USE_OCAML_LDCONFIG= yes post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/parmap/*.cmxs ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ocaml/stublibs/*.so .include Index: head/devel/ocaml-parmap/distinfo =================================================================== --- head/devel/ocaml-parmap/distinfo (revision 472023) +++ head/devel/ocaml-parmap/distinfo (revision 472024) @@ -1,2 +1,3 @@ -SHA256 (rdicosmo-parmap-1.0-rc6_GH0.tar.gz) = 25e2eeb2ec8b1dedc8067443ddcddf4ab0ff2e3821da888338146af69e8fd9e6 -SIZE (rdicosmo-parmap-1.0-rc6_GH0.tar.gz) = 97083 +TIMESTAMP = 1519649954 +SHA256 (rdicosmo-parmap-1.0-rc9_GH0.tar.gz) = 8bccdb269e955b7ae6ab981117bfe64abf0f832788e4138c79b83385c9c9e16a +SIZE (rdicosmo-parmap-1.0-rc9_GH0.tar.gz) = 99394 Index: head/devel/ocaml-parmap/files/patch-configure =================================================================== --- head/devel/ocaml-parmap/files/patch-configure (revision 472023) +++ head/devel/ocaml-parmap/files/patch-configure (nonexistent) @@ -1,13 +0,0 @@ ---- configure.orig 2015-02-09 10:42:28 UTC -+++ configure -@@ -4379,8 +4379,8 @@ _ACEOF - ac_config_headers="$ac_config_headers config.h" - - --t=`$OCAMLBUILD -use-ocamlfind &> /dev/null; echo $?` --if test $t == 0 ; then -+t=`$OCAMLBUILD -use-ocamlfind > /dev/null; echo $?` -+if test "$t" = 0 ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: ocaml version $OCAMLVERSION. Use standard Makefile" >&5 - $as_echo "ocaml version $OCAMLVERSION. Use standard Makefile" >&6; } - ac_config_files="$ac_config_files Makefile" Property changes on: head/devel/ocaml-parmap/files/patch-configure ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/ocaml-parmap/pkg-plist =================================================================== --- head/devel/ocaml-parmap/pkg-plist (revision 472023) +++ head/devel/ocaml-parmap/pkg-plist (revision 472024) @@ -1,18 +1,22 @@ lib/ocaml/parmap/META lib/ocaml/parmap/bytearray.cmi +lib/ocaml/parmap/bytearray.cmx lib/ocaml/parmap/bytearray.mli lib/ocaml/parmap/libparmap_stubs.a +lib/ocaml/parmap/myocamlbuild.cmx +lib/ocaml/parmap/parmap_utils.cmi +lib/ocaml/parmap/parmap_utils.cmx +lib/ocaml/parmap/parmap_utils.mli lib/ocaml/parmap/parmap.a lib/ocaml/parmap/parmap.cma lib/ocaml/parmap/parmap.cmi +lib/ocaml/parmap/parmap.cmx lib/ocaml/parmap/parmap.cmxa lib/ocaml/parmap/parmap.cmxs lib/ocaml/parmap/parmap.mli -lib/ocaml/parmap/parmap_utils.cmi -lib/ocaml/parmap/parmap_utils.mli lib/ocaml/parmap/setcore.cmi -lib/ocaml/parmap/setcore.mli +lib/ocaml/parmap/setcore.cmx lib/ocaml/stublibs/dllparmap_stubs.so lib/ocaml/stublibs/dllparmap_stubs.so.owner man/man3/Parmap.3o.gz @dir %%OCAML_SITELIBDIR%%