From owner-svn-ports-all@freebsd.org Fri Aug 28 09:02:08 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF5073D2961; Fri, 28 Aug 2020 09:02:08 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BdDB847N1z4GB3; Fri, 28 Aug 2020 09:02:08 +0000 (UTC) (envelope-from culot@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 715BF127B2; Fri, 28 Aug 2020 09:02:08 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07S928cN079650; Fri, 28 Aug 2020 09:02:08 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07S928uL079648; Fri, 28 Aug 2020 09:02:08 GMT (envelope-from culot@FreeBSD.org) Message-Id: <202008280902.07S928uL079648@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Fri, 28 Aug 2020 09:02:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546711 - head/net/p5-XML-RPC X-SVN-Group: ports-head X-SVN-Commit-Author: culot X-SVN-Commit-Paths: head/net/p5-XML-RPC X-SVN-Commit-Revision: 546711 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2020 09:02:08 -0000 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