From owner-svn-ports-all@FreeBSD.ORG Thu Jan 1 16:23:59 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98B32310; Thu, 1 Jan 2015 16:23:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6A0E033E; Thu, 1 Jan 2015 16:23:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01GNxNO016627; Thu, 1 Jan 2015 16:23:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01GNw8t016624; Thu, 1 Jan 2015 16:23:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501011623.t01GNw8t016624@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Jan 2015 16:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375984 - head/www/p5-WWW-Scraper-ISBN 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.18-1 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: Thu, 01 Jan 2015 16:23:59 -0000 Author: sunpoet Date: Thu Jan 1 16:23:57 2015 New Revision: 375984 URL: https://svnweb.freebsd.org/changeset/ports/375984 QAT: https://qat.redports.org/buildarchive/r375984/ Log: - Update to 1.02 - Add LICENSE - Mark CONFLICTS_INSTALL with www/p5-WWW-Scraper-ISBN-Driver and www/p5-WWW-Scraper-ISBN-Record Changes: http://search.cpan.org/dist/WWW-Scraper-ISBN/Changes Modified: head/www/p5-WWW-Scraper-ISBN/Makefile head/www/p5-WWW-Scraper-ISBN/distinfo head/www/p5-WWW-Scraper-ISBN/pkg-plist Modified: head/www/p5-WWW-Scraper-ISBN/Makefile ============================================================================== --- head/www/p5-WWW-Scraper-ISBN/Makefile Thu Jan 1 16:23:51 2015 (r375983) +++ head/www/p5-WWW-Scraper-ISBN/Makefile Thu Jan 1 16:23:57 2015 (r375984) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= WWW-Scraper-ISBN -PORTVERSION= 0.29 -PORTREVISION= 1 +PORTVERSION= 1.02 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Retrieving information about books by ISBN number -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} +LICENSE= ART20 + +CONFLICTS_INSTALL= p5-WWW-Scraper-ISBN-Driver-[0-9]* p5-WWW-Scraper-ISBN-Record-[0-9]* USES= perl5 USE_PERL5= configure Modified: head/www/p5-WWW-Scraper-ISBN/distinfo ============================================================================== --- head/www/p5-WWW-Scraper-ISBN/distinfo Thu Jan 1 16:23:51 2015 (r375983) +++ head/www/p5-WWW-Scraper-ISBN/distinfo Thu Jan 1 16:23:57 2015 (r375984) @@ -1,2 +1,2 @@ -SHA256 (WWW-Scraper-ISBN-0.29.tar.gz) = fce46b4002f8b84a698d0fecbf98975299d585c2a96f301455bbc89a16ab1f92 -SIZE (WWW-Scraper-ISBN-0.29.tar.gz) = 5811 +SHA256 (WWW-Scraper-ISBN-1.02.tar.gz) = ed0a4fc5b028c114f08a52455aa31926a0657858037527d172a9cbc55c4509dd +SIZE (WWW-Scraper-ISBN-1.02.tar.gz) = 10602 Modified: head/www/p5-WWW-Scraper-ISBN/pkg-plist ============================================================================== --- head/www/p5-WWW-Scraper-ISBN/pkg-plist Thu Jan 1 16:23:51 2015 (r375983) +++ head/www/p5-WWW-Scraper-ISBN/pkg-plist Thu Jan 1 16:23:57 2015 (r375984) @@ -1,2 +1,6 @@ -%%PERL5_MAN3%%/WWW::Scraper::ISBN.3.gz %%SITE_PERL%%/WWW/Scraper/ISBN.pm +%%SITE_PERL%%/WWW/Scraper/ISBN/Driver.pm +%%SITE_PERL%%/WWW/Scraper/ISBN/Record.pm +%%PERL5_MAN3%%/WWW::Scraper::ISBN.3.gz +%%PERL5_MAN3%%/WWW::Scraper::ISBN::Driver.3.gz +%%PERL5_MAN3%%/WWW::Scraper::ISBN::Record.3.gz