svn commit: r405948 - head/finance/p5-Business-OnlinePayment-AuthorizeNet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 12 21:40:03 UTC 2016


Author: sunpoet
Date: Tue Jan 12 21:40:01 2016
New Revision: 405948
URL: https://svnweb.freebsd.org/changeset/ports/405948

Log:
  - Update to 3.23
  - Add LICENSE
  - Add BUILD_DEPENDS
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/Business-OnlinePayment-AuthorizeNet/Changes

Modified:
  head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile
  head/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo

Modified: head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile
==============================================================================
--- head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile	Tue Jan 12 21:39:56 2016	(r405947)
+++ head/finance/p5-Business-OnlinePayment-AuthorizeNet/Makefile	Tue Jan 12 21:40:01 2016	(r405948)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Business-OnlinePayment-AuthorizeNet
-PORTVERSION=	3.22
-PORTREVISION=	1
+PORTVERSION=	3.23
 CATEGORIES=	finance perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,13 +10,18 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Business::OnlinePayment backend module for Authorize.Net
 
-RUN_DEPENDS=	p5-Business-OnlinePayment>=3:${PORTSDIR}/finance/p5-Business-OnlinePayment \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Business-OnlinePayment>=3:${PORTSDIR}/finance/p5-Business-OnlinePayment \
 		p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
 		p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \
 		p5-Tie-IxHash>=0:${PORTSDIR}/devel/p5-Tie-IxHash \
 		p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
 		p5-XML-Writer>=0:${PORTSDIR}/textproc/p5-XML-Writer
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo
==============================================================================
--- head/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo	Tue Jan 12 21:39:56 2016	(r405947)
+++ head/finance/p5-Business-OnlinePayment-AuthorizeNet/distinfo	Tue Jan 12 21:40:01 2016	(r405948)
@@ -1,2 +1,2 @@
-SHA256 (Business-OnlinePayment-AuthorizeNet-3.22.tar.gz) = aeb553c29c0796b5caa5e930d3ecc9884cd19b60abb1dee7f28af0997eca99a2
-SIZE (Business-OnlinePayment-AuthorizeNet-3.22.tar.gz) = 22716
+SHA256 (Business-OnlinePayment-AuthorizeNet-3.23.tar.gz) = 302e89c09a8b66866d483c951eb3be6f3da3e8cfb885ea4c9fd7a4af13f7d1d6
+SIZE (Business-OnlinePayment-AuthorizeNet-3.23.tar.gz) = 23120


More information about the svn-ports-head mailing list