ports/188360: devel/ocaml-typeconv: Update to version 109.60.01
KATO Tsuguru
tkato432 at yahoo.com
Mon Apr 7 18:40:03 UTC 2014
>Number: 188360
>Category: ports
>Synopsis: devel/ocaml-typeconv: Update to version 109.60.01
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Apr 07 18:40:02 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 109.60.01
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/devel/ocaml-typeconv/Makefile devel/ocaml-typeconv/Makefile
--- /usr/ports/devel/ocaml-typeconv/Makefile 2014-02-22 05:45:08.000000000 +0900
+++ devel/ocaml-typeconv/Makefile 2014-04-08 00:00:00.000000000 +0900
@@ -2,47 +2,36 @@
# $FreeBSD: head/devel/ocaml-typeconv/Makefile 345404 2014-02-21 13:36:12Z ehaupt $
PORTNAME= type-conv
-PORTVERSION= 108.07.00
+PORTVERSION= 109.60.01
CATEGORIES= devel
MASTER_SITES= https://ocaml.janestreet.com/ocaml-core/%SUBDIR%/
-MASTER_SITE_SUBDIR= ${PORTVERSION}/individual
-DISTNAME= ${PORTNAME:S,-,_,}-${PORTVERSION}
+MASTER_SITE_SUBDIR= ${PORTVERSION:R}.00/individual
PKGNAMEPREFIX= ocaml-
+DISTNAME= ${PORTNAME:S,-,_,}-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Type conversion routines for OCaml
LICENSE= BSD
-
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
USE_OCAMLFIND_PLIST=yes
OCAML_PKGDIRS= ${PORTNAME:S,-,_,}
+USES= gmake
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix ${PREFIX} --disable-docs
MAKE_JOBS_UNSAFE=yes
DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME:S,-,_,}
-PORTDOCS= *
-NO_STAGE= yes
-
-OPTIONS_DEFINE= DOCS
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_DIRSTRY= ${OCAML_DOCSDIR:S,^${PREFIX}/,,}
-.endif
+PORTDOCS= *
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 -urN /usr/ports/devel/ocaml-typeconv/distinfo devel/ocaml-typeconv/distinfo
--- /usr/ports/devel/ocaml-typeconv/distinfo 2013-11-06 21:49:58.000000000 +0900
+++ devel/ocaml-typeconv/distinfo 2014-04-08 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (type_conv-108.07.00.tar.gz) = a8f0f230633dbcb77bd8d5ee1c5f47c57385a6c09d5c3ac1fb02449077772c7d
-SIZE (type_conv-108.07.00.tar.gz) = 57195
+SHA256 (type_conv-109.60.01.tar.gz) = fd0b1aff77c665495b240d39b7b8ef09a4c50ab959807bc50ff8d1874cccfd52
+SIZE (type_conv-109.60.01.tar.gz) = 61606
diff -urN /usr/ports/devel/ocaml-typeconv/pkg-descr devel/ocaml-typeconv/pkg-descr
--- /usr/ports/devel/ocaml-typeconv/pkg-descr 2013-11-06 21:49:58.000000000 +0900
+++ devel/ocaml-typeconv/pkg-descr 2014-04-08 00:00:00.000000000 +0900
@@ -3,5 +3,5 @@
functionality cannot be duplicated without losing the ability to use
these preprocessors simultaneously.
-Author: Markus Mottl <markus.mottl at gmail.com>
-WWW: http://ocaml.janestcapital.com/
+Author: Markus Mottl <markus.mottl at gmail.com>
+WWW: http://janestreet.github.io/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list