From owner-svn-ports-head@freebsd.org Fri May 12 21:51:04 2017 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 853F8D698E6; Fri, 12 May 2017 21:51:04 +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 3D12E1386; Fri, 12 May 2017 21:51:04 +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 v4CLp37s052366; Fri, 12 May 2017 21:51:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4CLp34J052093; Fri, 12 May 2017 21:51:03 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705122151.v4CLp34J052093@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 12 May 2017 21:51:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440722 - head/devel/p5-Ref-Util 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.23 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: Fri, 12 May 2017 21:51:04 -0000 Author: sunpoet Date: Fri May 12 21:51:02 2017 New Revision: 440722 URL: https://svnweb.freebsd.org/changeset/ports/440722 Log: Update to 0.200 - Add NO_ARCH Changes: http://search.cpan.org/dist/Ref-Util/Changes Modified: head/devel/p5-Ref-Util/Makefile head/devel/p5-Ref-Util/distinfo head/devel/p5-Ref-Util/pkg-plist Modified: head/devel/p5-Ref-Util/Makefile ============================================================================== --- head/devel/p5-Ref-Util/Makefile Fri May 12 21:50:57 2017 (r440721) +++ head/devel/p5-Ref-Util/Makefile Fri May 12 21:51:02 2017 (r440722) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Ref-Util -PORTVERSION= 0.113 +PORTVERSION= 0.200 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,10 +13,11 @@ COMMENT= Utility functions for checking LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= p5-Ref-Util-XS>=0:devel/p5-Ref-Util-XS +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USE_PERL5= configure USES= perl5 -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Ref/Util/Util.so - .include Modified: head/devel/p5-Ref-Util/distinfo ============================================================================== --- head/devel/p5-Ref-Util/distinfo Fri May 12 21:50:57 2017 (r440721) +++ head/devel/p5-Ref-Util/distinfo Fri May 12 21:51:02 2017 (r440722) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484743819 -SHA256 (Ref-Util-0.113.tar.gz) = cacc761d36b640ffa3937ad289d12b6dc7808da05058831f1c2797b187a11529 -SIZE (Ref-Util-0.113.tar.gz) = 67089 +TIMESTAMP = 1494594381 +SHA256 (Ref-Util-0.200.tar.gz) = aea883fbd5d8f3c9ebd9ebcfe285fe8261420eeb609966c2dfac94a1ef890153 +SIZE (Ref-Util-0.200.tar.gz) = 25037 Modified: head/devel/p5-Ref-Util/pkg-plist ============================================================================== --- head/devel/p5-Ref-Util/pkg-plist Fri May 12 21:50:57 2017 (r440721) +++ head/devel/p5-Ref-Util/pkg-plist Fri May 12 21:51:02 2017 (r440722) @@ -1,3 +1,4 @@ -%%SITE_ARCH%%/Ref/Util.pm -%%SITE_ARCH%%/auto/Ref/Util/Util.so +%%SITE_PERL%%/Ref/Util.pm +%%SITE_PERL%%/Ref/Util/PP.pm %%PERL5_MAN3%%/Ref::Util.3.gz +%%PERL5_MAN3%%/Ref::Util::PP.3.gz