From owner-svn-ports-all@FreeBSD.ORG Fri Aug 1 16:23:36 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ABA718C; Fri, 1 Aug 2014 16:23:36 +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 67DF225C8; Fri, 1 Aug 2014 16:23:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s71GNak3077117; Fri, 1 Aug 2014 16:23:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s71GNZjG077113; Fri, 1 Aug 2014 16:23:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201408011623.s71GNZjG077113@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Aug 2014 16:23:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363729 - head/www/p5-WebService-Pushover 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 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: Fri, 01 Aug 2014 16:23:36 -0000 Author: sunpoet Date: Fri Aug 1 16:23:35 2014 New Revision: 363729 URL: http://svnweb.freebsd.org/changeset/ports/363729 QAT: https://qat.redports.org/buildarchive/r363729/ Log: - Update to 0.2.0 - Add LICENSE - Add BUILD_DEPENDS - Sort PLIST - Reformat pkg-descr Changes: http://search.cpan.org/dist/WebService-Pushover/Changes Modified: head/www/p5-WebService-Pushover/Makefile head/www/p5-WebService-Pushover/distinfo head/www/p5-WebService-Pushover/pkg-descr head/www/p5-WebService-Pushover/pkg-plist Modified: head/www/p5-WebService-Pushover/Makefile ============================================================================== --- head/www/p5-WebService-Pushover/Makefile Fri Aug 1 16:21:19 2014 (r363728) +++ head/www/p5-WebService-Pushover/Makefile Fri Aug 1 16:23:35 2014 (r363729) @@ -2,22 +2,32 @@ # $FreeBSD$ PORTNAME= WebService-Pushover -DISTVERSION= v0.0.6 +PORTVERSION= 0.2.0 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Interface to Pushover API -RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Strptime>=0:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ + p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ + p5-Net-HTTP-Spore>=0:${PORTSDIR}/net/p5-Net-HTTP-Spore \ + p5-Net-HTTP-Spore-Middleware-Header>=0:${PORTSDIR}/net/p5-Net-HTTP-Spore-Middleware-Header \ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ - p5-WebService-Simple>=0:${PORTSDIR}/www/p5-WebService-Simple + p5-URI>=0:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/textproc/p5-Test-Perl-Critic \ + p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage -USES= perl5 USE_PERL5= configure +USES= perl5 .include Modified: head/www/p5-WebService-Pushover/distinfo ============================================================================== --- head/www/p5-WebService-Pushover/distinfo Fri Aug 1 16:21:19 2014 (r363728) +++ head/www/p5-WebService-Pushover/distinfo Fri Aug 1 16:23:35 2014 (r363729) @@ -1,2 +1,2 @@ -SHA256 (WebService-Pushover-v0.0.6.tar.gz) = f35d5cb75564fa91649c63b0d2519c877c261d820850c0ea407b13a0e8ef8eb3 -SIZE (WebService-Pushover-v0.0.6.tar.gz) = 6677 +SHA256 (WebService-Pushover-v0.2.0.tar.gz) = 41b30b46cf411c03406cb71f87f9afa68764f6d67c725b05359b5d19c90671e2 +SIZE (WebService-Pushover-v0.2.0.tar.gz) = 9972 Modified: head/www/p5-WebService-Pushover/pkg-descr ============================================================================== --- head/www/p5-WebService-Pushover/pkg-descr Fri Aug 1 16:21:19 2014 (r363728) +++ head/www/p5-WebService-Pushover/pkg-descr Fri Aug 1 16:23:35 2014 (r363729) @@ -1,6 +1,6 @@ -This module provides a Perl wrapper around the Pushover -( http://pushover.net ) RESTful API. You'll need to register with Pushover to -obtain an API token for yourself and for your application before you'll be -able to do anything with this module. +This module provides a Perl wrapper around the Pushover ( http://pushover.net ) +RESTful API. You'll need to register with Pushover to obtain an API token for +yourself and for your application before you'll be able to do anything with this +module. WWW: http://search.cpan.org/dist/WebService-Pushover/ Modified: head/www/p5-WebService-Pushover/pkg-plist ============================================================================== --- head/www/p5-WebService-Pushover/pkg-plist Fri Aug 1 16:21:19 2014 (r363728) +++ head/www/p5-WebService-Pushover/pkg-plist Fri Aug 1 16:23:35 2014 (r363729) @@ -1,6 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover/.packlist +%%SITE_PERL%%/WebService/Pushover.json %%SITE_PERL%%/WebService/Pushover.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover/.packlist %%PERL5_MAN3%%/WebService::Pushover.3.gz -@dirrmtry %%SITE_PERL%%/WebService -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService +@dirrmtry %%SITE_PERL%%/WebService