From tkato432@yahoo.com  Mon Apr  7 18:30:21 2014
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 41814FDF
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  7 Apr 2014 18:30:21 +0000 (UTC)
Received: from omta02.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67])
	by mx1.freebsd.org (Postfix) with ESMTP id 14A2322B
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon,  7 Apr 2014 18:30:20 +0000 (UTC)
Received: from coppermine.my.domain (ZT029079.ppp.dion.ne.jp [59.128.29.79])
	by omta02.auone-net.jp (au one net mail) with ESMTP id 173431560036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Tue,  8 Apr 2014 03:30:16 +0900 (JST)
Message-Id: <20140408032524.66310d0c0bdfd422e1858442@yahoo.com>
Date: Tue, 8 Apr 2014 03:25:24 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: devel/ocaml-pomap: Update to version 3.0.3

>Number:         188359
>Category:       ports
>Synopsis:       devel/ocaml-pomap: Update to version 3.0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 07 18:40:02 UTC 2014
>Closed-Date:    Fri May 09 13:14:31 UTC 2014
>Last-Modified:  Fri May 09 13:14:31 UTC 2014
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 3.0.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/ocaml-pomap/Makefile devel/ocaml-pomap/Makefile
--- /usr/ports/devel/ocaml-pomap/Makefile	2013-11-06 21:50:22.000000000 +0900
+++ devel/ocaml-pomap/Makefile	2014-04-08 00:00:00.000000000 +0900
@@ -2,7 +2,7 @@
 # $FreeBSD: head/devel/ocaml-pomap/Makefile 327724 2013-09-20 17:13:42Z bapt $
 
 PORTNAME=	pomap
-PORTVERSION=	3.0.1
+PORTVERSION=	3.0.3
 CATEGORIES=	devel
 MASTER_SITES=	http://cdn.bitbucket.org/mmottl/pomap/downloads/
 PKGNAMEPREFIX=	ocaml-
@@ -12,8 +12,6 @@
 
 LICENSE=	LGPL21
 
-OPTIONS_DEFINE=	DOCS EXAMPLES
-
 USE_OCAML=	yes
 USE_OCAML_FINDLIB=yes
 USE_OCAMLFIND_PLIST=yes
@@ -29,27 +27,16 @@
 PORTDOCS=	*
 PORTEXAMPLES=	*
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_DIRSTRY+=	${OCAML_DOCSDIR:S,^${PREFIX}/,,}
-.endif
-
-.if ${PORT_OPTIONS:MEXAMPLES}
-PLIST_DIRSTRY+=	${OCAML_EXAMPLESDIR:S,^${PREFIX}/,,}
-.endif
+OPTIONS_DEFINE=	DOCS EXAMPLES
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in AUTHORS.txt CHANGES.txt README.md
-	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR})
+	(cd ${WRKSRC} && ${INSTALL_DATA} ${i} \
+		${STAGEDIR}${DOCSDIR})
 .endfor
-.endif
-.if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR})
-.endif
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \
+		${STAGEDIR}${EXAMPLESDIR})
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/ocaml-pomap/distinfo devel/ocaml-pomap/distinfo
--- /usr/ports/devel/ocaml-pomap/distinfo	2013-11-06 21:50:22.000000000 +0900
+++ devel/ocaml-pomap/distinfo	2014-04-08 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (pomap-3.0.1.tar.gz) = 1afbedafedb6922937cb58b3bbef057e69f2908cac899288257ba608fbf534ce
-SIZE (pomap-3.0.1.tar.gz) = 69989
+SHA256 (pomap-3.0.3.tar.gz) = ff35571fb06230d4448ec61d57dc46d38019ceba1e650600c7eedf26590a5256
+SIZE (pomap-3.0.3.tar.gz) = 73040
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 7 18:40:07 UTC 2014 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188359 
State-Changed-From-To: open->closed 
State-Changed-By: marino 
State-Changed-When: Fri May 9 13:14:31 UTC 2014 
State-Changed-Why:  
Fixed independently, thanks anyway! 

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