Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2018 18:30:59 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477667 - head/devel/ocaml-extlib
Message-ID:  <201808201830.w7KIUxIw044538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Aug 20 18:30:59 2018
New Revision: 477667
URL: https://svnweb.freebsd.org/changeset/ports/477667

Log:
  devel/ocaml-extlib: Update to 1.7.5
  
  PR:		230763
  Submitted by:	Nathan <ndowens@yahoo.com>

Modified:
  head/devel/ocaml-extlib/Makefile   (contents, props changed)
  head/devel/ocaml-extlib/distinfo   (contents, props changed)

Modified: head/devel/ocaml-extlib/Makefile
==============================================================================
--- head/devel/ocaml-extlib/Makefile	Mon Aug 20 18:28:45 2018	(r477666)
+++ head/devel/ocaml-extlib/Makefile	Mon Aug 20 18:30:59 2018	(r477667)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	extlib
-PORTVERSION=	1.7.1
+PORTVERSION=	1.7.5
 CATEGORIES=	devel
 PKGNAMEPREFIX=	ocaml-
 
@@ -12,10 +12,13 @@ COMMENT=	Complete - yet small - standard library for O
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
+BROKEN_mips=	Depends on Ocaml(not available for mips)
+
 BUILD_DEPENDS=	cppo:devel/ocaml-cppo
 
 WRKSRC_SUBDIR=	src
 
+USES=		gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	ygrek
 GH_PROJECT=	ocaml-extlib
@@ -25,13 +28,10 @@ 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
 
 DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
-
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS

Modified: head/devel/ocaml-extlib/distinfo
==============================================================================
--- head/devel/ocaml-extlib/distinfo	Mon Aug 20 18:28:45 2018	(r477666)
+++ head/devel/ocaml-extlib/distinfo	Mon Aug 20 18:30:59 2018	(r477667)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478941166
-SHA256 (ygrek-ocaml-extlib-1.7.1_GH0.tar.gz) = 872a492be08bb99ddac7512ec190625718359458b79cfc710f40d5a967f628eb
-SIZE (ygrek-ocaml-extlib-1.7.1_GH0.tar.gz) = 85397
+TIMESTAMP = 1534731133
+SHA256 (ygrek-ocaml-extlib-1.7.5_GH0.tar.gz) = 28e36367a65b1a5886d09f6d535e73b4aa88076778594c62df653a2b1536e62d
+SIZE (ygrek-ocaml-extlib-1.7.5_GH0.tar.gz) = 87781



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808201830.w7KIUxIw044538>