From owner-svn-ports-all@freebsd.org Wed Jan 6 06:14:57 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4183DA65444; Wed, 6 Jan 2016 06:14:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E912C12CD; Wed, 6 Jan 2016 06:14:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u066Eth4036207; Wed, 6 Jan 2016 06:14:55 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u066EtmR036204; Wed, 6 Jan 2016 06:14:55 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201601060614.u066EtmR036204@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Wed, 6 Jan 2016 06:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405331 - head/devel/ocaml-extlib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2016 06:14:57 -0000 Author: miwi Date: Wed Jan 6 06:14:55 2016 New Revision: 405331 URL: https://svnweb.freebsd.org/changeset/ports/405331 Log: - Update to 1.7.0 - Add support for options helper - Update WWW PR: 205893 Submitted by: ports fury Modified: head/devel/ocaml-extlib/Makefile head/devel/ocaml-extlib/distinfo head/devel/ocaml-extlib/pkg-descr Modified: head/devel/ocaml-extlib/Makefile ============================================================================== --- head/devel/ocaml-extlib/Makefile Wed Jan 6 06:13:24 2016 (r405330) +++ head/devel/ocaml-extlib/Makefile Wed Jan 6 06:14:55 2016 (r405331) @@ -2,10 +2,8 @@ # $FreeBSD$ PORTNAME= extlib -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= ${PKGNAMEPREFIX}${PORTNAME} PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org @@ -13,14 +11,21 @@ COMMENT= Complete - yet small - standard LICENSE= LGPL21 -OPTIONS_DEFINE= DOCS +BUILD_DEPENDS= cppo:${PORTSDIR}/devel/ocaml-cppo + +WRKSRC_SUBDIR= src + +USE_GITHUB= yes +GH_ACCOUNT= ygrek +GH_PROJECT= ocaml-extlib USE_OCAML= yes -USE_OCAML_FINDLIB=yes USE_OCAML_CAMLP4=yes +USE_OCAML_FINDLIB=yes USE_OCAMLFIND_PLIST=yes USES= gmake +MAKE_ARGS= VERSION="${PORTVERSION}" ALL_TARGET= all opt doc MAKE_JOBS_UNSAFE= yes @@ -28,7 +33,9 @@ DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME} PORTDOCS= * -post-install: +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}) Modified: head/devel/ocaml-extlib/distinfo ============================================================================== --- head/devel/ocaml-extlib/distinfo Wed Jan 6 06:13:24 2016 (r405330) +++ head/devel/ocaml-extlib/distinfo Wed Jan 6 06:14:55 2016 (r405331) @@ -1,2 +1,2 @@ -SHA256 (extlib-1.6.1.tar.gz) = 88d4b3638cb4da4e04d81ba157e7235e744373c5784cf4b906570d07b890aeca -SIZE (extlib-1.6.1.tar.gz) = 72780 +SHA256 (ygrek-ocaml-extlib-1.7.0_GH0.tar.gz) = 3c9fd159a4ec401559905f96e578317a4933452ced9a7f3a4f89f9c7130d9a63 +SIZE (ygrek-ocaml-extlib-1.7.0_GH0.tar.gz) = 83327 Modified: head/devel/ocaml-extlib/pkg-descr ============================================================================== --- head/devel/ocaml-extlib/pkg-descr Wed Jan 6 06:13:24 2016 (r405330) +++ head/devel/ocaml-extlib/pkg-descr Wed Jan 6 06:14:55 2016 (r405331) @@ -9,4 +9,4 @@ ExtLib is not directly related to OCaml library can be seen as a proposal for inclusion in the official distribution. -WWW: http://code.google.com/p/ocaml-extlib/ +WWW: https://github.com/ygrek/ocaml-extlib/