From marwan.burelle@lri.fr  Wed Apr 13 12:38:30 2005
Return-Path: <marwan.burelle@lri.fr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5038E16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Apr 2005 12:38:30 +0000 (GMT)
Received: from lri.lri.fr (lri.lri.fr [129.175.15.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 70A3E43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Apr 2005 12:38:28 +0000 (GMT)
	(envelope-from marwan.burelle@lri.fr)
Received: from localhost (localhost [127.0.0.1])
	by lri.lri.fr (Postfix) with ESMTP
	id 53FFE19E7E3; Wed, 13 Apr 2005 14:38:25 +0200 (CEST)
Received: from lri.lri.fr ([127.0.0.1])
 by localhost (lri.lri.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 20232-06; Wed, 13 Apr 2005 14:38:25 +0200 (CEST)
Received: from pc5-179.lri.fr (pc5-179 [129.175.5.179])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by lri.lri.fr (Postfix) with ESMTP
	id 3DC1119E7DC; Wed, 13 Apr 2005 14:38:25 +0200 (CEST)
Received: from pc5-179.lri.fr (pc5-179.lri.fr [129.175.5.179])
	by pc5-179.lri.fr (8.13.3/8.13.1) with ESMTP id j3DCcO4r005781;
	Wed, 13 Apr 2005 14:38:25 +0200 (CEST)
	(envelope-from marwan.burelle@lri.fr)
Message-Id: <1113395905.0@pc5-179.lri.fr>
Date: Wed, 13 Apr 2005 14:38:25 +0200
From: "Marwan Burelle <marwan.burelle@lri.fr>" <marwan.burelle@lri.fr>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Cc: marwan.burelle@lri.fr
Subject: [maintainer-update] ocaml-expat : update from 0.1.0 to 0.9.1
X-Send-Pr-Version: gtk-send-pr 0.4.5 
X-GNATS-Notify:

>Number:         79858
>Category:       ports
>Synopsis:       [maintainer-update] ocaml-expat : update from 0.1.0 to 0.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 13 12:40:22 GMT 2005
>Closed-Date:    Thu Apr 14 12:06:24 GMT 2005
>Last-Modified:  Thu Apr 14 12:06:24 GMT 2005
>Originator:     Marwan Burelle <marwan.burelle@lri.fr>
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.4-PRERELEASE #0: Thu Mar 17 19:10:49 CET 2005
    root@:/usr/home/obj/usr/src/sys/KER_pc5-179



>Description:


Update the OCaml's stub for expat XML parser (new features and bugfixes.)


>How-To-Repeat:





>Fix:


--- diff-ocaml-expat begins here ---
diff -ruN ocaml-expat.orig/Makefile ocaml-expat/Makefile
--- ocaml-expat.orig/Makefile	Wed Apr 13 14:17:48 2005
+++ ocaml-expat/Makefile	Wed Apr 13 14:21:57 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	ocaml-expat
-PORTVERSION=	0.1.0
+PORTVERSION=	0.9.1
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.xs4all.nl/~mmzeeman/ocaml/
 
@@ -38,7 +38,7 @@
 	PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.css ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/README ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.css ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -ruN ocaml-expat.orig/distinfo ocaml-expat/distinfo
--- ocaml-expat.orig/distinfo	Wed Apr 13 14:17:48 2005
+++ ocaml-expat/distinfo	Wed Apr 13 14:18:10 2005
@@ -1,2 +1,2 @@
-MD5 (ocaml-expat-0.1.0.tar.gz) = c8e429fafbb2508cf5525d5ff686efeb
-SIZE (ocaml-expat-0.1.0.tar.gz) = 11471
+MD5 (ocaml-expat-0.9.1.tar.gz) = 17aa00a46c5edeb815f1b0555bad7ed2
+SIZE (ocaml-expat-0.9.1.tar.gz) = 25223
diff -ruN ocaml-expat.orig/files/patch-Makefile ocaml-expat/files/patch-Makefile
--- ocaml-expat.orig/files/patch-Makefile	Wed Apr 13 14:17:48 2005
+++ ocaml-expat/files/patch-Makefile	Wed Apr 13 14:18:30 2005
@@ -1,6 +1,6 @@
---- Makefile.orig	Sat Sep 27 16:52:29 2003
-+++ Makefile	Wed Feb  9 10:46:58 2005
-@@ -4,8 +4,10 @@
+--- Makefile.orig	Wed Apr 13 11:14:20 2005
++++ Makefile	Wed Apr 13 11:15:49 2005
+@@ -3,8 +3,10 @@
  
  # Change this to match your expat installation.
  EXPAT_LIB=-lexpat
@@ -13,7 +13,7 @@
  
  NAME=expat
  OBJECTS=expat.cmo
-@@ -31,7 +33,7 @@
+@@ -32,7 +34,7 @@
  allopt:  $(XARCHIVE)
  
  depend: *.c *.ml *.mli
--- diff-ocaml-expat ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vs 
Responsible-Changed-By: vs 
Responsible-Changed-When: Thu Apr 14 09:35:52 GMT 2005 
Responsible-Changed-Why:  
Claim this one 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79858 
State-Changed-From-To: open->closed 
State-Changed-By: vs 
State-Changed-When: Thu Apr 14 12:06:16 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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