From jyyou@cs.nctu.edu.tw  Thu May 24 05:27:03 2012
Return-Path: <jyyou@cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 272F7106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2012 05:27:03 +0000 (UTC)
	(envelope-from jyyou@cs.nctu.edu.tw)
Received: from csmailer.cs.nctu.edu.tw (csmailer.cs.nctu.edu.tw [140.113.235.130])
	by mx1.freebsd.org (Postfix) with ESMTP id DAEDC8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2012 05:27:02 +0000 (UTC)
Received: from csmailer.cs.nctu.edu.tw (localhost [127.0.0.1])
	by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 2894B1B4
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2012 13:26:56 +0800 (CST)
Received: from csduty.cs.nctu.edu.tw (csduty [140.113.235.102])
	by csmailer.cs.nctu.edu.tw (Postfix) with ESMTP id 0FAA71B3
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 May 2012 13:26:56 +0800 (CST)
Received: (from jyyou@localhost)
	by csduty.cs.nctu.edu.tw (8.14.4/8.14.4/Submit) id q4O5QtKF087942;
	Thu, 24 May 2012 13:26:55 +0800 (CST)
	(envelope-from jyyou)
Message-Id: <201205240526.q4O5QtKF087942@csduty.cs.nctu.edu.tw>
Date: Thu, 24 May 2012 13:26:55 +0800 (CST)
From: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] databases/ocaml-mysql: update to 1.1.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168291
>Category:       ports
>Synopsis:       [MAINTAINER] databases/ocaml-mysql: update to 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    scheidell
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 24 05:30:01 UTC 2012
>Closed-Date:    Sun May 27 01:31:49 UTC 2012
>Last-Modified:  Sun May 27 01:40:00 UTC 2012
>Originator:     Jyun-Yan You
>Release:        FreeBSD 8.2-RELEASE-p3 amd64
>Organization:
>Environment:
System: FreeBSD csduty.cs.nctu.edu.tw 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011
>Description:
- Update to 1.1.1

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ocaml-mysql-1.1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/ocaml-mysql/Makefile /amd/gcs/98/9855518/src/ports/databases/ocaml-mysql/Makefile
--- /usr/ports/databases/ocaml-mysql/Makefile	2012-02-16 09:13:48.000000000 +0800
+++ /amd/gcs/98/9855518/src/ports/databases/ocaml-mysql/Makefile	2012-05-24 10:18:11.368472000 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	mysql
-PORTVERSION=	1.1.0
-PORTREVISION=	1
+PORTVERSION=	1.1.1
 CATEGORIES=	databases
 MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/336/
 PKGNAMEPREFIX=	ocaml-
@@ -16,6 +15,8 @@
 MAINTAINER=	jyyou@cs.nctu.edu.tw
 COMMENT=	OCaml bindings to libmysqlclient
 
+WRKSRC=		${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME}-1.1.0
+
 USE_GMAKE=		yes
 USE_MYSQL=		yes
 
@@ -27,15 +28,13 @@
 GNU_CONFIGURE=		yes
 
 ALL_TARGET=		all opt
+
 .if !defined(NOPORTDOCS)
 ALL_TARGET+=		htdoc
