From owner-svn-ports-all@freebsd.org Sun Jun 26 17:14:20 2016 Return-Path: Delivered-To: svn-ports-all@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 09A4CB81D78; Sun, 26 Jun 2016 17:14:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C47532FC1; Sun, 26 Jun 2016 17:14:19 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5QHEIKs073168; Sun, 26 Jun 2016 17:14:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5QHEIcS073166; Sun, 26 Jun 2016 17:14:18 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201606261714.u5QHEIcS073166@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Jun 2016 17:14:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417552 - head/devel/p5-IO-Pty-Easy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jun 2016 17:14:20 -0000 Author: sunpoet Date: Sun Jun 26 17:14:18 2016 New Revision: 417552 URL: https://svnweb.freebsd.org/changeset/ports/417552 Log: - Update to 0.10 - Add LICENSE - Add NO_ARCH Changes: http://search.cpan.org/dist/IO-Pty-Easy/Changes Modified: head/devel/p5-IO-Pty-Easy/Makefile head/devel/p5-IO-Pty-Easy/distinfo Modified: head/devel/p5-IO-Pty-Easy/Makefile ============================================================================== --- head/devel/p5-IO-Pty-Easy/Makefile Sun Jun 26 17:14:13 2016 (r417551) +++ head/devel/p5-IO-Pty-Easy/Makefile Sun Jun 26 17:14:18 2016 (r417552) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Pty-Easy -PORTVERSION= 0.09 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy interface to IO::Pty +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-IO-Tty>=0:devel/p5-IO-Tty RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-IO-Pty-Easy/distinfo ============================================================================== --- head/devel/p5-IO-Pty-Easy/distinfo Sun Jun 26 17:14:13 2016 (r417551) +++ head/devel/p5-IO-Pty-Easy/distinfo Sun Jun 26 17:14:18 2016 (r417552) @@ -1,2 +1,3 @@ -SHA256 (IO-Pty-Easy-0.09.tar.gz) = 37dbdb49186d691481b0b10c7d82280bbe4728076251bdfbfad03b3b04e8eaeb -SIZE (IO-Pty-Easy-0.09.tar.gz) = 16372 +TIMESTAMP = 1464481687 +SHA256 (IO-Pty-Easy-0.10.tar.gz) = 4aef50c0454a640f6ff47d8a5f2ffaadaf681b34b6ffda29c3b10769e582f175 +SIZE (IO-Pty-Easy-0.10.tar.gz) = 18294