Received: by mail.netbsd.org (Postfix, from userid 605) id A048784EBA; Thu, 18 May 2023 08:13:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D057E84E55 for ; Thu, 18 May 2023 08:13:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id N52bkpszTVFY for ; Thu, 18 May 2023 08:13:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3075784CF7 for ; Thu, 18 May 2023 08:13:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5812AFA87; Thu, 18 May 2023 08:13:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684397630169460" MIME-Version: 1.0 Date: Thu, 18 May 2023 08:13:50 +0000 From: "S.P.Zeidler" Subject: CVS commit: pkgsrc/net/iana-enterprise-numbers To: pkgsrc-changes@NetBSD.org Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20230518081350.5812AFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684397630169460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: spz Date: Thu May 18 08:13:50 UTC 2023 Modified Files: pkgsrc/net/iana-enterprise-numbers: Makefile Log Message: the package name better copy the subdir name To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/iana-enterprise-numbers/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684397630169460 Content-Disposition: inline Content-Length: 785 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/iana-enterprise-numbers/Makefile diff -u pkgsrc/net/iana-enterprise-numbers/Makefile:1.1 pkgsrc/net/iana-enterprise-numbers/Makefile:1.2 --- pkgsrc/net/iana-enterprise-numbers/Makefile:1.1 Thu May 18 08:10:26 2023 +++ pkgsrc/net/iana-enterprise-numbers/Makefile Thu May 18 08:13:50 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2023/05/18 08:10:26 spz Exp $ +# $NetBSD: Makefile,v 1.2 2023/05/18 08:13:50 spz Exp $ # # Please also update the dependency pattern in mozilla-rootcerts-openssl # and bump its version when updating this package. -DISTNAME= enterprise-numbers-${PEN_DATE} +DISTNAME= iana-enterprise-numbers-${PEN_DATE} CATEGORIES= net MASTER_SITES= -https://www.iana.org/assignments/enterprise-numbers.txt EXTRACT_SUFX= # empty --_----------=_1684397630169460--