Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6F6327A288 for ; Mon, 12 Dec 2016 15:02:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1EB298561E; Mon, 12 Dec 2016 15:02:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A2B748561D for ; Mon, 12 Dec 2016 15:02:21 +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 tHjFhdsmmSqN for ; Mon, 12 Dec 2016 15:02:21 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 30E728561C for ; Mon, 12 Dec 2016 15:02:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2EC83FBA6; Mon, 12 Dec 2016 15:02:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1481554941195950" MIME-Version: 1.0 Date: Mon, 12 Dec 2016 15:02:21 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/iso-codes To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161212150221.2EC83FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1481554941195950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 12 15:02:21 UTC 2016 Modified Files: pkgsrc/textproc/iso-codes: Makefile distinfo Log Message: Updated iso-codes to 3.72. iso-codes 3.72 -------------- Dr. Tobias Quathamer Thu, 8 Dec 2016 [ ISO 3166-2 ] * Update from iso.org for Great Britain. Thanks to Vitali Yakavenka for the bug report. Closes: alioth#315563 [ ISO 3166-2 translations ] * German by Dr. Tobias Quathamer To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/textproc/iso-codes/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/textproc/iso-codes/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1481554941195950 Content-Disposition: inline Content-Length: 1765 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/iso-codes/Makefile diff -u pkgsrc/textproc/iso-codes/Makefile:1.55 pkgsrc/textproc/iso-codes/Makefile:1.56 --- pkgsrc/textproc/iso-codes/Makefile:1.55 Mon Nov 28 12:49:12 2016 +++ pkgsrc/textproc/iso-codes/Makefile Mon Dec 12 15:02:21 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2016/11/28 12:49:12 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2016/12/12 15:02:21 wiz Exp $ -DISTNAME= iso-codes-3.71 +DISTNAME= iso-codes-3.72 CATEGORIES= textproc MASTER_SITES= https://pkg-isocodes.alioth.debian.org/downloads/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/textproc/iso-codes/distinfo diff -u pkgsrc/textproc/iso-codes/distinfo:1.42 pkgsrc/textproc/iso-codes/distinfo:1.43 --- pkgsrc/textproc/iso-codes/distinfo:1.42 Mon Nov 28 12:49:12 2016 +++ pkgsrc/textproc/iso-codes/distinfo Mon Dec 12 15:02:21 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.42 2016/11/28 12:49:12 wiz Exp $ +$NetBSD: distinfo,v 1.43 2016/12/12 15:02:21 wiz Exp $ -SHA1 (iso-codes-3.71.tar.xz) = 7dc424a74a8b41be51df38e0dd6e5647139cd11a -RMD160 (iso-codes-3.71.tar.xz) = 64368f5ac2e2fa47c44296c8a4889cf436fa5917 -SHA512 (iso-codes-3.71.tar.xz) = 6535113e33dffb88bd8136637c569970acd431231d318eb96cdfdad6613e3e2b72c0a8322fb97facf0c7673ac13c1ac67608be820797a1748c4d045f669669d7 -Size (iso-codes-3.71.tar.xz) = 3453624 bytes +SHA1 (iso-codes-3.72.tar.xz) = 6f26ea898c9416efa86105d0b567aa3605905c9e +RMD160 (iso-codes-3.72.tar.xz) = f7ff4cccad872f01a8e0f187ff06dd8a7dc0c50a +SHA512 (iso-codes-3.72.tar.xz) = 726056d0090a5415eff0cdab6a30e2e45748dcfb2a8b60a76ae6c725792a272d3fa51bfeca9157538031133a1b1eb128f05e48a964de098182e063cdaf97372f +Size (iso-codes-3.72.tar.xz) = 3453848 bytes SHA1 (patch-bin_xml__from__json.py) = 39fc944725377362faa3b39d03e164c7d57f1497 --_----------=_1481554941195950--