From miwi@miwi.homeunix.com  Tue Jan  5 18:06:08 2010
Return-Path: <miwi@miwi.homeunix.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BE261106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Jan 2010 18:06:08 +0000 (UTC)
	(envelope-from miwi@miwi.homeunix.com)
Received: from miwi.homeunix.com (dslc-082-083-143-201.pools.arcor-ip.net [82.83.143.201])
	by mx1.freebsd.org (Postfix) with ESMTP id 8041E8FC26
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  5 Jan 2010 18:06:07 +0000 (UTC)
Received: by miwi.homeunix.com (Postfix, from userid 1001)
	id 08FF59584C; Tue,  5 Jan 2010 19:06:12 +0100 (CET)
Message-Id: <20100105180612.08FF59584C@miwi.homeunix.com>
Date: Tue,  5 Jan 2010 19:06:12 +0100 (CET)
From: Martin Wilke <miwi@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ychsiao@ychsiao.org
Subject: [PATCH] devel/websvn: update to 2.3.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ychsiao@ychsiao.org

>Number:         142357
>Category:       ports
>Synopsis:       [PATCH] devel/websvn: update to 2.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 05 18:10:02 UTC 2010
>Closed-Date:    Wed Jan 06 22:00:44 UTC 2010
>Last-Modified:  Wed Jan 06 22:00:44 UTC 2010
>Originator:     Martin Wilke
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD miwi.homeunix.com 8.0-STABLE FreeBSD 8.0-STABLE #13: Sun Dec 20 19:02:56 CET 2009
>Description:
- Update to 2.3.0

Port maintainer (ychsiao@ychsiao.org) is cc'd.

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

--- websvn-2.3.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/websvn/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	4 Jun 2009 06:28:27 -0000	1.13
+++ Makefile	5 Jan 2010 17:52:19 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	websvn
-PORTVERSION=	2.2.1
+PORTVERSION=	2.3.0
 CATEGORIES=	devel www
-MASTER_SITES=	http://websvn.tigris.org/files/documents/1380/45918/
+MASTER_SITES=	http://websvn.tigris.org/files/documents/1380/47175/
 
 MAINTAINER=	ychsiao@ychsiao.org
 COMMENT=	Subversion repository web frontend
@@ -16,20 +16,19 @@
 USE_PHP=	iconv pcre xml
 NO_BUILD=	yes
 
-WEBSVNDIR?=	www/data/websvn
+WEBSVNDIR?=	www/${PORTNAME}
 PLIST=		${WRKDIR}/pkg-plist
 
 SUB_FILES=	pkg-message
 SUB_LIST+=	WEBSVNDIR="${WEBSVNDIR}"
 
 pre-install:
-	@cd ${WRKSRC} && ${RMDIR} temp www
 	@cd ${WRKSRC} && ${FIND} -s * -type f | \
 		${SED} -e 's|^|${WEBSVNDIR}/|' > ${PLIST} \
 		&& ${FIND} -d * -type d | \
 		${SED} -e 's|^|@dirrm ${WEBSVNDIR}/|' >> ${PLIST} \
 		&& ${ECHO_CMD} @dirrm ${WEBSVNDIR} >> ${PLIST} \
-		&& ${ECHO_CMD} @dirrmtry www/data >> ${PLIST}
+		&& ${ECHO_CMD} @dirrmtry www >> ${PLIST}
 
 do-install:
 	${MKDIR} ${PREFIX}/${WEBSVNDIR}
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/websvn/distinfo,v
retrieving revision 1.9
diff -u -u -r1.9 distinfo
--- distinfo	4 Jun 2009 06:28:27 -0000	1.9
+++ distinfo	5 Jan 2010 17:52:38 -0000
@@ -1,3 +1,3 @@
-MD5 (websvn-2.2.1.tar.gz) = f7eb3d57840aa3d1917bb0c645794601
-SHA256 (websvn-2.2.1.tar.gz) = 3619f2e1a456e48041d52d9b40a513260e7d5c393e44de0dc2ad5922e5d6847b
-SIZE (websvn-2.2.1.tar.gz) = 664548
+MD5 (websvn-2.3.0.tar.gz) = 189176efa18a245751b3b4404e3d8ca6
+SHA256 (websvn-2.3.0.tar.gz) = d9813c80868f7fb468b4a1226fd74cdad1c5a595723d2714de6c9d8108d73d5a
+SIZE (websvn-2.3.0.tar.gz) = 753998
--- websvn-2.3.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jan 5 18:10:14 UTC 2010 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142357 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jan 5 18:10:18 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ychsiao@ychsiao.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/142357: [PATCH] devel/websvn: update to 2.3.0
Date: Tue, 5 Jan 2010 18:10:16 UT

 Maintainer of devel/websvn,
 
 Please note that PR ports/142357 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142357
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Yuan-Chung Hsiao <ychsiao@ychsiao.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142357: [PATCH] devel/websvn: update to 2.3.0
Date: Wed, 06 Jan 2010 11:26:46 +0800

 Hi,
 please commit, thanks!
 On 2010/1/6 上午 02:10, Edwin Groothuis wrote:
 > Maintainer of devel/websvn,
 >
 > Please note that PR ports/142357 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >      http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/142357
 >
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142357: commit references a PR
Date: Wed,  6 Jan 2010 21:57:52 +0000 (UTC)

 miwi        2010-01-06 21:57:43 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/websvn         Makefile distinfo 
   Log:
   - Update to 2.3.0
   
   PR:             142357
   Submitted by:   miwi
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.14      +4 -6      ports/devel/websvn/Makefile
   1.10      +3 -3      ports/devel/websvn/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"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jan 6 22:00:42 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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