svn commit: r405331 - head/devel/ocaml-extlib

Martin Wilke miwi at FreeBSD.org
Wed Jan 6 06:14:57 UTC 2016


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 at 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/


More information about the svn-ports-head mailing list