From owner-svn-ports-head@freebsd.org Wed Jun 27 23:34:02 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09D21101BB98; Wed, 27 Jun 2018 23:34:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5784F79897; Wed, 27 Jun 2018 23:34:01 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CEBD11D32; Wed, 27 Jun 2018 23:34:00 +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 w5RNY0ue078692; Wed, 27 Jun 2018 23:34:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5RNY0HC078687; Wed, 27 Jun 2018 23:34:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806272334.w5RNY0HC078687@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Jun 2018 23:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473470 - head/devel/p5-Type-Tie X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-Type-Tie X-SVN-Commit-Revision: 473470 X-SVN-Commit-Repository: ports 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.26 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: Wed, 27 Jun 2018 23:34:02 -0000 Author: sunpoet Date: Wed Jun 27 23:33:59 2018 New Revision: 473470 URL: https://svnweb.freebsd.org/changeset/ports/473470 Log: Update to 0.011 - Add LICENSE_FILE - Update TEST_DEPENDS: Test::Fatal and Test::Requires are bundled in 0.010 - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Type-Tie Modified: head/devel/p5-Type-Tie/Makefile head/devel/p5-Type-Tie/distinfo head/devel/p5-Type-Tie/pkg-plist Modified: head/devel/p5-Type-Tie/Makefile ============================================================================== --- head/devel/p5-Type-Tie/Makefile Wed Jun 27 23:33:54 2018 (r473469) +++ head/devel/p5-Type-Tie/Makefile Wed Jun 27 23:33:59 2018 (r473470) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Type-Tie -PORTVERSION= 0.009 -PORTREVISION= 1 +PORTVERSION= 0.011 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TOBYINK @@ -14,15 +13,15 @@ COMMENT= Tie a variable to a type constraint LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Exporter-Tiny>=0.026:devel/p5-Exporter-Tiny \ p5-Hash-FieldHash>=0:devel/p5-Hash-FieldHash RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-MooseX-Types>=0:devel/p5-MooseX-Types \ - p5-Test-Fatal>=0:devel/p5-Test-Fatal \ - p5-Test-Requires>=0:devel/p5-Test-Requires \ p5-Type-Tiny>=0.004:devel/p5-Type-Tiny +NO_ARCH= yes USE_PERL5= configure USES= perl5 Modified: head/devel/p5-Type-Tie/distinfo ============================================================================== --- head/devel/p5-Type-Tie/distinfo Wed Jun 27 23:33:54 2018 (r473469) +++ head/devel/p5-Type-Tie/distinfo Wed Jun 27 23:33:59 2018 (r473470) @@ -1,2 +1,3 @@ -SHA256 (Type-Tie-0.009.tar.gz) = 565d9ec0a7f93095d5e68a8794a25c0b27e292007e04fdb77793f477da1463f3 -SIZE (Type-Tie-0.009.tar.gz) = 18579 +TIMESTAMP = 1530134264 +SHA256 (Type-Tie-0.011.tar.gz) = 824586455dcc699529ca1722fc13af7398b280b9767075ab0f2cb8711e381b05 +SIZE (Type-Tie-0.011.tar.gz) = 27764 Modified: head/devel/p5-Type-Tie/pkg-plist ============================================================================== --- head/devel/p5-Type-Tie/pkg-plist Wed Jun 27 23:33:54 2018 (r473469) +++ head/devel/p5-Type-Tie/pkg-plist Wed Jun 27 23:33:59 2018 (r473470) @@ -1,2 +1,4 @@ +%%SITE_PERL%%/Type/Nano.pm %%SITE_PERL%%/Type/Tie.pm +%%PERL5_MAN3%%/Type::Nano.3.gz %%PERL5_MAN3%%/Type::Tie.3.gz