svn commit: r363729 - head/www/p5-WebService-Pushover
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 1 16:23:36 UTC 2014
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 at 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 <bsd.port.mk>
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
- at dirrmtry %%SITE_PERL%%/WebService
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Pushover
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
+ at dirrmtry %%SITE_PERL%%/WebService
More information about the svn-ports-all
mailing list