ports/70302: [PATCH] devel/SVN-Web: update to 0.37 (also unbreak it), take maintainership

Rong-En Fan rafan at infor.org
Wed Aug 11 13:10:22 UTC 2004


>Number:         70302
>Category:       ports
>Synopsis:       [PATCH] devel/SVN-Web: update to 0.37 (also unbreak it), take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 11 13:10:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
NTU CSIE
>Environment:
System: FreeBSD muse.csie.ntu.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #1: Mon Jul 12 20:06:43 CST 2004
>Description:
- Update to 0.37, unbreak it
- Take maintainership

Port maintainer (autrijus at autrijus.org) is cc'd.

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

--- p5-SVN-Web-0.37.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Web/Makefile /home/rafan/tmp/ports/p5-SVN-Web/Makefile
--- /usr/ports/devel/p5-SVN-Web/Makefile	Sun Jul 11 09:06:08 2004
+++ /home/rafan/tmp/ports/p5-SVN-Web/Makefile	Wed Aug 11 21:01:38 2004
@@ -6,28 +6,28 @@
 #
 
 PORTNAME=	SVN-Web
-PORTVERSION=	0.36
+PORTVERSION=	0.37
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	../../authors/id/C/CL/CLKAO
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	autrijus at autrijus.org
+MAINTAINER=	rafan at infor.org
 COMMENT=	Subversion repository web frontend
 
 BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
 		${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \
 		${SITE_PERL}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \
 		${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
-		${SITE_PERL}/Locale/Maketext/Lexicon.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \
 		${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \
 		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-BROKEN=		"Missing dependency"
-
 PERL_CONFIGURE=	yes
 
 MAN3=		SVN::Web.3
+
+post-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/bin/svnweb-install ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Web/distinfo /home/rafan/tmp/ports/p5-SVN-Web/distinfo
--- /usr/ports/devel/p5-SVN-Web/distinfo	Wed Mar 17 00:55:26 2004
+++ /home/rafan/tmp/ports/p5-SVN-Web/distinfo	Wed Aug 11 20:47:38 2004
@@ -1 +1,2 @@
-MD5 (SVN-Web-0.36.tar.gz) = 1cb001b88c9dcfffb0818321feca668d
+MD5 (SVN-Web-0.37.tar.gz) = a21a5c4828ad758ea5485d0d78ea418f
+SIZE (SVN-Web-0.37.tar.gz) = 27102
diff -ruN --exclude=CVS /usr/ports/devel/p5-SVN-Web/pkg-plist /home/rafan/tmp/ports/p5-SVN-Web/pkg-plist
--- /usr/ports/devel/p5-SVN-Web/pkg-plist	Sat Jul 31 03:24:03 2004
+++ /home/rafan/tmp/ports/p5-SVN-Web/pkg-plist	Wed Aug 11 20:57:04 2004
@@ -1,20 +1,31 @@
 bin/svnweb-install
 %%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/zh_cn.po
+%%SITE_PERL%%/SVN/Web/I18N/zh_tw.po
 %%SITE_PERL%%/SVN/Web/List.pm
 %%SITE_PERL%%/SVN/Web/Log.pm
 %%SITE_PERL%%/SVN/Web/RSS.pm
 %%SITE_PERL%%/SVN/Web/Revision.pm
-%%SITE_PERL%%/SVN/Web/Template.pm
-%%SITE_PERL%%/SVN/Web/I18N/en.po
-%%SITE_PERL%%/SVN/Web/I18N/zh_cn.po
-%%SITE_PERL%%/SVN/Web/I18N/zh_tw.po
+%%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
+ at dirrm %%SITE_PERL%%/SVN/Web/Branch
 @dirrm %%SITE_PERL%%/SVN/Web/I18N
+ at dirrm %%SITE_PERL%%/SVN/Web/Style
+ at dirrm %%SITE_PERL%%/SVN/Web/Template
 @dirrm %%SITE_PERL%%/SVN/Web
 @unexec rmdir %D/%%SITE_PERL%%/SVN 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN 2>/dev/null || true
--- p5-SVN-Web-0.37.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list