Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2019 00:05:53 +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: r510221 - head/www/p5-WWW-Scraper-ISBN
Message-ID:  <201908300005.x7U05r3w058539@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 30 00:05:53 2019
New Revision: 510221
URL: https://svnweb.freebsd.org/changeset/ports/510221

Log:
  Update to 1.05
  
  - Add NO_ARCH
  - Simplify CONFLICTS_INSTALL
  
  Changes:	https://metacpan.org/changes/distribution/WWW-Scraper-ISBN

Modified:
  head/www/p5-WWW-Scraper-ISBN/Makefile
  head/www/p5-WWW-Scraper-ISBN/distinfo

Modified: head/www/p5-WWW-Scraper-ISBN/Makefile
==============================================================================
--- head/www/p5-WWW-Scraper-ISBN/Makefile	Fri Aug 30 00:05:47 2019	(r510220)
+++ head/www/p5-WWW-Scraper-ISBN/Makefile	Fri Aug 30 00:05:53 2019	(r510221)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	WWW-Scraper-ISBN
-PORTVERSION=	1.03
+PORTVERSION=	1.05
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,12 +12,14 @@ COMMENT=	Retrieving information about books by ISBN nu
 
 LICENSE=	ART20
 
-BUILD_DEPENDS=	p5-Module-Pluggable>=0:devel/p5-Module-Pluggable
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Module-Pluggable>=0:devel/p5-Module-Pluggable
 
-CONFLICTS_INSTALL=	p5-WWW-Scraper-ISBN-Driver-[0-9]* p5-WWW-Scraper-ISBN-Record-[0-9]*
-
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+CONFLICTS_INSTALL=	p5-WWW-Scraper-ISBN-Driver p5-WWW-Scraper-ISBN-Record
 
 .include <bsd.port.mk>

Modified: head/www/p5-WWW-Scraper-ISBN/distinfo
==============================================================================
--- head/www/p5-WWW-Scraper-ISBN/distinfo	Fri Aug 30 00:05:47 2019	(r510220)
+++ head/www/p5-WWW-Scraper-ISBN/distinfo	Fri Aug 30 00:05:53 2019	(r510221)
@@ -1,2 +1,3 @@
-SHA256 (WWW-Scraper-ISBN-1.03.tar.gz) = ad5567c74b00944c2450fd7eee7bd3267fe8e5eccf82a9b9538b6a73c8fcb140
-SIZE (WWW-Scraper-ISBN-1.03.tar.gz) = 10895
+TIMESTAMP = 1567087927
+SHA256 (WWW-Scraper-ISBN-1.05.tar.gz) = 577af8148d66c68c3cf58ed5cb514bb51471439c4e34c53569ecfcccbc147aa9
+SIZE (WWW-Scraper-ISBN-1.05.tar.gz) = 11045



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