-.endif
-
-PORTDOCS=	*
-DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+PORTDOCS=		*
+DOCSDIR=		${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 
 post-install:
-.if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/doc/mysql/html/* ${DOCSDIR}
 .endif
diff -ruN --exclude=CVS /usr/ports/databases/ocaml-mysql/distinfo /amd/gcs/98/9855518/src/ports/databases/ocaml-mysql/distinfo
--- /usr/ports/databases/ocaml-mysql/distinfo	2011-10-15 01:13:06.000000000 +0800
+++ /amd/gcs/98/9855518/src/ports/databases/ocaml-mysql/distinfo	2012-05-24 10:18:11.342498000 +0800
@@ -1,2 +1,2 @@
-SHA256 (ocaml-mysql-1.1.0.tar.gz) = ec624ab82a15c9f7344845333cb4d9cc49e681e91f2965c05d1e1727aa6b02c1
-SIZE (ocaml-mysql-1.1.0.tar.gz) = 107930
+SHA256 (ocaml-mysql-1.1.1.tar.gz) = ec624ab82a15c9f7344845333cb4d9cc49e681e91f2965c05d1e1727aa6b02c1
+SIZE (ocaml-mysql-1.1.1.tar.gz) = 107930
--- ocaml-mysql-1.1.1.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
To: bug-followup@FreeBSD.org, jyyou@cs.nctu.edu.tw
Cc:  
Subject: Re: ports/168291: [MAINTAINER] databases/ocaml-mysql: update to 1.1.1
Date: Thu, 24 May 2012 13:48:02 +0800

 Sorry, the submitted patch is wrong.
 Here is the correct one.
 http://plaslab.cs.nctu.edu.tw/~jyyou/ocaml-mysql-1.1.1.diff
Responsible-Changed-From-To: freebsd-ports-bugs->scheidell 
Responsible-Changed-By: scheidell 
Responsible-Changed-When: Sat May 26 11:17:20 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

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

From: Michael Scheidell <scheidell@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168291: [MAINTAINER] databases/ocaml-mysql: update
 to 1.1.1
Date: Sat, 26 May 2012 07:17:53 -0400 (EDT)

 --ELM1338031073-52164-0_
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain; charset="US-ASCII"
 
 Replacement patch attached to pr for audit logs.
 -- 
 Michael Scheidell, CTO
 SECNAP Network Security Corporation
 http://people.freebsd.org/~scheidell
 
 ______________________________________________________________________
 This email has been scanned and certified safe by SpammerTrap(r). 
 For Information please see http://www.spammertrap.com/
 ______________________________________________________________________  
   
 --ELM1338031073-52164-0_
 Content-Transfer-Encoding: 7bit
 Content-Type: text/x-patch
 Content-Disposition: attachment; filename="ocaml-mysql-1.1.1.diff"
 
 Diff mode was set to CVS, but there's no CVS subdirectory
 Trying /usr/ports ... found
 ===> Generating patch
 ===> Viewing diff with less
 diff -ruN --exclude=CVS /usr/ports/databases/ocaml-mysql/Makefile ./Makefile
 --- /usr/ports/databases/ocaml-mysql/Makefile	2012-02-16 09:13:48.000000000 +0800
 +++ ./Makefile	2012-05-24 13:39:24.739454690 +0800
 @@ -6,10 +6,9 @@
  #
  
  PORTNAME=	mysql
 -PORTVERSION=	1.1.0
 -PORTREVISION=	1
 +PORTVERSION=	1.1.1
  CATEGORIES=	databases
 -MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/336/
 +MASTER_SITES=	http://forge.ocamlcore.org/frs/download.php/870/
  PKGNAMEPREFIX=	ocaml-
  DISTNAME=	${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
  
 @@ -27,15 +26,13 @@
  GNU_CONFIGURE=		yes
  
  ALL_TARGET=		all opt
 +
  .if !defined(NOPORTDOCS)
  ALL_TARGET+=		htdoc
 -.endif
 -
 -PORTDOCS=	*
 -DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
 +PORTDOCS=		*
 +DOCSDIR=		${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
  
  post-install:
 -.if !defined(NOPORTDOCS)
  	${MKDIR} ${DOCSDIR}
  	${INSTALL_DATA} ${WRKSRC}/doc/mysql/html/* ${DOCSDIR}
  .endif
 diff -ruN --exclude=CVS /usr/ports/databases/ocaml-mysql/distinfo ./distinfo
 --- /usr/ports/databases/ocaml-mysql/distinfo	2011-10-15 01:13:06.000000000 +0800
 +++ ./distinfo	2012-05-24 13:40:22.365721265 +0800
 @@ -1,2 +1,2 @@
 -SHA256 (ocaml-mysql-1.1.0.tar.gz) = ec624ab82a15c9f7344845333cb4d9cc49e681e91f2965c05d1e1727aa6b02c1
 -SIZE (ocaml-mysql-1.1.0.tar.gz) = 107930
 +SHA256 (ocaml-mysql-1.1.1.tar.gz) = f896fa101a05d81b85af8122fe1c2809008a5e5fdca00f9ceeb7eec356369e3a
 +SIZE (ocaml-mysql-1.1.1.tar.gz) = 119676
 ===> Done
 
 --ELM1338031073-52164-0_--
State-Changed-From-To: open->closed 
State-Changed-By: scheidell 
State-Changed-When: Sun May 27 01:31:46 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168291: commit references a PR
Date: Sun, 27 May 2012 01:31:45 +0000 (UTC)

 scheidell    2012-05-27 01:31:35 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/ocaml-mysql Makefile distinfo 
   Log:
   - Update to 1.1.1
   
   PR:             ports/168291
   Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
   
   Revision  Changes    Path
   1.3       +5 -8      ports/databases/ocaml-mysql/Makefile
   1.2       +2 -2      ports/databases/ocaml-mysql/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
