Received: by mail.netbsd.org (Postfix, from userid 605) id CB52F84D6E; Sat, 15 Jun 2019 15:18:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5109F84CD8 for ; Sat, 15 Jun 2019 15:18:23 +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 kGyDyTlctPKV for ; Sat, 15 Jun 2019 15:18:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D5D8084C8B for ; Sat, 15 Jun 2019 15:18:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D01C5FBF4; Sat, 15 Jun 2019 15:18:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156061190241510" MIME-Version: 1.0 Date: Sat, 15 Jun 2019 11:18:22 -0400 From: "Christos Zoulas" Subject: CVS commit: pkgsrc/net/iana-etc To: pkgsrc-changes@NetBSD.org Reply-To: christos@netbsd.org X-Mailer: log_accum Message-Id: <20190615151822.D01C5FBF4@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. --_----------=_156061190241510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: christos Date: Sat Jun 15 15:18:22 UTC 2019 Modified Files: pkgsrc/net/iana-etc: Makefile distinfo Log Message: make this work again To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/iana-etc/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/iana-etc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156061190241510 Content-Disposition: inline Content-Length: 1497 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/iana-etc/Makefile diff -u pkgsrc/net/iana-etc/Makefile:1.6 pkgsrc/net/iana-etc/Makefile:1.7 --- pkgsrc/net/iana-etc/Makefile:1.6 Thu Mar 5 15:29:13 2015 +++ pkgsrc/net/iana-etc/Makefile Sat Jun 15 11:18:22 2019 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2015/03/05 20:29:13 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2019/06/15 15:18:22 christos Exp $ # DISTNAME= iana-etc-2.30 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://sethwklein.net/ EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/net/iana-etc/distinfo diff -u pkgsrc/net/iana-etc/distinfo:1.4 pkgsrc/net/iana-etc/distinfo:1.5 --- pkgsrc/net/iana-etc/distinfo:1.4 Tue Nov 3 19:35:04 2015 +++ pkgsrc/net/iana-etc/distinfo Sat Jun 15 11:18:22 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.4 2015/11/04 00:35:04 agc Exp $ +$NetBSD: distinfo,v 1.5 2019/06/15 15:18:22 christos Exp $ SHA1 (iana-etc-2.30.tar.bz2) = 218593bcb9264014c4e397d838b2c218eac9df06 RMD160 (iana-etc-2.30.tar.bz2) = c381a9b1a26a6a06cebf8b1789ac42b8d362256f SHA512 (iana-etc-2.30.tar.bz2) = d841b9c177fb0675bab10c9b0ebc4d3c2b743754c615e3fabcaebb29ffefaf2491278d0e672b99af3cbc9b300138700f56c1026f6d41659783150aea97583936 Size (iana-etc-2.30.tar.bz2) = 205618 bytes SHA1 (patch-Makefile) = 2e4e7e3cc9ba8d96b93020e2f44f377cb2a04073 -SHA1 (patch-get.gawk) = 4ab78b1c7a8821b8ba4a544a97ecb717bd3668fd +SHA1 (patch-get.gawk) = 2316b674ae1b2cbbfcdefd9148b5456f9034b4f0 SHA1 (patch-services.gawk) = 7f7cc91fdcb2b4393585001614477cd25c44b0a6 --_----------=_156061190241510--