From owner-svn-ports-all@FreeBSD.ORG Sat Mar 8 09:25:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BFF4E4A; Sat, 8 Mar 2014 09:25:15 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8619FDE4; Sat, 8 Mar 2014 09:25:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s289PFUN052173; Sat, 8 Mar 2014 09:25:15 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s289PFZs052171; Sat, 8 Mar 2014 09:25:15 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403080925.s289PFZs052171@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 8 Mar 2014 09:25:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347465 - head/www/p5-WebService-GData 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.17 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: Sat, 08 Mar 2014 09:25:17 -0000 Author: sunpoet Date: Sat Mar 8 09:25:14 2014 New Revision: 347465 URL: http://svnweb.freebsd.org/changeset/ports/347465 QAT: https://qat.redports.org/buildarchive/r347465/ Log: - Fix PORTVERSION: it goes backward from 0.0501 to 0.06 - Fix *_DEPENDS: p5-Test-Mock-LWP is a test-only dependency - Bump PORTREVISION for dependency change Modified: head/www/p5-WebService-GData/Makefile head/www/p5-WebService-GData/pkg-descr Modified: head/www/p5-WebService-GData/Makefile ============================================================================== --- head/www/p5-WebService-GData/Makefile Sat Mar 8 09:25:09 2014 (r347464) +++ head/www/p5-WebService-GData/Makefile Sat Mar 8 09:25:14 2014 (r347465) @@ -2,11 +2,13 @@ # $FreeBSD$ PORTNAME= WebService-GData -PORTVERSION= 0.06 +PORTVERSION= 0.0600 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SZABGAB PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//} MAINTAINER= perl@FreeBSD.org COMMENT= Google data protocol v2 base object to inherit from @@ -15,11 +17,9 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ - p5-Test-Mock-LWP>=0.05:${PORTSDIR}/devel/p5-Test-Mock-LWP \ - p5-libwww>0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \ - p5-Test-Mock-LWP>=0.05:${PORTSDIR}/devel/p5-Test-Mock-LWP \ p5-libwww>0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Mock-LWP>=0.05:${PORTSDIR}/devel/p5-Test-Mock-LWP USES= perl5 USE_PERL5= configure Modified: head/www/p5-WebService-GData/pkg-descr ============================================================================== --- head/www/p5-WebService-GData/pkg-descr Sat Mar 8 09:25:09 2014 (r347464) +++ head/www/p5-WebService-GData/pkg-descr Sat Mar 8 09:25:14 2014 (r347465) @@ -1,10 +1,10 @@ -WebService::GData is a blueprint that you should inherit and extend. -It offers a basic hashed based object creation via the word new. +WebService::GData is a blueprint that you should inherit and extend. It offers a +basic hashed based object creation via the word new. -All sub classes should be hash based. If you want to pock into the -instance, it's easy but everything that is not documented should be -considered private. If you play around with undocumented properties/methods -and that it changes,upgrading to the new version with all the extra -new killer features will be very hard to do. +All sub classes should be hash based. If you want to pock into the instance, +it's easy but everything that is not documented should be considered private. If +you play around with undocumented properties/methods and that it changes, +upgrading to the new version with all the extra new killer features will be very +hard to do. WWW: http://search.cpan.org/dist/WebService-GData/