Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Nov 2012 21:52:39 -0400 (EDT)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rafan@FreeBSD.org
Subject:   ports/173344: [PATCH] devel/p5-SVN-Web: update to 0.63
Message-ID:  <201211040152.qA41qdBM004365@meatwad.mouf.net>
Resent-Message-ID: <201211040200.qA4200hi040262@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173344
>Category:       ports
>Synopsis:       [PATCH] devel/p5-SVN-Web: update to 0.63
>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:   Sun Nov 04 02:00:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r242190: Sat Oct 27 22:30:44 EDT
>Description:
- Update to 0.63
- Add missing p5-Plack dependency
- Install the templates, CSS and psgi file(s) that are needed to make it work

(See PR ports/172704)

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

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- p5-SVN-Web-0.63.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 306949)
+++ Makefile	(working copy)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	SVN-Web
-PORTVERSION=	0.61
+PORTVERSION=	0.63
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -27,6 +27,7 @@
 		p5-Exception-Class>=1.22:${PORTSDIR}/devel/p5-Exception-Class \
 		p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
 		p5-Locale-Maketext-Lexicon>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \
+		p5-Plack>=0:${PORTSDIR}/www/p5-Plack \
 		p5-Template-Plugin-Clickable-Email>=0:${PORTSDIR}/www/p5-Template-Plugin-Clickable-Email \
 		p5-Template-Plugin-Clickable>=0:${PORTSDIR}/www/p5-Template-Plugin-Clickable \
 		p5-Template-Plugin-Number-Format>=0:${PORTSDIR}/www/p5-Template-Plugin-Number-Format \
@@ -62,6 +63,8 @@
 		SVN::Web::action.3
 
 post-install:
+	@${MKDIR} -p ${WWWDIR}
+	@${CP} -r ${WRKSRC}/SVN-Web.psgi ${WRKSRC}/template ${WRKSRC}/css ${WWWDIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/svnweb-install ${PREFIX}/bin
 	@${ECHO}
 	@${CAT} ${PKGMESSAGE}
Index: distinfo
===================================================================
--- distinfo	(revision 306949)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (SVN-Web-0.61.tar.gz) = a5d6dbdbd7fe460a1b5413152e5ee976e4154f951476172fc956da0b0c418e2e
-SIZE (SVN-Web-0.61.tar.gz) = 97609
+SHA256 (SVN-Web-0.63.tar.gz) = 7466735901d7ef71c807f11f4bb70ed50c97ded6cab92c30656b16f45f2e2c03
+SIZE (SVN-Web-0.63.tar.gz) = 99291
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 306949)
+++ pkg-plist	(working copy)
@@ -22,8 +22,53 @@
 %%SITE_PERL%%/SVN/Web/X.pm
 %%SITE_PERL%%/SVN/Web/action.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Web/.packlist
+%%WWWDIR%%/css/trac/feed-icon-16x16.png
+%%WWWDIR%%/css/trac/diff.css
+%%WWWDIR%%/css/trac/file.png
+%%WWWDIR%%/css/trac/trac.css
+%%WWWDIR%%/css/trac/folder.png
+%%WWWDIR%%/css/trac/parent.png
+%%WWWDIR%%/css/trac/svnweb.css
+%%WWWDIR%%/css/trac/browser.css
+%%WWWDIR%%/css/trac/filedeny.png
+%%WWWDIR%%/css/trac/changeset.css
+%%WWWDIR%%/css/trac/folderdeny.png
+%%WWWDIR%%/css/trac/text-diff-html.css
+%%WWWDIR%%/css/trac/code.css
+%%WWWDIR%%/css/common.css
+%%WWWDIR%%/css/styles-hlb.css
+%%WWWDIR%%/template/trac/_action_menu
+%%WWWDIR%%/template/trac/log
+%%WWWDIR%%/template/trac/rss
+%%WWWDIR%%/template/trac/diff
+%%WWWDIR%%/template/trac/view
+%%WWWDIR%%/template/trac/list
+%%WWWDIR%%/template/trac/blame
+%%WWWDIR%%/template/trac/_diff
+%%WWWDIR%%/template/trac/footer
+%%WWWDIR%%/template/trac/browse
+%%WWWDIR%%/template/trac/header
+%%WWWDIR%%/template/trac/_log_msg
+%%WWWDIR%%/template/trac/revision
+%%WWWDIR%%/template/trac/x
+%%WWWDIR%%/template/plain/revision
+%%WWWDIR%%/template/plain/log
+%%WWWDIR%%/template/plain/diff
+%%WWWDIR%%/template/plain/list
+%%WWWDIR%%/template/plain/view
+%%WWWDIR%%/template/plain/footer
+%%WWWDIR%%/template/plain/browse
+%%WWWDIR%%/template/plain/header
+%%WWWDIR%%/template/plain/x
+%%WWWDIR%%/SVN-Web.psgi
 @dirrm %%SITE_PERL%%/SVN/Web/I18N
 @dirrm %%SITE_PERL%%/SVN/Web
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Web
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN
 @dirrmtry %%SITE_PERL%%/SVN
+@dirrmtry %%WWWDIR%%/css/trac
+@dirrmtry %%WWWDIR%%/css
+@dirrmtry %%WWWDIR%%/template/trac
+@dirrmtry %%WWWDIR%%/template/plain
+@dirrmtry %%WWWDIR%%/template
+@dirrmtry %%WWWDIR%%
--- p5-SVN-Web-0.63.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211040152.qA41qdBM004365>