From owner-svn-ports-head@FreeBSD.ORG Thu Feb 27 20:43:55 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B7B93E5; Thu, 27 Feb 2014 20:43:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F3EB13A4; Thu, 27 Feb 2014 20:43:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1RKhtAt064864; Thu, 27 Feb 2014 20:43:55 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1RKhsJX064858; Thu, 27 Feb 2014 20:43:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402272043.s1RKhsJX064858@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 27 Feb 2014 20:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346387 - head/textproc/p5-YAML-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 20:43:55 -0000 Author: sunpoet Date: Thu Feb 27 20:43:54 2014 New Revision: 346387 URL: http://svnweb.freebsd.org/changeset/ports/346387 QAT: https://qat.redports.org/buildarchive/r346387/ Log: - 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 (maintainer) Modified: head/textproc/p5-YAML-Tiny/Makefile head/textproc/p5-YAML-Tiny/distinfo head/textproc/p5-YAML-Tiny/pkg-plist Modified: head/textproc/p5-YAML-Tiny/Makefile ============================================================================== --- head/textproc/p5-YAML-Tiny/Makefile Thu Feb 27 20:03:51 2014 (r346386) +++ head/textproc/p5-YAML-Tiny/Makefile Thu Feb 27 20:43:54 2014 (r346387) @@ -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 l 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 Modified: head/textproc/p5-YAML-Tiny/distinfo ============================================================================== --- head/textproc/p5-YAML-Tiny/distinfo Thu Feb 27 20:03:51 2014 (r346386) +++ head/textproc/p5-YAML-Tiny/distinfo Thu Feb 27 20:43:54 2014 (r346387) @@ -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 Modified: head/textproc/p5-YAML-Tiny/pkg-plist ============================================================================== --- head/textproc/p5-YAML-Tiny/pkg-plist Thu Feb 27 20:03:51 2014 (r346386) +++ head/textproc/p5-YAML-Tiny/pkg-plist Thu Feb 27 20:43:54 2014 (r346387) @@ -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