Received: by mail.netbsd.org (Postfix, from userid 605) id A345C84D9E; Sat, 30 Dec 2017 14:45:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E7FE84D82 for ; Sat, 30 Dec 2017 14:45:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6Cpfk7ja8aTL for ; Sat, 30 Dec 2017 14:45:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AF5BB84C2E for ; Sat, 30 Dec 2017 14:45:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 648E8FB40; Sat, 30 Dec 2017 14:45:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514645150225030" MIME-Version: 1.0 Date: Sat, 30 Dec 2017 14:45:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/p5-SOAP-Lite To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171230144550.648E8FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1514645150225030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Dec 30 14:45:50 UTC 2017 Modified Files: pkgsrc/net/p5-SOAP-Lite: Makefile distinfo Log Message: p5-SOAP-Lite: update to 1.24. 1.24 December 19, 2017 + Consistent Versioning https://github.com/redhotpenguin/soaplite/pull/24 ! Remove is_utf8() check from 78588 1.23 December 18, 2017 ! RT #78588 unicode data not correct encoded To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/p5-SOAP-Lite/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/p5-SOAP-Lite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514645150225030 Content-Disposition: inline Content-Length: 1910 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/p5-SOAP-Lite/Makefile diff -u pkgsrc/net/p5-SOAP-Lite/Makefile:1.52 pkgsrc/net/p5-SOAP-Lite/Makefile:1.53 --- pkgsrc/net/p5-SOAP-Lite/Makefile:1.52 Sun Sep 3 08:36:58 2017 +++ pkgsrc/net/p5-SOAP-Lite/Makefile Sat Dec 30 14:45:50 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2017/09/03 08:36:58 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2017/12/30 14:45:50 wiz Exp $ -DISTNAME= SOAP-Lite-1.22 +DISTNAME= SOAP-Lite-1.24 PKGNAME= p5-${DISTNAME} CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SOAP/} @@ -31,7 +31,7 @@ SUPERSEDES+= p5-SOAP-Transport-TCP-[0-9] WRKSRC= ${WRKDIR}/${DISTNAME:C|[a-z]$||} -REPLACE_PERL+= bin/SOAPsh.pl bin/XMLRPCsh.pl bin/stubmaker.pl +REPLACE_PERL+= bin/SOAPsh.pl bin/stubmaker.pl PERL5_PACKLIST= auto/SOAP/Lite/.packlist Index: pkgsrc/net/p5-SOAP-Lite/distinfo diff -u pkgsrc/net/p5-SOAP-Lite/distinfo:1.19 pkgsrc/net/p5-SOAP-Lite/distinfo:1.20 --- pkgsrc/net/p5-SOAP-Lite/distinfo:1.19 Tue Aug 29 04:33:26 2017 +++ pkgsrc/net/p5-SOAP-Lite/distinfo Sat Dec 30 14:45:50 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2017/08/29 04:33:26 wen Exp $ +$NetBSD: distinfo,v 1.20 2017/12/30 14:45:50 wiz Exp $ -SHA1 (SOAP-Lite-1.22.tar.gz) = ae29760b42ed481eb16980b193149f337ec30b2c -RMD160 (SOAP-Lite-1.22.tar.gz) = 61130ef794a07ef12b01f17f23ac9f9580a87b49 -SHA512 (SOAP-Lite-1.22.tar.gz) = c5483cf4889e5f2803f879c69db2a2e672c6ef1cc8bd24546f91ac0a49878330f8202def35448fdeed498f3be69fd85a2b98cf4851c2f72a7dc834f254589ff1 -Size (SOAP-Lite-1.22.tar.gz) = 271815 bytes +SHA1 (SOAP-Lite-1.24.tar.gz) = 56a05d55b2cbf95afd8d22e5015f7b63e286a9bc +RMD160 (SOAP-Lite-1.24.tar.gz) = 0f68cb46192783ae0ef9b52001c053cd20aacd5c +SHA512 (SOAP-Lite-1.24.tar.gz) = fcd15c341e8c31478bedf56085a0e8e4ca0403f7ad1939daf4900660043450382871fd8aa00dba18b23efc36e75284944dc332f24c47f04a09c9c4cba80f6375 +Size (SOAP-Lite-1.24.tar.gz) = 272028 bytes --_----------=_1514645150225030--