Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 09:02:08 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546711 - head/net/p5-XML-RPC
Message-ID:  <202008280902.07S928uL079648@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Aug 28 09:02:07 2020
New Revision: 546711
URL: https://svnweb.freebsd.org/changeset/ports/546711

Log:
  net/p5-XML-RPC:	update to 1.1
  
  Changes:	https://metacpan.org/source/CAVAC/XML-RPC-1.1/Changes

Modified:
  head/net/p5-XML-RPC/Makefile
  head/net/p5-XML-RPC/distinfo

Modified: head/net/p5-XML-RPC/Makefile
==============================================================================
--- head/net/p5-XML-RPC/Makefile	Fri Aug 28 08:49:16 2020	(r546710)
+++ head/net/p5-XML-RPC/Makefile	Fri Aug 28 09:02:07 2020	(r546711)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	XML-RPC
-PORTVERSION=	0.9
-PORTREVISION=	2
+PORTVERSION=	1.1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,11 +10,17 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	culot@FreeBSD.org
 COMMENT=	Pure Perl implementation for an XML-RPC client and server
 
-BUILD_DEPENDS=	p5-libwww>=0:www/p5-libwww \
-		p5-XML-TreePP>=0:textproc/p5-XML-TreePP
-RUN_DEPENDS=	p5-libwww>=0:www/p5-libwww \
-		p5-XML-TreePP>=0:textproc/p5-XML-TreePP
+LICENSE=		ART10 GPLv1+
+LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \
+		p5-XML-TreePP>0:textproc/p5-XML-TreePP \
+		p5-libwww>0:www/p5-libwww
+RUN_DEPENDS=	p5-LWP-Protocol-https>0:www/p5-LWP-Protocol-https \
+		p5-XML-TreePP>0:textproc/p5-XML-TreePP \
+		p5-libwww>0:www/p5-libwww
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/net/p5-XML-RPC/distinfo
==============================================================================
--- head/net/p5-XML-RPC/distinfo	Fri Aug 28 08:49:16 2020	(r546710)
+++ head/net/p5-XML-RPC/distinfo	Fri Aug 28 09:02:07 2020	(r546711)
@@ -1,2 +1,3 @@
-SHA256 (XML-RPC-0.9.tar.gz) = b52b69e7d73c80a8d7cf2bc44ce5a50c9dd83bbe6e8862d899b8ebeaf59ff34f
-SIZE (XML-RPC-0.9.tar.gz) = 4745
+TIMESTAMP = 1598604181
+SHA256 (XML-RPC-1.1.tar.gz) = a61baad7c3480a0feff5d81e0e6f4bac3804fb87764758077db5d2bd20edf4ce
+SIZE (XML-RPC-1.1.tar.gz) = 5847



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008280902.07S928uL079648>