mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Update to 1.212.
PR: 19122 Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
This commit is contained in:
parent
f117aeda5f
commit
cf4e1decff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29465
3 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= IO-stringy
|
PORTNAME= IO-stringy
|
||||||
PORTVERSION= 1.210
|
PORTVERSION= 1.212
|
||||||
CATEGORIES= devel perl5
|
CATEGORIES= devel perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
MASTER_SITE_SUBDIR= IO
|
MASTER_SITE_SUBDIR= IO
|
||||||
|
@ -16,7 +16,7 @@ MAINTAINER= eivind@FreeBSD.org
|
||||||
|
|
||||||
USE_PERL5= YES
|
USE_PERL5= YES
|
||||||
|
|
||||||
MAN3= IO::AtomicFile.3 IO::Lines.3 IO::Scalar.3 \
|
MAN3= IO::AtomicFile.3 IO::InnerFile.3 IO::Lines.3 IO::Scalar.3 \
|
||||||
IO::ScalarArray.3 IO::Stringy.3 \
|
IO::ScalarArray.3 IO::Stringy.3 \
|
||||||
IO::Wrap.3 IO::WrapTie.3
|
IO::Wrap.3 IO::WrapTie.3
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (IO-stringy-1.210.tar.gz) = 58ad8c53c61df4ad5f87128bd51b081a
|
MD5 (IO-stringy-1.212.tar.gz) = 740304765f5f03b6af5af74f8e3de8e1
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/IO/AtomicFile.pm
|
lib/perl5/site_perl/%%PERL_VER%%/IO/AtomicFile.pm
|
||||||
|
lib/perl5/site_perl/%%PERL_VER%%/IO/InnerFile.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/IO/Lines.pm
|
lib/perl5/site_perl/%%PERL_VER%%/IO/Lines.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/IO/Scalar.pm
|
lib/perl5/site_perl/%%PERL_VER%%/IO/Scalar.pm
|
||||||
lib/perl5/site_perl/%%PERL_VER%%/IO/ScalarArray.pm
|
lib/perl5/site_perl/%%PERL_VER%%/IO/ScalarArray.pm
|
||||||
|
|
Loading…
Add table
Reference in a new issue