svn commit: r426490 - head/finance/p5-Business-Stripe
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Nov 19 17:12:31 UTC 2016
Author: sunpoet
Date: Sat Nov 19 17:10:26 2016
New Revision: 426490
URL: https://svnweb.freebsd.org/changeset/ports/426490
Log:
- Update to 0.06
- Add BUILD_DEPENDS
- Fix *_DEPENDS: MIME::Base64 is already in all supported Perl releases
- Pet portlint
Changes: http://search.cpan.org/dist/Business-Stripe/Changes
Modified:
head/finance/p5-Business-Stripe/Makefile
head/finance/p5-Business-Stripe/distinfo
Modified: head/finance/p5-Business-Stripe/Makefile
==============================================================================
--- head/finance/p5-Business-Stripe/Makefile Sat Nov 19 17:10:22 2016 (r426489)
+++ head/finance/p5-Business-Stripe/Makefile Sat Nov 19 17:10:26 2016 (r426490)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Business-Stripe
-PORTVERSION= 0.05
-PORTREVISION= 1
+PORTVERSION= 0.06
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,14 +10,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl5 module interface for the Stripe.com payment system
-RUN_DEPENDS= p5-HTTP-Message>=0.0:www/p5-HTTP-Message \
- p5-JSON>=0.0:converters/p5-JSON \
- p5-libwww>0.0:www/p5-libwww \
- p5-MIME-Base64>=0.0:converters/p5-MIME-Base64
-
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+BUILD_DEPENDS= p5-HTTP-Message>=0.0:www/p5-HTTP-Message \
+ p5-JSON>=0.0:converters/p5-JSON \
+ p5-libwww>0.0:www/p5-libwww
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
Modified: head/finance/p5-Business-Stripe/distinfo
==============================================================================
--- head/finance/p5-Business-Stripe/distinfo Sat Nov 19 17:10:22 2016 (r426489)
+++ head/finance/p5-Business-Stripe/distinfo Sat Nov 19 17:10:26 2016 (r426490)
@@ -1,2 +1,3 @@
-SHA256 (Business-Stripe-0.05.tar.gz) = dd5a338a7526cda97b73255f6dcd49c8469a545b7df15b6bb336b8e377947df8
-SIZE (Business-Stripe-0.05.tar.gz) = 6513
+TIMESTAMP = 1479554216
+SHA256 (Business-Stripe-0.06.tar.gz) = c5573ed7a618ed7222f4973e8283179c3cc8f208a87a76f3de5cd74cecb05767
+SIZE (Business-Stripe-0.06.tar.gz) = 6639
More information about the svn-ports-all
mailing list