Received: by mail.netbsd.org (Postfix, from userid 605) id E79FF84DA9; Wed, 11 Mar 2020 10:29:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FFC784DA8 for ; Wed, 11 Mar 2020 10:29:58 +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 dCiXTQXUxPkr for ; Wed, 11 Mar 2020 10:29:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EB9CD84D36 for ; Wed, 11 Mar 2020 10:29:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E8E2EFB27; Wed, 11 Mar 2020 10:29:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583922597104490" MIME-Version: 1.0 Date: Wed, 11 Mar 2020 10:29:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200311102957.E8E2EFB27@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. --_----------=_1583922597104490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Mar 11 10:29:57 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 pkgsrc/geography: Makefile Removed Files: pkgsrc/geography/libchamplain08: DESCR Makefile PLIST buildlink3.mk distinfo pkgsrc/geography/libchamplain08/patches: patch-aa patch-ab patch-ac Log Message: libchamplain08: remove No users left in pkgsrc, newer version already packaged. To generate a diff of this commit: cvs rdiff -u -r1.1480 -r1.1481 pkgsrc/doc/CHANGES-2020 cvs rdiff -u -r1.76 -r1.77 pkgsrc/geography/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/geography/libchamplain08/DESCR \ pkgsrc/geography/libchamplain08/PLIST cvs rdiff -u -r1.56 -r0 pkgsrc/geography/libchamplain08/Makefile cvs rdiff -u -r1.52 -r0 pkgsrc/geography/libchamplain08/buildlink3.mk cvs rdiff -u -r1.3 -r0 pkgsrc/geography/libchamplain08/distinfo cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/geography/libchamplain08/patches/patch-aa \ pkgsrc/geography/libchamplain08/patches/patch-ab cvs rdiff -u -r1.1 -r0 pkgsrc/geography/libchamplain08/patches/patch-ac Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1583922597104490 Content-Disposition: inline Content-Length: 1361 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.1480 pkgsrc/doc/CHANGES-2020:1.1481 --- pkgsrc/doc/CHANGES-2020:1.1480 Wed Mar 11 10:28:39 2020 +++ pkgsrc/doc/CHANGES-2020 Wed Mar 11 10:29:57 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.1480 2020/03/11 10:28:39 wiz Exp $ +$NetBSD: CHANGES-2020,v 1.1481 2020/03/11 10:29:57 wiz Exp $ Changes to the packages collection and infrastructure in 2020: @@ -2047,3 +2047,4 @@ Changes to the packages collection and i Updated net/filezilla to 3.47.2 [wiz 2020-03-11] Removed devel/ethos [wiz 2020-03-11] Removed geography/libchamplain06 successor geography/libchamplain012 [wiz 2020-03-11] + Removed geography/libchamplain08 successor geography/libchamplain012 [wiz 2020-03-11] Index: pkgsrc/geography/Makefile diff -u pkgsrc/geography/Makefile:1.76 pkgsrc/geography/Makefile:1.77 --- pkgsrc/geography/Makefile:1.76 Wed Mar 11 10:28:39 2020 +++ pkgsrc/geography/Makefile Wed Mar 11 10:29:57 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2020/03/11 10:28:39 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2020/03/11 10:29:57 wiz Exp $ # COMMENT= Software for geographical-related uses @@ -24,7 +24,6 @@ SUBDIR+= gpxsee SUBDIR+= kplex SUBDIR+= libchamplain012 SUBDIR+= libchamplain04 -SUBDIR+= libchamplain08 SUBDIR+= libdrg SUBDIR+= libgeotiff SUBDIR+= libmaxminddb --_----------=_1583922597104490--