aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SVN-Web
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-08-11 16:47:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-08-11 16:47:26 +0000
commit41a63818d3350264e5d56230d66c988de4eb0a53 (patch)
tree61d934a1230b34e07b37eaded4f28d1a27c60f8c /devel/p5-SVN-Web
parent3693178d33e8fe1f271e54cc0e472bf032a563da (diff)
downloadports-41a63818d3350264e5d56230d66c988de4eb0a53.tar.gz
ports-41a63818d3350264e5d56230d66c988de4eb0a53.zip
- Update to 0.37, unbreak it
- Take maintainership PR: ports/70302 Submitted by: Rong-En Fan <rafan@infor.org> Approved by: maintainer.
Notes
Notes: svn path=/head/; revision=115940
Diffstat (limited to 'devel/p5-SVN-Web')
-rw-r--r--devel/p5-SVN-Web/Makefile10
-rw-r--r--devel/p5-SVN-Web/distinfo3
-rw-r--r--devel/p5-SVN-Web/pkg-plist19
3 files changed, 22 insertions, 10 deletions
diff --git a/devel/p5-SVN-Web/Makefile b/devel/p5-SVN-Web/Makefile
index 23e6b8323906..fcccbf343f86 100644
--- a/devel/p5-SVN-Web/Makefile
+++ b/devel/p5-SVN-Web/Makefile
@@ -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@autrijus.org
+MAINTAINER= rafan@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 --git a/devel/p5-SVN-Web/distinfo b/devel/p5-SVN-Web/distinfo
index 914f679ff8c5..ddf3a28aee95 100644
--- a/devel/p5-SVN-Web/distinfo
+++ b/devel/p5-SVN-Web/distinfo
@@ -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 --git a/devel/p5-SVN-Web/pkg-plist b/devel/p5-SVN-Web/pkg-plist
index 66a5cc091f4e..028fc59107b8 100644
--- a/devel/p5-SVN-Web/pkg-plist
+++ b/devel/p5-SVN-Web/pkg-plist
@@ -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
+@dirrm %%SITE_PERL%%/SVN/Web/Branch
@dirrm %%SITE_PERL%%/SVN/Web/I18N
+@dirrm %%SITE_PERL%%/SVN/Web/Style
+@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