Date: Wed, 28 Aug 2013 15:25:19 +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: r325539 - head/www/p5-WWW-Scraper-ISBN Message-ID: <201308281525.r7SFPJPI094610@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Aug 28 15:25:18 2013 New Revision: 325539 URL: http://svnweb.freebsd.org/changeset/ports/325539 Log: - Add missing *_DEPENDS - Bump PORTREVISION for dependency change Modified: head/www/p5-WWW-Scraper-ISBN/Makefile Modified: head/www/p5-WWW-Scraper-ISBN/Makefile ============================================================================== --- head/www/p5-WWW-Scraper-ISBN/Makefile Wed Aug 28 15:09:34 2013 (r325538) +++ head/www/p5-WWW-Scraper-ISBN/Makefile Wed Aug 28 15:25:18 2013 (r325539) @@ -3,6 +3,7 @@ PORTNAME= WWW-Scraper-ISBN PORTVERSION= 0.27 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,12 +11,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Retrieving information about books by ISBN number -BUILD_DEPENDS= p5-WWW-Scraper-ISBN-Record>=0:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Record +BUILD_DEPENDS= p5-WWW-Scraper-ISBN-Driver>=0.20:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Driver \ + p5-WWW-Scraper-ISBN-Record>=0.19:${PORTSDIR}/www/p5-WWW-Scraper-ISBN-Record RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= WWW::Scraper::ISBN.3 +MAN3= WWW::Scraper::ISBN.3 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308281525.r7SFPJPI094610>