View | Details | Raw Unified | Return to bug 230763
Collapse All | Expand All

(-)devel/ocaml-extlib/Makefile (-4 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	extlib
4
PORTNAME=	extlib
5
PORTVERSION=	1.7.1
5
PORTVERSION=	1.7.5
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
PKGNAMEPREFIX=	ocaml-
7
PKGNAMEPREFIX=	ocaml-
8
8
Lines 12-21 Link Here
12
LICENSE=	LGPL21
12
LICENSE=	LGPL21
13
LICENSE_FILE=	${WRKSRC}/../LICENSE
13
LICENSE_FILE=	${WRKSRC}/../LICENSE
14
14
15
BROKEN_mips=	Depends on Ocaml(not available for mips)
16
15
BUILD_DEPENDS=	cppo:devel/ocaml-cppo
17
BUILD_DEPENDS=	cppo:devel/ocaml-cppo
16
18
17
WRKSRC_SUBDIR=	src
19
WRKSRC_SUBDIR=	src
18
20
21
USES=		gmake
19
USE_GITHUB=	yes
22
USE_GITHUB=	yes
20
GH_ACCOUNT=	ygrek
23
GH_ACCOUNT=	ygrek
21
GH_PROJECT=	ocaml-extlib
24
GH_PROJECT=	ocaml-extlib
Lines 25-37 Link Here
25
USE_OCAML_FINDLIB=yes
28
USE_OCAML_FINDLIB=yes
26
USE_OCAMLFIND_PLIST=yes
29
USE_OCAMLFIND_PLIST=yes
27
30
28
USES=		gmake
29
MAKE_ARGS=	VERSION="${PORTVERSION}"
31
MAKE_ARGS=	VERSION="${PORTVERSION}"
30
ALL_TARGET=	all opt doc
32
ALL_TARGET=	all opt doc
31
MAKE_JOBS_UNSAFE=	yes
32
33
33
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
34
DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
34
35
PORTDOCS=	*
35
PORTDOCS=	*
36
36
37
OPTIONS_DEFINE=	DOCS
37
OPTIONS_DEFINE=	DOCS
(-)devel/ocaml-extlib/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1478941166
1
TIMESTAMP = 1534731133
2
SHA256 (ygrek-ocaml-extlib-1.7.1_GH0.tar.gz) = 872a492be08bb99ddac7512ec190625718359458b79cfc710f40d5a967f628eb
2
SHA256 (ygrek-ocaml-extlib-1.7.5_GH0.tar.gz) = 28e36367a65b1a5886d09f6d535e73b4aa88076778594c62df653a2b1536e62d
3
SIZE (ygrek-ocaml-extlib-1.7.1_GH0.tar.gz) = 85397
3
SIZE (ygrek-ocaml-extlib-1.7.5_GH0.tar.gz) = 87781

Return to bug 230763