From tkato432@yahoo.com  Mon Oct  1 18:01:31 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 97D771065676
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  1 Oct 2012 18:01:14 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id 59AA28FC12
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  1 Oct 2012 18:01:14 +0000 (UTC)
Received: from localhost.localdomain (ZT037251.ppp.dion.ne.jp [59.128.37.251])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id 2F4844AC036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue,  2 Oct 2012 03:01:11 +0900 (JST)
Message-Id: <20121002025333.e3042da66e2eeecc150203d2@yahoo.com>
Date: Tue, 2 Oct 2012 02:53:33 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: devel/ocaml-extlib: Update to version 1.5.3

>Number:         172228
>Category:       ports
>Synopsis:       devel/ocaml-extlib: Update to version 1.5.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 01 18:10:07 UTC 2012
>Closed-Date:    Thu Dec 20 05:54:38 UTC 2012
>Last-Modified:  Thu Dec 20 05:54:38 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Update to version 1.5.3

Remove file:
pkg-plist

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/ocaml-extlib/Makefile devel/ocaml-extlib/Makefile
--- /usr/ports/devel/ocaml-extlib/Makefile	2011-12-30 00:00:07.000000000 +0900
+++ devel/ocaml-extlib/Makefile	2012-09-28 19:11:02.000000000 +0900
@@ -6,36 +6,41 @@
 #
 
 PORTNAME=	extlib
-PORTVERSION=	1.5.2
+PORTVERSION=	1.5.3
 CATEGORIES=	devel
-MASTER_SITES=	http://ocaml-extlib.googlecode.com/files/
-MASTER_SITE_SUBDIR=	ocaml-lib
+MASTER_SITES=	GOOGLE_CODE
 PKGNAMEPREFIX=	ocaml-
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A complete - yet small - standard library for OCaml
 
-BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
-		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
+LICENSE=	LGPL21
+
+OPTIONS_DEFINE=	DOCS
+
+PROJECTHOST=	${PKGNAMEPREFIX}-${PORTNAME}
+
+USE_OCAML=	yes
+USE_OCAML_FINDLIB=yes
+USE_OCAMLFIND_PLIST=yes
 
-USE_GMAKE=	yes
-USE_DOS2UNIX=	yes
 ALL_TARGET=	all opt
 
-.if !defined(NOPORTDOCS)
-ALL_TARGET+=	doc
-.endif
+DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
 
 PORTDOCS=	*
-DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 
-post-patch:
-	@${REINPLACE_CMD} -e '/css/d' ${WRKSRC}/Makefile
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
+ALL_TARGET+=	doc
+PLIST_DIRSTRY=	${OCAML_DOCSDIR:S,^${PREFIX}/,,}
+.endif
 
 post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
+.if ${PORT_OPTIONS:MDOCS}
+	@${MKDIR} ${DOCSDIR}
+	(cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${DOCSDIR})
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/ocaml-extlib/distinfo devel/ocaml-extlib/distinfo
--- /usr/ports/devel/ocaml-extlib/distinfo	2011-12-30 00:00:07.000000000 +0900
+++ devel/ocaml-extlib/distinfo	2012-09-28 19:04:32.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (extlib-1.5.2.tar.gz) = ca6d69adeba4242ce41c02a23746ba1e464c0bbec66e2d16b02c3c6e85dc10aa
-SIZE (extlib-1.5.2.tar.gz) = 70197
+SHA256 (extlib-1.5.3.tar.gz) = c095eef4202a8614ff1474d4c08c50c32d6ca82d1015387785cf03d5913ec021
+SIZE (extlib-1.5.3.tar.gz) = 70897
diff -urN /usr/ports/devel/ocaml-extlib/pkg-plist devel/ocaml-extlib/pkg-plist
--- /usr/ports/devel/ocaml-extlib/pkg-plist	2007-12-19 23:52:17.000000000 +0900
+++ devel/ocaml-extlib/pkg-plist	1970-01-01 09:00:00.000000000 +0900
@@ -1,45 +0,0 @@
-lib/ocaml/site-lib/extlib/IO.cmi
-lib/ocaml/site-lib/extlib/IO.mli
-lib/ocaml/site-lib/extlib/base64.cmi
-lib/ocaml/site-lib/extlib/base64.mli
-lib/ocaml/site-lib/extlib/bitSet.cmi
-lib/ocaml/site-lib/extlib/bitSet.mli
-lib/ocaml/site-lib/extlib/dllist.cmi
-lib/ocaml/site-lib/extlib/dllist.mli
-lib/ocaml/site-lib/extlib/dynArray.cmi
-lib/ocaml/site-lib/extlib/dynArray.mli
-lib/ocaml/site-lib/extlib/enum.cmi
-lib/ocaml/site-lib/extlib/enum.mli
-lib/ocaml/site-lib/extlib/extArray.cmi
-lib/ocaml/site-lib/extlib/extArray.mli
-lib/ocaml/site-lib/extlib/extHashtbl.cmi
-lib/ocaml/site-lib/extlib/extHashtbl.mli
-lib/ocaml/site-lib/extlib/extLib.cmi
-lib/ocaml/site-lib/extlib/extList.cmi
-lib/ocaml/site-lib/extlib/extList.mli
-lib/ocaml/site-lib/extlib/extString.cmi
-lib/ocaml/site-lib/extlib/extString.mli
-lib/ocaml/site-lib/extlib/global.cmi
-lib/ocaml/site-lib/extlib/global.mli
-lib/ocaml/site-lib/extlib/optParse.cmi
-lib/ocaml/site-lib/extlib/optParse.mli
-lib/ocaml/site-lib/extlib/option.cmi
-lib/ocaml/site-lib/extlib/option.mli
-lib/ocaml/site-lib/extlib/pMap.cmi
-lib/ocaml/site-lib/extlib/pMap.mli
-lib/ocaml/site-lib/extlib/refList.cmi
-lib/ocaml/site-lib/extlib/refList.mli
-lib/ocaml/site-lib/extlib/std.cmi
-lib/ocaml/site-lib/extlib/std.mli
-lib/ocaml/site-lib/extlib/uChar.cmi
-lib/ocaml/site-lib/extlib/uChar.mli
-lib/ocaml/site-lib/extlib/uTF8.cmi
-lib/ocaml/site-lib/extlib/uTF8.mli
-lib/ocaml/site-lib/extlib/unzip.cmi
-lib/ocaml/site-lib/extlib/unzip.mli
-lib/ocaml/site-lib/extlib/extLib.cma
-lib/ocaml/site-lib/extlib/extLib.cmxa
-lib/ocaml/site-lib/extlib/extLib.a
-lib/ocaml/site-lib/extlib/META
-@dirrm lib/ocaml/site-lib/extlib
-@dirrmtry lib/ocaml/site-lib
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 1 18:11:20 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172228 

