- Update to 1.56 - Support STAGEDIR Changes: http://search.cpan.org/dist/YAML-Tiny/Changes Port maintainer (ychsiao@ychsiao.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Maintainer of textproc/p5-YAML-Tiny, Please note that PR ports/184388 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184388 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->sunpoet I'll take it.
Author: sunpoet Date: Sat Nov 30 14:50:22 2013 New Revision: 335292 URL: http://svnweb.freebsd.org/changeset/ports/335292 Log: - Update to 1.56 - Support STAGEDIR Changes: http://search.cpan.org/dist/YAML-Tiny/Changes PR: ports/184388 Submitted by: sunpoet (myself) Approved by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer) Modified: head/textproc/p5-YAML-Tiny/Makefile head/textproc/p5-YAML-Tiny/distinfo head/textproc/p5-YAML-Tiny/pkg-plist (contents, props changed) Modified: head/textproc/p5-YAML-Tiny/Makefile ============================================================================== --- head/textproc/p5-YAML-Tiny/Makefile Sat Nov 30 14:50:02 2013 (r335291) +++ head/textproc/p5-YAML-Tiny/Makefile Sat Nov 30 14:50:22 2013 (r335292) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= YAML-Tiny -PORTVERSION= 1.55 +PORTVERSION= 1.56 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,9 +16,6 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny -MAN3= YAML::Tiny.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/textproc/p5-YAML-Tiny/distinfo ============================================================================== --- head/textproc/p5-YAML-Tiny/distinfo Sat Nov 30 14:50:02 2013 (r335291) +++ head/textproc/p5-YAML-Tiny/distinfo Sat Nov 30 14:50:22 2013 (r335292) @@ -1,2 +1,2 @@ -SHA256 (YAML-Tiny-1.55.tar.gz) = a0f7872f8a8ad0baa38addd3b7d99a618ac70dfc7b717c9c0db8563204312377 -SIZE (YAML-Tiny-1.55.tar.gz) = 43881 +SHA256 (YAML-Tiny-1.56.tar.gz) = 145208ff411e2e2961de640860624492b82946ea2b0c3bd4069c0326e4de451e +SIZE (YAML-Tiny-1.56.tar.gz) = 45380 Modified: head/textproc/p5-YAML-Tiny/pkg-plist ============================================================================== --- head/textproc/p5-YAML-Tiny/pkg-plist Sat Nov 30 14:50:02 2013 (r335291) +++ head/textproc/p5-YAML-Tiny/pkg-plist Sat Nov 30 14:50:22 2013 (r335292) @@ -1,5 +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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!