From lth@dask.thegler.dk  Fri Jan 27 13:05:11 2006
Return-Path: <lth@dask.thegler.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 870FD16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Jan 2006 13:05:11 +0000 (GMT)
	(envelope-from lth@dask.thegler.dk)
Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EB53D43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 27 Jan 2006 13:05:10 +0000 (GMT)
	(envelope-from lth@dask.thegler.dk)
Received: from dask.thegler.dk (port456.ds1-bav.adsl.cybercity.dk [212.242.213.149])
	by cicero1.cybercity.dk (Postfix) with ESMTP id 7637763F4C9;
	Fri, 27 Jan 2006 14:05:04 +0100 (CET)
Received: by dask.thegler.dk (Postfix, from userid 1001)
	id B7B0E3F4E; Fri, 27 Jan 2006 14:05:03 +0100 (CET)
Message-Id: <20060127130503.B7B0E3F4E@dask.thegler.dk>
Date: Fri, 27 Jan 2006 14:05:03 +0100 (CET)
From: Lars Thegler <lth@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: rafan@infor.org
Subject: [PATCH] devel/p5-SVN-Web: update to 0.43
X-Send-Pr-Version: 3.113
X-GNATS-Notify: rafan@infor.org

>Number:         92419
>Category:       ports
>Synopsis:       [PATCH] devel/p5-SVN-Web: update to 0.43
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lth
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 27 13:10:01 GMT 2006
>Closed-Date:    Mon Jan 30 14:27:41 GMT 2006
>Last-Modified:  Mon Jan 30 14:27:41 GMT 2006
>Originator:     Lars Thegler
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD dask.thegler.dk 4.11-STABLE FreeBSD 4.11-STABLE #6: Thu Dec 30 14:06:09 CET 2004
>Description:
- Update to 0.43. Now requires perl from ports.

Port maintainer (rafan@infor.org) is cc'd.

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

