Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 21:54:58 +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: r502069 - head/www/p5-WebDriver-Tiny
Message-ID:  <201905192154.x4JLswee036226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 19 21:54:58 2019
New Revision: 502069
URL: https://svnweb.freebsd.org/changeset/ports/502069

Log:
  Update to 0.102
  
  - Remove outdated post-extract:
  
  Changes:	https://metacpan.org/changes/distribution/WebDriver-Tiny

Modified:
  head/www/p5-WebDriver-Tiny/Makefile
  head/www/p5-WebDriver-Tiny/distinfo
  head/www/p5-WebDriver-Tiny/pkg-plist

Modified: head/www/p5-WebDriver-Tiny/Makefile
==============================================================================
--- head/www/p5-WebDriver-Tiny/Makefile	Sun May 19 21:54:53 2019	(r502068)
+++ head/www/p5-WebDriver-Tiny/Makefile	Sun May 19 21:54:58 2019	(r502069)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	WebDriver-Tiny
-PORTVERSION=	0.101
+PORTVERSION=	0.102
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:CVLIBRARY
@@ -15,13 +15,9 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-TEST_DEPENDS=	p5-Test-Deep>=0:devel/p5-Test-Deep
-
 USES=		perl5
 USE_PERL5=	modbuildtiny
-NO_ARCH=	yes
 
-post-extract:
-	@${FIND} ${WRKSRC}/lib/ -name '*.pod' -delete
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/p5-WebDriver-Tiny/distinfo
==============================================================================
--- head/www/p5-WebDriver-Tiny/distinfo	Sun May 19 21:54:53 2019	(r502068)
+++ head/www/p5-WebDriver-Tiny/distinfo	Sun May 19 21:54:58 2019	(r502069)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514987136
-SHA256 (WebDriver-Tiny-0.101.tar.gz) = fc397bd28887c4c48ddda8d8fb53e00a21eddd7a54d9df367f41274e9e8a3c6e
-SIZE (WebDriver-Tiny-0.101.tar.gz) = 23785
+TIMESTAMP = 1558180596
+SHA256 (WebDriver-Tiny-0.102.tar.gz) = 3ad2e6881a76d4639c3eb8f411f6968bfd8787946972b41db0ca7ecfb5a2ff0c
+SIZE (WebDriver-Tiny-0.102.tar.gz) = 23755

Modified: head/www/p5-WebDriver-Tiny/pkg-plist
==============================================================================
--- head/www/p5-WebDriver-Tiny/pkg-plist	Sun May 19 21:54:53 2019	(r502068)
+++ head/www/p5-WebDriver-Tiny/pkg-plist	Sun May 19 21:54:58 2019	(r502069)
@@ -1,4 +1,6 @@
 %%SITE_PERL%%/WebDriver/Tiny.pm
+%%SITE_PERL%%/WebDriver/Tiny.pod
 %%SITE_PERL%%/WebDriver/Tiny/Elements.pm
+%%SITE_PERL%%/WebDriver/Tiny/Elements.pod
 %%PERL5_MAN3%%/WebDriver::Tiny.3.gz
 %%PERL5_MAN3%%/WebDriver::Tiny::Elements.3.gz



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