diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 04:43:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 04:43:54 +0800 |
commit | 7114122705c98a9f3b59687e6523ad2ae39779d0 (patch) | |
tree | 4e9acb5c93269d881420815a74ca3fdf135eb457 /textproc | |
parent | 9241143c08cfa06c2392d0af1ba38bd27c04a307 (diff) | |
download | freebsd-ports-gnome-7114122705c98a9f3b59687e6523ad2ae39779d0.tar.gz freebsd-ports-gnome-7114122705c98a9f3b59687e6523ad2ae39779d0.tar.zst freebsd-ports-gnome-7114122705c98a9f3b59687e6523ad2ae39779d0.zip |
- Update to 1.61
Changes: http://search.cpan.org/dist/YAML-Tiny/Changes
PR: ports/187119
Submitted by: sunpoet (myself)
Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-YAML-Tiny/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-YAML-Tiny/pkg-plist | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/textproc/p5-YAML-Tiny/Makefile b/textproc/p5-YAML-Tiny/Makefile index aeb4aa7bee0a..bb58b58d580f 100644 --- a/textproc/p5-YAML-Tiny/Makefile +++ b/textproc/p5-YAML-Tiny/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= YAML-Tiny -PORTVERSION= 1.56 +PORTVERSION= 1.61 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +13,8 @@ COMMENT= Read/Write YAML files with as little code as possible LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML +TEST_DEPENDS= p5-Test-Simple>=0.99:${PORTSDIR}/devel/p5-Test-Simple \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 USE_PERL5= modbuildtiny diff --git a/textproc/p5-YAML-Tiny/distinfo b/textproc/p5-YAML-Tiny/distinfo index e28b3fca9df3..1cfcd7d0881f 100644 --- a/textproc/p5-YAML-Tiny/distinfo +++ b/textproc/p5-YAML-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (YAML-Tiny-1.56.tar.gz) = 145208ff411e2e2961de640860624492b82946ea2b0c3bd4069c0326e4de451e -SIZE (YAML-Tiny-1.56.tar.gz) = 45380 +SHA256 (YAML-Tiny-1.61.tar.gz) = 59963b427531a47db54396df9611f55848415fb5cedc3ab0c596c32a3db48e17 +SIZE (YAML-Tiny-1.61.tar.gz) = 71703 diff --git a/textproc/p5-YAML-Tiny/pkg-plist b/textproc/p5-YAML-Tiny/pkg-plist index 9d16fb027412..a58c1ce8d639 100644 --- a/textproc/p5-YAML-Tiny/pkg-plist +++ b/textproc/p5-YAML-Tiny/pkg-plist @@ -1,6 +1,6 @@ %%SITE_PERL%%/YAML/Tiny.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny/.packlist %%PERL5_MAN3%%/YAML::Tiny.3.gz -@dirrmtry %%SITE_PERL%%/YAML @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML +@dirrmtry %%SITE_PERL%%/YAML |