diff options
author | aaron <aaron@FreeBSD.org> | 2005-12-20 23:08:15 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2005-12-20 23:08:15 +0800 |
commit | 1fa9c5720303084d50fbdcd1e103f1eae47a9206 (patch) | |
tree | e972a5c87a7793d596b4dd179cf3b288219458dd | |
parent | c7bf0abd58af498afb5643d74a2b1860d336d011 (diff) | |
download | freebsd-ports-gnome-1fa9c5720303084d50fbdcd1e103f1eae47a9206.tar.gz freebsd-ports-gnome-1fa9c5720303084d50fbdcd1e103f1eae47a9206.tar.zst freebsd-ports-gnome-1fa9c5720303084d50fbdcd1e103f1eae47a9206.zip |
- updated from v0.13 to v0.14
0.14 Mon Novermber 28, 2005
- removing the OS X resource fork files
- applied patch (RT #16064) to support XHTML
compliant output for Tree::Simple::View::HTML.
- thanks to Simon Wilcox for this patch and tests
Approved by: tobez (implicit)
-rw-r--r-- | devel/p5-Tree-Simple-View/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Tree-Simple-View/distinfo | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/devel/p5-Tree-Simple-View/Makefile b/devel/p5-Tree-Simple-View/Makefile index ad70e50276c9..79e443774692 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.13 +PORTVERSION= 0.14 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tree @@ -25,10 +25,6 @@ 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 4a2ab3d222ab..77b7f37ad92a 100644 --- a/devel/p5-Tree-Simple-View/distinfo +++ b/devel/p5-Tree-Simple-View/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (Tree-Simple-View-0.14.tar.gz) = fd170899a289d4eb7dbcaae4862ad54f +SHA256 (Tree-Simple-View-0.14.tar.gz) = 9aafc0074585fb727638c07f32ed7bdd5aef34e2b6232daa380577df416545ae +SIZE (Tree-Simple-View-0.14.tar.gz) = 21006 |