mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
Bump to v0.15, including changes to the plist and the deletion of an
extraneous dist file that impedes building.
This commit is contained in:
parent
1a473f4770
commit
0004d690af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193676
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Tree-Simple-View
|
||||
PORTVERSION= 0.14
|
||||
PORTVERSION= 0.15
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tree
|
||||
@ -20,11 +20,17 @@ BUILD_DEPENDS= ${SITE_PERL}/Tree/Simple.pm:${PORTSDIR}/devel/p5-Tree-Simple \
|
||||
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Tree::Simple::View.3 Tree::Simple::View::DHTML.3 \
|
||||
Tree::Simple::View::HTML.3 Tree::Simple::View::Exceptions.3
|
||||
MAN3= Tree::Simple::View.3 \
|
||||
Tree::Simple::View::ASCII.3 \
|
||||
Tree::Simple::View::DHTML.3 \
|
||||
Tree::Simple::View::Exceptions.3 \
|
||||
Tree::Simple::View::HTML.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
post-extract:
|
||||
${RM} -f ${WRKSRC}/._Makefile.PL
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
|
@ -1,3 +1,3 @@
|
||||
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
|
||||
MD5 (Tree-Simple-View-0.15.tar.gz) = 220c8449f64cc46b232a781b1696832a
|
||||
SHA256 (Tree-Simple-View-0.15.tar.gz) = 762e9fbd311cb9332c02fa5c19a7c45fd3bd145212d86af89b32d8f3fa7bb4a0
|
||||
SIZE (Tree-Simple-View-0.15.tar.gz) = 21905
|
||||
|
@ -1,4 +1,5 @@
|
||||
%%SITE_PERL%%/Tree/Simple/View.pm
|
||||
%%SITE_PERL%%/Tree/Simple/View/ASCII.pm
|
||||
%%SITE_PERL%%/Tree/Simple/View/DHTML.pm
|
||||
%%SITE_PERL%%/Tree/Simple/View/Exceptions.pm
|
||||
%%SITE_PERL%%/Tree/Simple/View/HTML.pm
|
||||
|
Loading…
Reference in New Issue
Block a user