Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2016 20:06:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426973 - head/www/p5-WebDriver-Tiny
Message-ID:  <201611232006.uANK64PF020633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611232006.uANK64PF020633>