From nobody@FreeBSD.org  Mon Apr  9 09:40:30 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id DAF1816A46E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Apr 2007 09:40:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id B2BD813C45A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  9 Apr 2007 09:40:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l399eUqh098219
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 9 Apr 2007 09:40:30 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l399ZTYC097280;
	Mon, 9 Apr 2007 09:35:29 GMT
	(envelope-from nobody)
Message-Id: <200704090935.l399ZTYC097280@www.freebsd.org>
Date: Mon, 9 Apr 2007 09:35:29 GMT
From: Nemo Liu<nemoliu@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE]update textproc/xpp3 to 1.1.4c:XML Pull Parser 3rd Edition
X-Send-Pr-Version: www-3.0

>Number:         111401
>Category:       ports
>Synopsis:       [UPDATE]update textproc/xpp3 to 1.1.4c:XML Pull Parser 3rd Edition
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 09 09:50:03 GMT 2007
>Closed-Date:    Wed Apr 11 20:13:11 GMT 2007
>Last-Modified:  Wed Apr 11 20:20:26 GMT 2007
>Originator:     Nemo Liu
>Release:        7-current
>Organization:
>Environment:
FreeBSD tango.sina.com.cn 7.0-STOooRM FreeBSD 7.0-STOooRM #0: Wed Apr  4 15:05:23 CST 2007     liutong@tango.sina.com.cn:/usr/obj/usr/src/sys/TANGO  amd64
>Description:
update textproc/xpp3 to 1.1.4c
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/xpp3/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	21 Jan 2007 01:09:10 -0000	1.5
+++ Makefile	9 Apr 2007 09:33:54 -0000
@@ -2,25 +2,25 @@
 # Date created:		2004-04-02
 # Whom:			Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
 #
-# $FreeBSD: ports/textproc/xpp3/Makefile,v 1.5 2007/01/21 01:09:10 hq Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	xpp3
-DISTVERSION=	1.1.3_8
+DISTVERSION=	1.1.4c
 PORTEPOCH=	1
 CATEGORIES=	textproc java
 MASTER_SITES=	http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/
 DISTNAME=	${PORTNAME}-${DISTVERSION}_src
 EXTRACT_SUFX=	.tgz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	nemoliu@gmail.com
 COMMENT=	XML Pull Parser 3rd Edition (XPP3)
 
 BUILD_DEPENDS=	${JAVAJARDIR}/xmlpull.jar:${PORTSDIR}/textproc/xmlpull
 RUN_DEPENDS=	${JAVAJARDIR}/xmlpull.jar:${PORTSDIR}/textproc/xmlpull
 
 USE_JAVA=	yes
-JAVA_VERSION=	1.3+
+JAVA_VERSION=	1.4+
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/xpp3/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	21 Jun 2006 22:16:05 -0000	1.4
+++ distinfo	9 Apr 2007 09:25:25 -0000
@@ -1,3 +1,3 @@
-MD5 (xpp3-1.1.3_8_src.tgz) = 6d1847c8c71cf4eb01d20c38bb3afc58
-SHA256 (xpp3-1.1.3_8_src.tgz) = 1a8d08734fd18d07c069710d02dcfe57977881ee3924ffca12104d72da12c6ed
-SIZE (xpp3-1.1.3_8_src.tgz) = 571719
+MD5 (xpp3-1.1.4c_src.tgz) = 2eb712ad18d7de5d3bfab87ebb56173a
+SHA256 (xpp3-1.1.4c_src.tgz) = 6ee05bec097e70ecf0e9833a1e955ffca0793ac61fde1ef78402087f52835251
+SIZE (xpp3-1.1.4c_src.tgz) = 571158

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Apr 9 10:07:24 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111401 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Apr 11 20:13:09 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111401: commit references a PR
Date: Wed, 11 Apr 2007 20:12:27 +0000 (UTC)

 miwi        2007-04-11 20:12:01 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/xpp3        Makefile distinfo 
   Log:
   - Update to 1.1.4c
   - Pass maintainership to submitter
   
   PR:             111401
   Submitted by:   Nemo Liu<nemoliu@gmail.com>
   
   Revision  Changes    Path
   1.6       +3 -3      ports/textproc/xpp3/Makefile
   1.5       +3 -3      ports/textproc/xpp3/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:
