Index: head/devel/ocaml-pomap/Makefile =================================================================== --- head/devel/ocaml-pomap/Makefile (revision 386370) +++ head/devel/ocaml-pomap/Makefile (revision 386371) @@ -1,47 +1,44 @@ # Created by: Stanislav Sedov # $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@FreeBSD.org COMMENT= OCaml library to maintain a list of partially ordered elements LICENSE= LGPL21 -OPTIONS_DEFINE= DOCS EXAMPLES +USE_GITHUB= yes +GH_ACCOUNT= mmottl USE_OCAML= yes USE_OCAML_FINDLIB=yes USE_OCAMLFIND_PLIST=yes USE_OCAML_WASH= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${PREFIX} --disable-docs --disable-examples MAKE_JOBS_UNSAFE=yes DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} EXAMPLESDIR= ${OCAML_EXAMPLESDIR}/${PORTNAME} PORTDOCS= * PORTEXAMPLES= * -.include +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 Index: head/devel/ocaml-pomap/distinfo =================================================================== --- head/devel/ocaml-pomap/distinfo (revision 386370) +++ head/devel/ocaml-pomap/distinfo (revision 386371) @@ -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 Index: head/devel/ocaml-pomap/pkg-descr =================================================================== --- head/devel/ocaml-pomap/pkg-descr (revision 386370) +++ head/devel/ocaml-pomap/pkg-descr (revision 386371) @@ -1,6 +1,6 @@ The Pomap-library implements an ADT that maintains maps of partially ordered elements. Whereas a total order allows you to say whether some 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/