svn commit: r477667 - head/devel/ocaml-extlib
Steve Wills
swills at FreeBSD.org
Mon Aug 20 18:31:00 UTC 2018
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 at 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
More information about the svn-ports-head
mailing list