From owner-svn-ports-head@FreeBSD.ORG Fri May 15 00:43:59 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F17641E6; Fri, 15 May 2015 00:43:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C53261A39; Fri, 15 May 2015 00:43:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4F0hwT6062273; Fri, 15 May 2015 00:43:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4F0hwiZ062269; Fri, 15 May 2015 00:43:58 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505150043.t4F0hwiZ062269@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 15 May 2015 00:43:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386371 - head/devel/ocaml-pomap X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 00:43:59 -0000 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@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 +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 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/