ports/188363: devel/ocaml-extlib: Update to version 1.6.1

KATO Tsuguru tkato432 at yahoo.com
Mon Apr 7 18:40:04 UTC 2014


>Number:         188363
>Category:       ports
>Synopsis:       devel/ocaml-extlib: Update to version 1.6.1
>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:03 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 1.6.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/ocaml-extlib/Makefile devel/ocaml-extlib/Makefile
--- /usr/ports/devel/ocaml-extlib/Makefile	2013-11-06 21:49:19.000000000 +0900
+++ devel/ocaml-extlib/Makefile	2014-04-08 00:00:00.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/ocaml-extlib/Makefile 327724 2013-09-20 17:13:42Z bapt $
 
 PORTNAME=	extlib
-PORTVERSION=	1.5.4
+PORTVERSION=	1.6.1
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 PROJECTHOST=	${PKGNAMEPREFIX}${PORTNAME}
@@ -19,24 +19,18 @@
 USE_OCAML_FINDLIB=yes
 USE_OCAMLFIND_PLIST=yes
 
-ALL_TARGET=	all opt
+USES=		gmake
+ALL_TARGET=	all opt doc
+MAKE_JOBS_UNSAFE=	yes
 
 DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
 
 PORTDOCS=	*
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-ALL_TARGET+=	doc
-PLIST_DIRSTRY=	${OCAML_DOCSDIR:S,^${PREFIX}/,,}
-.endif
+OPTIONS_DEFINE=	DOCS
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	(cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${DOCSDIR})
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	(cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/ocaml-extlib/distinfo devel/ocaml-extlib/distinfo
--- /usr/ports/devel/ocaml-extlib/distinfo	2013-11-06 21:49:19.000000000 +0900
+++ devel/ocaml-extlib/distinfo	2014-04-08 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (extlib-1.5.4.tar.gz) = df142ba5a04ccbd4b239a124bd0f634989781b4da63e517c05a036fd419cd9cd
-SIZE (extlib-1.5.4.tar.gz) = 71003
+SHA256 (extlib-1.6.1.tar.gz) = 88d4b3638cb4da4e04d81ba157e7235e744373c5784cf4b906570d07b890aeca
+SIZE (extlib-1.6.1.tar.gz) = 72780
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list