Received: by mail.netbsd.org (Postfix, from userid 605) id 6E49384D56; Mon, 23 Oct 2017 12:50:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC03F84D44 for ; Mon, 23 Oct 2017 12:50:53 +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 kUP5-Nt-CN_z for ; Mon, 23 Oct 2017 12:50:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 75E4A84C2E for ; Mon, 23 Oct 2017 12:50:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73D8FFBDE; Mon, 23 Oct 2017 12:50:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1508763053113810" MIME-Version: 1.0 Date: Mon, 23 Oct 2017 12:50:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mail/p5-Email-Address-XS To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171023125053.73D8FFBDE@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. --_----------=_1508763053113810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 23 12:50:53 UTC 2017 Modified Files: pkgsrc/mail/p5-Email-Address-XS: Makefile distinfo Log Message: p5-Email-Address-XS: update to 1.01. 1.01 Wed Oct 18 18:19:26 2017 - add new exportable functions: compose_address split_address - add new class methods: parse_bare_address - add new object methods: is_valid original as_string - show warnings when strings contain nul characters - update dovecot parser from dovecot version 2.2.31 - fix memory leak - fix documentation - improve warning messages To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/mail/p5-Email-Address-XS/Makefile \ pkgsrc/mail/p5-Email-Address-XS/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1508763053113810 Content-Disposition: inline Content-Length: 1787 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/p5-Email-Address-XS/Makefile diff -u pkgsrc/mail/p5-Email-Address-XS/Makefile:1.1 pkgsrc/mail/p5-Email-Address-XS/Makefile:1.2 --- pkgsrc/mail/p5-Email-Address-XS/Makefile:1.1 Sun Sep 17 15:59:30 2017 +++ pkgsrc/mail/p5-Email-Address-XS/Makefile Mon Oct 23 12:50:53 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/09/17 15:59:30 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/10/23 12:50:53 wiz Exp $ -DISTNAME= Email-Address-XS-1.00 +DISTNAME= Email-Address-XS-1.01 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} Index: pkgsrc/mail/p5-Email-Address-XS/distinfo diff -u pkgsrc/mail/p5-Email-Address-XS/distinfo:1.1 pkgsrc/mail/p5-Email-Address-XS/distinfo:1.2 --- pkgsrc/mail/p5-Email-Address-XS/distinfo:1.1 Sun Sep 17 15:59:30 2017 +++ pkgsrc/mail/p5-Email-Address-XS/distinfo Mon Oct 23 12:50:53 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/09/17 15:59:30 wiz Exp $ +$NetBSD: distinfo,v 1.2 2017/10/23 12:50:53 wiz Exp $ -SHA1 (Email-Address-XS-1.00.tar.gz) = 0a1ece7947cf11b729a8e7fd1b446a6600001e69 -RMD160 (Email-Address-XS-1.00.tar.gz) = bb2e822b38e4d46cb4b69c98b723600689dfac18 -SHA512 (Email-Address-XS-1.00.tar.gz) = c1fd601ffbd4bce0d40498560da01d96edbf15e6110cbd8af338e463537045a249f137fcd12e213b150e49da1796af4455e88e4ef006cd5ed1a15a6e661d956c -Size (Email-Address-XS-1.00.tar.gz) = 24104 bytes +SHA1 (Email-Address-XS-1.01.tar.gz) = 2fc63c6fd016934288cee53f948bb11204f79ad9 +RMD160 (Email-Address-XS-1.01.tar.gz) = 1216fe6ca440835b71e5322255fc5a2fe9c278eb +SHA512 (Email-Address-XS-1.01.tar.gz) = 399d8365f2d9d642f482b5fcb4400cb66923f99938180ed1e68c3c7729d44eb53159889780ce6bb97857ab8ef3bc0c4f2dbe74ee453ab250e003761f66c28449 +Size (Email-Address-XS-1.01.tar.gz) = 26805 bytes --_----------=_1508763053113810--