aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tree-Simple-View
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2005-11-21 19:41:42 +0000
committerAaron Dalton <aaron@FreeBSD.org>2005-11-21 19:41:42 +0000
commite8998970117b0d0b172bc77166c0905db52a7a5d (patch)
tree19a960d0e8c44bfa6658739afc9a5186c198c6cc /devel/p5-Tree-Simple-View
parent9d512b7b0c94dc66babaec1ba12adeaec0c7c8e5 (diff)
downloadports-e8998970117b0d0b172bc77166c0905db52a7a5d.tar.gz
ports-e8998970117b0d0b172bc77166c0905db52a7a5d.zip
Notes
Diffstat (limited to 'devel/p5-Tree-Simple-View')
-rw-r--r--devel/p5-Tree-Simple-View/Makefile6
-rw-r--r--devel/p5-Tree-Simple-View/distinfo5
-rw-r--r--devel/p5-Tree-Simple-View/pkg-plist2
3 files changed, 9 insertions, 4 deletions
diff --git a/devel/p5-Tree-Simple-View/Makefile b/devel/p5-Tree-Simple-View/Makefile
index 55be95d9a38b..ad70e50276c9 100644
--- a/devel/p5-Tree-Simple-View/Makefile
+++ b/devel/p5-Tree-Simple-View/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Tree-Simple-View
-PORTVERSION= 0.12
+PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tree
@@ -25,6 +25,10 @@ MAN3= Tree::Simple::View.3 Tree::Simple::View::DHTML.3 \
PERL_CONFIGURE= yes
+post-patch:
+ ${RM} ${WRKSRC}/lib/Tree/Simple/View/._DHTML.pm
+ ${RM} ${WRKSRC}/lib/Tree/Simple/._View.pm
+
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
diff --git a/devel/p5-Tree-Simple-View/distinfo b/devel/p5-Tree-Simple-View/distinfo
index 219ea2250cd1..4a2ab3d222ab 100644
--- a/devel/p5-Tree-Simple-View/distinfo
+++ b/devel/p5-Tree-Simple-View/distinfo
@@ -1,2 +1,3 @@
-MD5 (Tree-Simple-View-0.12.tar.gz) = 6e49a99a05c34f342d7a2f6f35e221a9
-SIZE (Tree-Simple-View-0.12.tar.gz) = 19700
+MD5 (Tree-Simple-View-0.13.tar.gz) = 7fd220fad1c5b8d6f791044b1f5b1d9b
+SHA256 (Tree-Simple-View-0.13.tar.gz) = f7d3a945d300896a8166e361fa610b0c2fcf8fd40ad220517b6f72e1c40fb765
+SIZE (Tree-Simple-View-0.13.tar.gz) = 20297
diff --git a/devel/p5-Tree-Simple-View/pkg-plist b/devel/p5-Tree-Simple-View/pkg-plist
index 6c0b71b99944..6e8624c2d4d8 100644
--- a/devel/p5-Tree-Simple-View/pkg-plist
+++ b/devel/p5-Tree-Simple-View/pkg-plist
@@ -1,7 +1,7 @@
%%SITE_PERL%%/Tree/Simple/View.pm
%%SITE_PERL%%/Tree/Simple/View/DHTML.pm
-%%SITE_PERL%%/Tree/Simple/View/HTML.pm
%%SITE_PERL%%/Tree/Simple/View/Exceptions.pm
+%%SITE_PERL%%/Tree/Simple/View/HTML.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/View/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple/View
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tree/Simple 2>/dev/null || true