diff options
author | madpilot <madpilot@FreeBSD.org> | 2016-11-18 22:23:32 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2016-11-18 22:23:32 +0800 |
commit | 2d82cb31128e394f25a9e7bde935371adae62d76 (patch) | |
tree | 067733fa022af05f58b20b7dfc9126226a59e585 /devel/ocaml-pomap | |
parent | 0ceb5b334cb8eea3ce794cd56be38a490866b39c (diff) | |
download | freebsd-ports-graphics-2d82cb31128e394f25a9e7bde935371adae62d76.tar.gz freebsd-ports-graphics-2d82cb31128e394f25a9e7bde935371adae62d76.tar.zst freebsd-ports-graphics-2d82cb31128e394f25a9e7bde935371adae62d76.zip |
Update ocaml-pomap to 3.0.6.
PR: 213914
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Diffstat (limited to 'devel/ocaml-pomap')
-rw-r--r-- | devel/ocaml-pomap/Makefile | 5 | ||||
-rw-r--r-- | devel/ocaml-pomap/distinfo | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/devel/ocaml-pomap/Makefile b/devel/ocaml-pomap/Makefile index 2371b71b940..1a926e192bd 100644 --- a/devel/ocaml-pomap/Makefile +++ b/devel/ocaml-pomap/Makefile @@ -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 diff --git a/devel/ocaml-pomap/distinfo b/devel/ocaml-pomap/distinfo index c90b96faa21..d42bbd8ac27 100644 --- a/devel/ocaml-pomap/distinfo +++ b/devel/ocaml-pomap/distinfo @@ -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 |