Date: Fri, 18 Nov 2016 14:23:32 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426323 - head/devel/ocaml-pomap Message-ID: <201611181423.uAIENWvi025153@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Fri Nov 18 14:23:32 2016 New Revision: 426323 URL: https://svnweb.freebsd.org/changeset/ports/426323 Log: Update ocaml-pomap to 3.0.6. PR: 213914 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Modified: head/devel/ocaml-pomap/Makefile head/devel/ocaml-pomap/distinfo Modified: head/devel/ocaml-pomap/Makefile ============================================================================== --- head/devel/ocaml-pomap/Makefile Fri Nov 18 13:52:30 2016 (r426322) +++ head/devel/ocaml-pomap/Makefile Fri Nov 18 14:23:32 2016 (r426323) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pomap -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.6 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= ocaml- @@ -33,6 +33,9 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${OCAML_SITELIBDIR}/pomap/pomap.cmxs + post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS.txt CHANGES.txt README.md Modified: head/devel/ocaml-pomap/distinfo ============================================================================== --- head/devel/ocaml-pomap/distinfo Fri Nov 18 13:52:30 2016 (r426322) +++ head/devel/ocaml-pomap/distinfo Fri Nov 18 14:23:32 2016 (r426323) @@ -1,2 +1,3 @@ -SHA256 (mmottl-pomap-v3.0.5_GH0.tar.gz) = 9788da1550dd88557262e91f4cd3f8c216b2b66ad0d3a2c7e65734177e5f87c2 -SIZE (mmottl-pomap-v3.0.5_GH0.tar.gz) = 74574 +TIMESTAMP = 1477756419 +SHA256 (mmottl-pomap-v3.0.6_GH0.tar.gz) = b9884487c1692d01de3c985894e06f820113f05d08f92909d817528b51e23f55 +SIZE (mmottl-pomap-v3.0.6_GH0.tar.gz) = 75345
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611181423.uAIENWvi025153>