Update to 1.26
- Sort PLIST - Take maintainership Changes: https://metacpan.org/pod/String::Util#HISTORY PR: 238967 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 24 days)
This commit is contained in:
parent
aa965a8af6
commit
2f10704399
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507443
3 changed files with 9 additions and 8 deletions
|
@ -1,23 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= String-Util
|
||||
PORTVERSION= 1.24
|
||||
PORTVERSION= 1.26
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl extension for string processing utilities
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Number-Misc>=0:math/p5-Number-Misc
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-Number-Misc>=1.2:math/p5-Number-Misc
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= YES
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (String-Util-1.24.tar.gz) = 7bfa7db4efac1726c581d28a1b9cca73492426a055694b13c1dc1ff4ef6a8799
|
||||
SIZE (String-Util-1.24.tar.gz) = 17697
|
||||
TIMESTAMP = 1564158005
|
||||
SHA256 (String-Util-1.26.tar.gz) = f49a94f37c146c55211e3f87f3271b74ae4eaee416a519144e923dc0b433fa2d
|
||||
SIZE (String-Util-1.26.tar.gz) = 19212
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
%%PERL5_MAN3%%/String::Util.3.gz
|
||||
%%SITE_PERL%%/String/Util.pm
|
||||
%%SITE_PERL%%/String/Util.pod
|
||||
%%PERL5_MAN3%%/String::Util.3.gz
|
||||
|
|
Loading…
Reference in a new issue