diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-18 00:38:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-18 00:38:54 +0800 |
commit | e49da28f601400379273c3c37c4959036c8cd768 (patch) | |
tree | 61ba17572b1f37a8e611c8f16719b9a56d78bd5b /devel | |
parent | 6e8f5c38a64d20164615e662c58d3c1a2b2efb00 (diff) | |
download | freebsd-ports-graphics-e49da28f601400379273c3c37c4959036c8cd768.tar.gz freebsd-ports-graphics-e49da28f601400379273c3c37c4959036c8cd768.tar.zst freebsd-ports-graphics-e49da28f601400379273c3c37c4959036c8cd768.zip |
- Update to version 109.60.01
PR: 188360
Submitted by: Ports Fury
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-typeconv/Makefile | 25 | ||||
-rw-r--r-- | devel/ocaml-typeconv/distinfo | 4 | ||||
-rw-r--r-- | devel/ocaml-typeconv/pkg-descr | 3 |
3 files changed, 10 insertions, 22 deletions
diff --git a/devel/ocaml-typeconv/Makefile b/devel/ocaml-typeconv/Makefile index bf581766fd6..a8f86e70e7b 100644 --- a/devel/ocaml-typeconv/Makefile +++ b/devel/ocaml-typeconv/Makefile @@ -2,47 +2,36 @@ # $FreeBSD$ 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@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 --git a/devel/ocaml-typeconv/distinfo b/devel/ocaml-typeconv/distinfo index 73cdeb2e629..a44379d43ef 100644 --- a/devel/ocaml-typeconv/distinfo +++ b/devel/ocaml-typeconv/distinfo @@ -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 --git a/devel/ocaml-typeconv/pkg-descr b/devel/ocaml-typeconv/pkg-descr index a4f9e6d9eb9..18ccf53dd8d 100644 --- a/devel/ocaml-typeconv/pkg-descr +++ b/devel/ocaml-typeconv/pkg-descr @@ -3,5 +3,4 @@ preprocessors that generate code from type specifications, because this functionality cannot be duplicated without losing the ability to use these preprocessors simultaneously. -Author: Markus Mottl <markus.mottl@gmail.com> -WWW: http://ocaml.janestcapital.com/ +WWW: http://janestreet.github.io/ |