- Update to 1.50
Changes: http://search.cpan.org/dist/YAML-Tiny/Changes PR: ports/158250 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
This commit is contained in:
parent
92e3ea24f6
commit
2e5d52002f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276448
3 changed files with 5 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= YAML-Tiny
|
||||
PORTVERSION= 1.44
|
||||
PORTVERSION= 1.50
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -16,6 +16,6 @@ COMMENT= Read/Write YAML files with as little code as possible
|
|||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= YAML::Tiny.3
|
||||
MAN3= YAML::Tiny.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (YAML-Tiny-1.44.tar.gz) = 143dc3457545174976748eeec3e44dbb
|
||||
SHA256 (YAML-Tiny-1.44.tar.gz) = 74240c3b92f59ee8748c288387d801e39d90695ae5b8bfd6174135e7b495b729
|
||||
SIZE (YAML-Tiny-1.44.tar.gz) = 41062
|
||||
SHA256 (YAML-Tiny-1.50.tar.gz) = a379dfad04db22d70edc47c611765b401b5c03dbb08b817cd7c362e01ea5e129
|
||||
SIZE (YAML-Tiny-1.50.tar.gz) = 42411
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
YAML::Tiny is a perl class to read and write YAML-style files with as
|
||||
little code as possible, reducing load time and memory overhead.
|
||||
|
||||
WWW: http://search.cpan.org/dist/YAML-Tiny
|
||||
WWW: http://search.cpan.org/dist/YAML-Tiny/
|
||||
|
|
Loading…
Reference in a new issue