--- p5-SVN-Web-0.43.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-SVN-Web/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	13 Dec 2004 10:14:43 -0000	1.4
+++ Makefile	27 Jan 2006 13:04:17 -0000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	SVN-Web
-PORTVERSION=	0.38
+PORTVERSION=	0.43
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR=	../../authors/id/C/CL/CLKAO
+MASTER_SITE_SUBDIR=	../../authors/id/N/NI/NIKC
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	rafan@infor.org
@@ -20,14 +20,39 @@
 		${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \
 		${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
 		${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
-		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
+		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
+		p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \
+		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
+		p5-Locale-Maketext-Lexicon>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \
+		p5-Template-Plugin-Number-Format>=0:${PORTSDIR}/www/p5-Template-Plugin-Number-Format \
+		p5-Text-Diff-HTML>=0:${PORTSDIR}/textproc/p5-Text-Diff-HTML \
+		p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
+		p5-Template-Plugin-Clickable>=0:${PORTSDIR}/www/p5-Template-Plugin-Clickable \
+		p5-Template-Plugin-Clickable-Email>=0:${PORTSDIR}/www/p5-Template-Plugin-Clickable-Email \
+		p5-Template-Plugin-Subst>=0:${PORTSDIR}/www/p5-Template-Plugin-Subst
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
+PERL_MODBUILD=	yes
 
-MAN3=		SVN::Web.3
+MAN1=		svnweb-server.1
+MAN3=		SVN::Web.3 \
+		SVN::Web::Browse.3 \
+		SVN::Web::Checkout.3 \
+		SVN::Web::Diff.3 \
+		SVN::Web::List.3 \
+		SVN::Web::Log.3 \
+		SVN::Web::RSS.3 \
+		SVN::Web::Revision.3 \
+		SVN::Web::Test.3 \
+		SVN::Web::View.3 \
+		SVN::Web::X.3 \
+		SVN::Web::action.3
 
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/svnweb-install ${PREFIX}/bin
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 500600
+IGNORE=		requires perl 5.6 or newer. Please install lang/perl5 or lang/perl5.8, and try again
+.endif
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-SVN-Web/distinfo,v
retrieving revision 1.4
diff -u -u -r1.4 distinfo
--- distinfo	22 Jan 2006 08:29:27 -0000	1.4
+++ distinfo	27 Jan 2006 13:04:17 -0000
@@ -1,3 +1,3 @@
-MD5 (SVN-Web-0.38.tar.gz) = 674e821a9384a1e3e0ad0f8903a796f5
-SHA256 (SVN-Web-0.38.tar.gz) = dc71ece9775f9fd159c0800998d65f89bf6dc73827f36a736ecaf547269a2877
-SIZE (SVN-Web-0.38.tar.gz) = 28060
+MD5 (SVN-Web-0.43.tar.gz) = d993f0e1e1a3aa8d6332b9732ce51404
+SHA256 (SVN-Web-0.43.tar.gz) = c9bfff3fa328d333a00f5ea48852e65adf8e2a13a9623f911bf7edbe034e0fbe
+SIZE (SVN-Web-0.43.tar.gz) = 48606
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/p5-SVN-Web/pkg-plist,v
retrieving revision 1.4
diff -u -u -r1.4 pkg-plist
--- pkg-plist	22 Jan 2006 01:48:14 -0000	1.4
+++ pkg-plist	27 Jan 2006 13:04:17 -0000
@@ -1,11 +1,11 @@
 bin/svnweb-install
+bin/svnweb-server
 %%SITE_PERL%%/SVN/Web.pm
-%%SITE_PERL%%/SVN/Web/Branch.pm
-%%SITE_PERL%%/SVN/Web/Branch/YAML.pm
 %%SITE_PERL%%/SVN/Web/Browse.pm
 %%SITE_PERL%%/SVN/Web/Checkout.pm
 %%SITE_PERL%%/SVN/Web/Diff.pm
 %%SITE_PERL%%/SVN/Web/I18N/en.po
+%%SITE_PERL%%/SVN/Web/I18N/fr.po
 %%SITE_PERL%%/SVN/Web/I18N/zh_cn.po
 %%SITE_PERL%%/SVN/Web/I18N/zh_tw.po
 %%SITE_PERL%%/SVN/Web/List.pm
@@ -14,18 +14,45 @@
 %%SITE_PERL%%/SVN/Web/Revision.pm
 %%SITE_PERL%%/SVN/Web/Style/common.css
 %%SITE_PERL%%/SVN/Web/Style/styles-hlb.css
-%%SITE_PERL%%/SVN/Web/Template/browse
-%%SITE_PERL%%/SVN/Web/Template/footer
-%%SITE_PERL%%/SVN/Web/Template/header
-%%SITE_PERL%%/SVN/Web/Template/list
-%%SITE_PERL%%/SVN/Web/Template/log
-%%SITE_PERL%%/SVN/Web/Template/revision
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Web/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Web
-@dirrm %%SITE_PERL%%/SVN/Web/Branch
+%%SITE_PERL%%/SVN/Web/Style/trac/browser.css
+%%SITE_PERL%%/SVN/Web/Style/trac/changeset.css
+%%SITE_PERL%%/SVN/Web/Style/trac/code.css
+%%SITE_PERL%%/SVN/Web/Style/trac/diff.css
+%%SITE_PERL%%/SVN/Web/Style/trac/file.png
+%%SITE_PERL%%/SVN/Web/Style/trac/filedeny.png
+%%SITE_PERL%%/SVN/Web/Style/trac/folder.png
+%%SITE_PERL%%/SVN/Web/Style/trac/folderdeny.png
+%%SITE_PERL%%/SVN/Web/Style/trac/parent.png
+%%SITE_PERL%%/SVN/Web/Style/trac/svnweb.css
+%%SITE_PERL%%/SVN/Web/Style/trac/text-diff-html.css
+%%SITE_PERL%%/SVN/Web/Style/trac/trac.css
+%%SITE_PERL%%/SVN/Web/Template/plain/browse
+%%SITE_PERL%%/SVN/Web/Template/plain/diff
+%%SITE_PERL%%/SVN/Web/Template/plain/footer
+%%SITE_PERL%%/SVN/Web/Template/plain/header
+%%SITE_PERL%%/SVN/Web/Template/plain/list
+%%SITE_PERL%%/SVN/Web/Template/plain/log
+%%SITE_PERL%%/SVN/Web/Template/plain/revision
+%%SITE_PERL%%/SVN/Web/Template/plain/view
+%%SITE_PERL%%/SVN/Web/Template/plain/x
+%%SITE_PERL%%/SVN/Web/Template/trac/browse
+%%SITE_PERL%%/SVN/Web/Template/trac/diff
+%%SITE_PERL%%/SVN/Web/Template/trac/footer
+%%SITE_PERL%%/SVN/Web/Template/trac/header
+%%SITE_PERL%%/SVN/Web/Template/trac/list
+%%SITE_PERL%%/SVN/Web/Template/trac/log
+%%SITE_PERL%%/SVN/Web/Template/trac/revision
+%%SITE_PERL%%/SVN/Web/Template/trac/view
+%%SITE_PERL%%/SVN/Web/Template/trac/x
+%%SITE_PERL%%/SVN/Web/Test.pm
+%%SITE_PERL%%/SVN/Web/View.pm
+%%SITE_PERL%%/SVN/Web/X.pm
+%%SITE_PERL%%/SVN/Web/action.pm
 @dirrm %%SITE_PERL%%/SVN/Web/I18N
+@dirrm %%SITE_PERL%%/SVN/Web/Style/trac
 @dirrm %%SITE_PERL%%/SVN/Web/Style
+@dirrm %%SITE_PERL%%/SVN/Web/Template/plain
+@dirrm %%SITE_PERL%%/SVN/Web/Template/trac
 @dirrm %%SITE_PERL%%/SVN/Web/Template
 @dirrm %%SITE_PERL%%/SVN/Web
 @dirrmtry %%SITE_PERL%%/SVN
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN
--- p5-SVN-Web-0.43.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Jan 27 13:16:16 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=92419 
Responsible-Changed-From-To: freebsd-ports-bugs->lth 
Responsible-Changed-By: lth 
Responsible-Changed-When: Fri Jan 27 13:23:20 UTC 2006 
Responsible-Changed-Why:  
I'll handle this. 

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

From: Rong-En Fan <rafan@infor.org>
To: bug-followup@FreeBSD.org
Cc: lth@FreeBSD.org
Subject: Re: ports/92419: [PATCH] devel/p5-SVN-Web: update to 0.43
Date: Mon, 30 Jan 2006 20:41:38 +0800

 Good to me. Please go ahead.
 
 Rong-En Fan.
 
 On Fri, Jan 27, 2006 at 01:16:07PM +0000, Edwin Groothuis wrote:
 > Maintainer of devel/p5-SVN-Web,
 > 
 > Please note that PR ports/92419 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/92419
 > 
 > -- 
 > Edwin Groothuis
 > edwin@FreeBSD.org
 > 
State-Changed-From-To: feedback->closed 
State-Changed-By: lth 
State-Changed-When: Mon Jan 30 14:27:39 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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