Received: by mail.netbsd.org (Postfix, from userid 605) id AC42584DA5; Sun, 30 Apr 2023 18:50:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD8FA84D6B for ; Sun, 30 Apr 2023 18:50:02 +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 X0x89sSNz_LI for ; Sun, 30 Apr 2023 18:50:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5B40B84D15 for ; Sun, 30 Apr 2023 18:50:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 54821FA87; Sun, 30 Apr 2023 18:50:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1682880602245960" MIME-Version: 1.0 Date: Sun, 30 Apr 2023 18:50:02 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230430185002.54821FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1682880602245960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 30 18:50:02 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 pkgsrc/www: Makefile Removed Files: pkgsrc/www/loggerhead: DESCR MESSAGE Makefile PLIST distinfo pkgsrc/www/loggerhead/patches: patch-aa Log Message: loggerhead: remove dead - last release from 2011, python 2 only, and bzr is nearly dead too. To generate a diff of this commit: cvs rdiff -u -r1.2682 -r1.2683 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.1704 -r1.1705 pkgsrc/www/Makefile cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/www/loggerhead/DESCR cvs rdiff -u -r1.1 -r0 pkgsrc/www/loggerhead/MESSAGE cvs rdiff -u -r1.25 -r0 pkgsrc/www/loggerhead/Makefile cvs rdiff -u -r1.8 -r0 pkgsrc/www/loggerhead/PLIST cvs rdiff -u -r1.7 -r0 pkgsrc/www/loggerhead/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/www/loggerhead/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1682880602245960 Content-Disposition: inline Content-Length: 1262 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.2682 pkgsrc/doc/CHANGES-2023:1.2683 --- pkgsrc/doc/CHANGES-2023:1.2682 Sun Apr 30 18:27:44 2023 +++ pkgsrc/doc/CHANGES-2023 Sun Apr 30 18:50:02 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.2682 2023/04/30 18:27:44 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.2683 2023/04/30 18:50:02 wiz Exp $ Changes to the packages collection and infrastructure in 2023: @@ -3777,3 +3777,4 @@ Changes to the packages collection and i Updated devel/py-rope to 1.1.1 [wiz 2023-04-30] Updated devel/py-scard to 2.0.7 [wiz 2023-04-30] Updated devel/py-setuptools-rust to 1.6.0 [wiz 2023-04-30] + Removed www/loggerhead [wiz 2023-04-30] Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1704 pkgsrc/www/Makefile:1.1705 --- pkgsrc/www/Makefile:1.1704 Sun Apr 30 14:36:37 2023 +++ pkgsrc/www/Makefile Sun Apr 30 18:50:01 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1704 2023/04/30 14:36:37 taca Exp $ +# $NetBSD: Makefile,v 1.1705 2023/04/30 18:50:01 wiz Exp $ # COMMENT= Packages related to the World Wide Web @@ -221,7 +221,6 @@ SUBDIR+= links-gui SUBDIR+= litehtml SUBDIR+= litmus SUBDIR+= llgal -SUBDIR+= loggerhead SUBDIR+= logswan SUBDIR+= longboard SUBDIR+= lua-curl --_----------=_1682880602245960--