svn commit: r386371 - head/devel/ocaml-pomap
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 15 00:43:59 UTC 2015
Author: amdmi3
Date: Fri May 15 00:43:57 2015
New Revision: 386371
URL: https://svnweb.freebsd.org/changeset/ports/386371
Log:
- Update to 3.0.5, fixing build
- Simplify docs and examples handling
Modified:
head/devel/ocaml-pomap/Makefile
head/devel/ocaml-pomap/distinfo
head/devel/ocaml-pomap/pkg-descr
Modified: head/devel/ocaml-pomap/Makefile
==============================================================================
--- head/devel/ocaml-pomap/Makefile Fri May 15 00:15:39 2015 (r386370)
+++ head/devel/ocaml-pomap/Makefile Fri May 15 00:43:57 2015 (r386371)
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= pomap
-PORTVERSION= 3.0.3
+PORTVERSION= 3.0.5
+DISTVERSIONPREFIX= v
CATEGORIES= devel
-MASTER_SITES= http://cdn.bitbucket.org/mmottl/pomap/downloads/
PKGNAMEPREFIX= ocaml-
MAINTAINER= ports at FreeBSD.org
@@ -12,7 +12,8 @@ COMMENT= OCaml library to maintain a lis
LICENSE= LGPL21
-OPTIONS_DEFINE= DOCS EXAMPLES
+USE_GITHUB= yes
+GH_ACCOUNT= mmottl
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
@@ -29,19 +30,15 @@ EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORT
PORTDOCS= *
PORTEXAMPLES= *
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE= DOCS EXAMPLES
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in AUTHORS.txt CHANGES.txt README.md
(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
.endfor
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@(cd ${WRKSRC}/examples && \
${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
-.endif
.include <bsd.port.mk>
Modified: head/devel/ocaml-pomap/distinfo
==============================================================================
--- head/devel/ocaml-pomap/distinfo Fri May 15 00:15:39 2015 (r386370)
+++ head/devel/ocaml-pomap/distinfo Fri May 15 00:43:57 2015 (r386371)
@@ -1,2 +1,2 @@
-SHA256 (pomap-3.0.3.tar.gz) = ff35571fb06230d4448ec61d57dc46d38019ceba1e650600c7eedf26590a5256
-SIZE (pomap-3.0.3.tar.gz) = 73040
+SHA256 (mmottl-pomap-v3.0.5_GH0.tar.gz) = 9788da1550dd88557262e91f4cd3f8c216b2b66ad0d3a2c7e65734177e5f87c2
+SIZE (mmottl-pomap-v3.0.5_GH0.tar.gz) = 74574
Modified: head/devel/ocaml-pomap/pkg-descr
==============================================================================
--- head/devel/ocaml-pomap/pkg-descr Fri May 15 00:15:39 2015 (r386370)
+++ head/devel/ocaml-pomap/pkg-descr Fri May 15 00:43:57 2015 (r386371)
@@ -3,4 +3,4 @@ ordered elements. Whereas a total order
element is lower, equal or greater than another one, partial orders also
allow for a "don-t know" case.
-WWW: https://bitbucket.org/mmottl/pomap
+WWW: https://mmottl.github.io/pomap/
More information about the svn-ports-all
mailing list