From owner-svn-ports-head@freebsd.org Tue Jun 30 19:40:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 986DE990543; Tue, 30 Jun 2015 19:40:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7081D10C7; Tue, 30 Jun 2015 19:40:05 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5UJe5x2084575; Tue, 30 Jun 2015 19:40:05 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5UJe48s084265; Tue, 30 Jun 2015 19:40:04 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201506301940.t5UJe48s084265@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 30 Jun 2015 19:40:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390988 - head/textproc/p5-YAML-Shell 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.20 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: Tue, 30 Jun 2015 19:40:05 -0000 Author: swills Date: Tue Jun 30 19:40:04 2015 New Revision: 390988 URL: https://svnweb.freebsd.org/changeset/ports/390988 Log: textproc/p5-YAML-Shell: Update to 0.69 While here, pet portlint Modified: head/textproc/p5-YAML-Shell/Makefile head/textproc/p5-YAML-Shell/distinfo head/textproc/p5-YAML-Shell/pkg-descr Modified: head/textproc/p5-YAML-Shell/Makefile ============================================================================== --- head/textproc/p5-YAML-Shell/Makefile Tue Jun 30 19:29:27 2015 (r390987) +++ head/textproc/p5-YAML-Shell/Makefile Tue Jun 30 19:40:04 2015 (r390988) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= YAML-Shell -PORTVERSION= 0.68 +PORTVERSION= 0.69 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INGY PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org -COMMENT= The YAML Test Shell +COMMENT= YAML Test Shell BUILD_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML RUN_DEPENDS= p5-YAML>=0.67:${PORTSDIR}/textproc/p5-YAML Modified: head/textproc/p5-YAML-Shell/distinfo ============================================================================== --- head/textproc/p5-YAML-Shell/distinfo Tue Jun 30 19:29:27 2015 (r390987) +++ head/textproc/p5-YAML-Shell/distinfo Tue Jun 30 19:40:04 2015 (r390988) @@ -1,2 +1,2 @@ -SHA256 (YAML-Shell-0.68.tar.gz) = 98c079469a887806553a802efad81fa5fee3107e8a8d775b9b34bf4910e64e13 -SIZE (YAML-Shell-0.68.tar.gz) = 13295 +SHA256 (YAML-Shell-0.69.tar.gz) = 42b8daa03c23531694c618b7b6f97b7e533fc1a23c39358514056f9846c1047a +SIZE (YAML-Shell-0.69.tar.gz) = 13317 Modified: head/textproc/p5-YAML-Shell/pkg-descr ============================================================================== --- head/textproc/p5-YAML-Shell/pkg-descr Tue Jun 30 19:29:27 2015 (r390987) +++ head/textproc/p5-YAML-Shell/pkg-descr Tue Jun 30 19:40:04 2015 (r390988) @@ -1,4 +1,4 @@ This program is designed to let you play with the Perl YAML modules in an interactive way. When you to type in Perl, you get back YAML. And vice versa. -WWW: http://search.cpan.org/dist/YAML-Shell/ +WWW: http://search.cpan.org/dist/YAML-Shell/