From: KATO Tsuguru <tkato432@yahoo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/172228: devel/ocaml-extlib: Update to version 1.5.3
Date: Mon, 8 Oct 2012 02:56:24 +0900

 This is a multi-part message in MIME format.
 
 --Multipart=_Mon__8_Oct_2012_02_56_24_+0900_yKJdCsEmkWpM+PN2
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 Remake of the patch against current tree.
 
 --Multipart=_Mon__8_Oct_2012_02_56_24_+0900_yKJdCsEmkWpM+PN2
 Content-Type: text/x-diff;
  name="devel-ocaml-extlib.diff"
 Content-Disposition: attachment;
  filename="devel-ocaml-extlib.diff"
 Content-Transfer-Encoding: 7bit
 
 diff -urN /usr/ports/devel/ocaml-extlib/Makefile devel/ocaml-extlib/Makefile
 --- /usr/ports/devel/ocaml-extlib/Makefile	2011-12-30 00:00:07.000000000 +0900
 +++ devel/ocaml-extlib/Makefile	2012-10-08 02:36:37.000000000 +0900
 @@ -1,41 +1,41 @@
 -# Ports collection makefile for:	extlib
 -# Date created:			Nov 2, 2004
 -# Whom:				mukai
 -#
 +# Created by: mukai
  # $FreeBSD: ports/devel/ocaml-extlib/Makefile,v 1.17 2011/12/29 15:00:07 miwi Exp $
 -#
  
  PORTNAME=	extlib
 -PORTVERSION=	1.5.2
 +PORTVERSION=	1.5.3
  CATEGORIES=	devel
 -MASTER_SITES=	http://ocaml-extlib.googlecode.com/files/
 -MASTER_SITE_SUBDIR=	ocaml-lib
 +MASTER_SITES=	GOOGLE_CODE
 +PROJECTHOST=	${PKGNAMEPREFIX}-${PORTNAME}
  PKGNAMEPREFIX=	ocaml-
  
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	A complete - yet small - standard library for OCaml
  
 -BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml \
 -		ocamlfind:${PORTSDIR}/devel/ocaml-findlib
 +LICENSE=	LGPL21
 +
 +OPTIONS_DEFINE=	DOCS
 +
 +USE_OCAML=	yes
 +USE_OCAML_FINDLIB=yes
 +USE_OCAMLFIND_PLIST=yes
  
 -USE_GMAKE=	yes
 -USE_DOS2UNIX=	yes
  ALL_TARGET=	all opt
  
 -.if !defined(NOPORTDOCS)
 -ALL_TARGET+=	doc
 -.endif
 +DOCSDIR=	${OCAML_DOCSDIR}/${PORTNAME}
  
  PORTDOCS=	*
 -DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
  
 -post-patch:
 -	@${REINPLACE_CMD} -e '/css/d' ${WRKSRC}/Makefile
 +.include <bsd.port.options.mk>
 +
 +.if ${PORT_OPTIONS:MDOCS}
 +ALL_TARGET+=	doc
 +PLIST_DIRSTRY=	${OCAML_DOCSDIR:S,^${PREFIX}/,,}
 +.endif
  
  post-install:
 -.if !defined(NOPORTDOCS)
 -	${MKDIR} ${DOCSDIR}
 -	${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
 +.if ${PORT_OPTIONS:MDOCS}
 +	@${MKDIR} ${DOCSDIR}
 +	(cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${DOCSDIR})
  .endif
  
  .include <bsd.port.mk>
 diff -urN /usr/ports/devel/ocaml-extlib/distinfo devel/ocaml-extlib/distinfo
 --- /usr/ports/devel/ocaml-extlib/distinfo	2011-12-30 00:00:07.000000000 +0900
 +++ devel/ocaml-extlib/distinfo	2012-09-28 19:04:32.000000000 +0900
 @@ -1,2 +1,2 @@
 -SHA256 (extlib-1.5.2.tar.gz) = ca6d69adeba4242ce41c02a23746ba1e464c0bbec66e2d16b02c3c6e85dc10aa
 -SIZE (extlib-1.5.2.tar.gz) = 70197
 +SHA256 (extlib-1.5.3.tar.gz) = c095eef4202a8614ff1474d4c08c50c32d6ca82d1015387785cf03d5913ec021
 +SIZE (extlib-1.5.3.tar.gz) = 70897
 diff -urN /usr/ports/devel/ocaml-extlib/pkg-plist devel/ocaml-extlib/pkg-plist
 --- /usr/ports/devel/ocaml-extlib/pkg-plist	2007-12-19 23:52:17.000000000 +0900
 +++ devel/ocaml-extlib/pkg-plist	1970-01-01 09:00:00.000000000 +0900
 @@ -1,45 +0,0 @@
 -lib/ocaml/site-lib/extlib/IO.cmi
 -lib/ocaml/site-lib/extlib/IO.mli
 -lib/ocaml/site-lib/extlib/base64.cmi
 -lib/ocaml/site-lib/extlib/base64.mli
 -lib/ocaml/site-lib/extlib/bitSet.cmi
 -lib/ocaml/site-lib/extlib/bitSet.mli
 -lib/ocaml/site-lib/extlib/dllist.cmi
 -lib/ocaml/site-lib/extlib/dllist.mli
 -lib/ocaml/site-lib/extlib/dynArray.cmi
 -lib/ocaml/site-lib/extlib/dynArray.mli
 -lib/ocaml/site-lib/extlib/enum.cmi
 -lib/ocaml/site-lib/extlib/enum.mli
 -lib/ocaml/site-lib/extlib/extArray.cmi
 -lib/ocaml/site-lib/extlib/extArray.mli
 -lib/ocaml/site-lib/extlib/extHashtbl.cmi
 -lib/ocaml/site-lib/extlib/extHashtbl.mli
 -lib/ocaml/site-lib/extlib/extLib.cmi
 -lib/ocaml/site-lib/extlib/extList.cmi
 -lib/ocaml/site-lib/extlib/extList.mli
 -lib/ocaml/site-lib/extlib/extString.cmi
 -lib/ocaml/site-lib/extlib/extString.mli
 -lib/ocaml/site-lib/extlib/global.cmi
 -lib/ocaml/site-lib/extlib/global.mli
 -lib/ocaml/site-lib/extlib/optParse.cmi
 -lib/ocaml/site-lib/extlib/optParse.mli
 -lib/ocaml/site-lib/extlib/option.cmi
 -lib/ocaml/site-lib/extlib/option.mli
 -lib/ocaml/site-lib/extlib/pMap.cmi
 -lib/ocaml/site-lib/extlib/pMap.mli
 -lib/ocaml/site-lib/extlib/refList.cmi
 -lib/ocaml/site-lib/extlib/refList.mli
 -lib/ocaml/site-lib/extlib/std.cmi
 -lib/ocaml/site-lib/extlib/std.mli
 -lib/ocaml/site-lib/extlib/uChar.cmi
 -lib/ocaml/site-lib/extlib/uChar.mli
 -lib/ocaml/site-lib/extlib/uTF8.cmi
 -lib/ocaml/site-lib/extlib/uTF8.mli
 -lib/ocaml/site-lib/extlib/unzip.cmi
 -lib/ocaml/site-lib/extlib/unzip.mli
 -lib/ocaml/site-lib/extlib/extLib.cma
 -lib/ocaml/site-lib/extlib/extLib.cmxa
 -lib/ocaml/site-lib/extlib/extLib.a
 -lib/ocaml/site-lib/extlib/META
 -@dirrm lib/ocaml/site-lib/extlib
 -@dirrmtry lib/ocaml/site-lib
 
 --Multipart=_Mon__8_Oct_2012_02_56_24_+0900_yKJdCsEmkWpM+PN2--
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Mon Oct 29 09:42:56 UTC 2012 
Responsible-Changed-Why:  
Reassign to the heap miwi being overloaded for now 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172228 
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: araujo 
Responsible-Changed-When: Tue Dec 11 13:00:38 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172228 
State-Changed-From-To: open->closed 
State-Changed-By: araujo 
State-Changed-When: Thu Dec 20 05:54:37 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=172228 
>Unformatted:
