From owner-svn-ports-head@freebsd.org Sat Nov 19 17:12:31 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85840C4B00B; Sat, 19 Nov 2016 17:12:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 DDDB7C7E; Sat, 19 Nov 2016 17:10:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAJHAQO9075769; Sat, 19 Nov 2016 17:10:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAJHAQ62075767; Sat, 19 Nov 2016 17:10:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611191710.uAJHAQ62075767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Nov 2016 17:10:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426490 - head/finance/p5-Business-Stripe X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2016 17:12:31 -0000 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@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