From owner-svn-ports-all@freebsd.org Wed Nov 23 20:06:05 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 4D105C5089B; Wed, 23 Nov 2016 20:06:05 +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 105921438; Wed, 23 Nov 2016 20:06: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 uANK6420020635; Wed, 23 Nov 2016 20:06:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uANK64PF020633; Wed, 23 Nov 2016 20:06:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611232006.uANK64PF020633@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, 23 Nov 2016 20:06:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426973 - head/www/p5-WebDriver-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-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 23 Nov 2016 20:06:05 -0000 Author: sunpoet Date: Wed Nov 23 20:06:03 2016 New Revision: 426973 URL: https://svnweb.freebsd.org/changeset/ports/426973 Log: - Update to 0.005 - Add LICENSE_FILE - Remove *.pod in post-extract: Changes: http://search.cpan.org/dist/WebDriver-Tiny/Changes Modified: head/www/p5-WebDriver-Tiny/Makefile head/www/p5-WebDriver-Tiny/distinfo Modified: head/www/p5-WebDriver-Tiny/Makefile ============================================================================== --- head/www/p5-WebDriver-Tiny/Makefile Wed Nov 23 20:05:59 2016 (r426972) +++ head/www/p5-WebDriver-Tiny/Makefile Wed Nov 23 20:06:03 2016 (r426973) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= WebDriver-Tiny -PORTVERSION= 0.004 +PORTVERSION= 0.005 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CVLIBRARY @@ -13,6 +13,7 @@ COMMENT= Selenium 2.0 bindings for Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep @@ -20,8 +21,7 @@ USES= perl5 USE_PERL5= modbuildtiny NO_ARCH= yes -post-install: -# No need for these - @${FIND} ${STAGEDIR} -name '*.pod' -delete +post-extract: + @${FIND} ${WRKSRC}/lib/ -name '*.pod' -delete .include Modified: head/www/p5-WebDriver-Tiny/distinfo ============================================================================== --- head/www/p5-WebDriver-Tiny/distinfo Wed Nov 23 20:05:59 2016 (r426972) +++ head/www/p5-WebDriver-Tiny/distinfo Wed Nov 23 20:06:03 2016 (r426973) @@ -1,2 +1,3 @@ -SHA256 (WebDriver-Tiny-0.004.tar.gz) = 6791ea3fa3ef41d6f51d76a527883d9ac105ee66abee61c6281d7f35ecb5080b -SIZE (WebDriver-Tiny-0.004.tar.gz) = 25265 +TIMESTAMP = 1479918956 +SHA256 (WebDriver-Tiny-0.005.tar.gz) = 86a22ed2032c648702b92e5b60ecad0861d74c4751ad92a38f65dc8055360243 +SIZE (WebDriver-Tiny-0.005.tar.gz) = 25340