aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-05-18 00:38:14 +0800
committermiwi <miwi@FreeBSD.org>2014-05-18 00:38:14 +0800
commit6e8f5c38a64d20164615e662c58d3c1a2b2efb00 (patch)
tree1699b0274074ee506e9a4d5bbb99f114a89c56a8
parentf5af900166d13ddc46d29d39776ff7a29c2c2578 (diff)
downloadfreebsd-ports-gnome-6e8f5c38a64d20164615e662c58d3c1a2b2efb00.tar.gz
freebsd-ports-gnome-6e8f5c38a64d20164615e662c58d3c1a2b2efb00.tar.zst
freebsd-ports-gnome-6e8f5c38a64d20164615e662c58d3c1a2b2efb00.zip
- Update to version 111.03.00
PR: 188357 Submitted by: Ports Fury
-rw-r--r--devel/ocaml-sexplib/Makefile23
-rw-r--r--devel/ocaml-sexplib/distinfo4
-rw-r--r--devel/ocaml-sexplib/pkg-descr4
3 files changed, 12 insertions, 19 deletions
diff --git a/devel/ocaml-sexplib/Makefile b/devel/ocaml-sexplib/Makefile
index 2f9b4be8c321..a0d22a7cd578 100644
--- a/devel/ocaml-sexplib/Makefile
+++ b/devel/ocaml-sexplib/Makefile
@@ -2,47 +2,40 @@
# $FreeBSD$
PORTNAME= sexplib
-PORTVERSION= 108.07.00
-PORTREVISION= 1
+PORTVERSION= 111.03.00
CATEGORIES= devel
MASTER_SITES= https://ocaml.janestreet.com/ocaml-core/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}/individual
PKGNAMEPREFIX= ocaml-
MAINTAINER= ports@FreeBSD.org
-COMMENT= An OCaml library for working with S-expressions
+COMMENT= OCaml library for working with S-expressions
LICENSE= BSD
BUILD_DEPENDS= ocaml-type-conv>0:${PORTSDIR}/devel/ocaml-typeconv
RUN_DEPENDS= ocaml-type-conv>0:${PORTSDIR}/devel/ocaml-typeconv
-OPTIONS_DEFINE= DOCS
-
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
USE_OCAMLFIND_PLIST=yes
+OCAML_PKGDIRS= ${PORTNAME} ${PORTNAME}_num ${PORTNAME}_unix
+USES= gmake
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix ${PREFIX} --disable-docs
MAKE_JOBS_UNSAFE= yes
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
-PORTDOCS= *
-NO_STAGE= yes
-.include <bsd.port.options.mk>
+PORTDOCS= *
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_DIRSTRY+= ${OCAML_DOCSDIR:S,^${PREFIX}/,,}
-.endif
+OPTIONS_DEFINE= DOCS
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in CHANGES.txt README.md
- (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
.endfor
-.endif
.include <bsd.port.mk>
diff --git a/devel/ocaml-sexplib/distinfo b/devel/ocaml-sexplib/distinfo
index 0d9d9fedabd9..0dcb51d2c544 100644
--- a/devel/ocaml-sexplib/distinfo
+++ b/devel/ocaml-sexplib/distinfo
@@ -1,2 +1,2 @@
-SHA256 (sexplib-108.07.00.tar.gz) = 9d2a6e94feb386eef85757231876e415ff9325f582c28b6eac79de552640aace
-SIZE (sexplib-108.07.00.tar.gz) = 116072
+SHA256 (sexplib-111.03.00.tar.gz) = 298cacd43b2d9e5588d3cecdee389f6356f4bc2eaf02250fe95ad351e4f990db
+SIZE (sexplib-111.03.00.tar.gz) = 131453
diff --git a/devel/ocaml-sexplib/pkg-descr b/devel/ocaml-sexplib/pkg-descr
index 6055b505452c..0defc6498fb9 100644
--- a/devel/ocaml-sexplib/pkg-descr
+++ b/devel/ocaml-sexplib/pkg-descr
@@ -10,5 +10,5 @@ OCaml-values are reported in a very human-readable way. Another module
in the library allows you to extract and replace sub-expressions in
S-expressions.
-Author: Markus Mottl <mmottl@janestcapital.com>
-WWW: http://ocaml.janestcapital.com/
+Author: Markus Mottl <mmottl@janestcapital.com>
+WWW: http://janestreet.github.io/