Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2012 15:24:11 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307320 - head/devel/p5-SVN-Web
Message-ID:  <201211111524.qABFOBCr014462@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sun Nov 11 15:24:10 2012
New Revision: 307320
URL: http://svnweb.freebsd.org/changeset/ports/307320

Log:
  - Update to 0.63
  - Add missing p5-Plack dependency
  - Install the templates, CSS and psgi file(s) that are needed to make it work
  
  PR:		ports/173344
  Feature safe:	yes

Modified:
  head/devel/p5-SVN-Web/Makefile
  head/devel/p5-SVN-Web/distinfo
  head/devel/p5-SVN-Web/pkg-plist

Modified: head/devel/p5-SVN-Web/Makefile
==============================================================================
--- head/devel/p5-SVN-Web/Makefile	Sun Nov 11 15:23:02 2012	(r307319)
+++ head/devel/p5-SVN-Web/Makefile	Sun Nov 11 15:24:10 2012	(r307320)
@@ -1,18 +1,13 @@
-# New ports collection makefile for:	devel/p5-SVN-Web
-# Date created:				Feb 21 2004
-# Whom:					CPANPLUS User <cpanplus@example.com>
-#
 # $FreeBSD$
-#
 
 PORTNAME=	SVN-Web
-PORTVERSION=	0.61
+PORTVERSION=	0.63
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 DISTNAME=	${PORTNAME}-${PORTVERSION:C/0$//}
 
-MAINTAINER=	rafan@FreeBSD.org
+MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Subversion repository web frontend
 
 RUN_DEPENDS=	p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
@@ -27,6 +22,7 @@ RUN_DEPENDS=	p5-subversion>=0:${PORTSDIR
 		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 +58,8 @@ MAN3=		SVN::CHANGES.3 \
 		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}

Modified: head/devel/p5-SVN-Web/distinfo
==============================================================================
--- head/devel/p5-SVN-Web/distinfo	Sun Nov 11 15:23:02 2012	(r307319)
+++ head/devel/p5-SVN-Web/distinfo	Sun Nov 11 15:24:10 2012	(r307320)
@@ -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

Modified: head/devel/p5-SVN-Web/pkg-plist
==============================================================================
--- head/devel/p5-SVN-Web/pkg-plist	Sun Nov 11 15:23:02 2012	(r307319)
+++ head/devel/p5-SVN-Web/pkg-plist	Sun Nov 11 15:24:10 2012	(r307320)
@@ -22,8 +22,53 @@ bin/svnweb-install
 %%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%%



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