Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2D355850FA for ; Fri, 29 Dec 2023 01:16:28 +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 1tPYAKe_ObrF for ; Fri, 29 Dec 2023 01:16:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8399384EBB for ; Fri, 29 Dec 2023 01:16:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7CF9DFA42; Fri, 29 Dec 2023 01:16:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703812587124390" MIME-Version: 1.0 Date: Fri, 29 Dec 2023 01:16:27 +0000 From: "John Klos" Subject: CVS commit: pkgsrc/www/analog To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: jklos@netbsd.org X-Mailer: log_accum Message-Id: <20231229011627.7CF9DFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703812587124390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jklos Date: Fri Dec 29 01:16:27 UTC 2023 Modified Files: pkgsrc/www/analog: Makefile Log Message: Fix project and distfile home page. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/analog/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703812587124390 Content-Disposition: inline Content-Length: 713 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/analog/Makefile diff -u pkgsrc/www/analog/Makefile:1.64 pkgsrc/www/analog/Makefile:1.65 --- pkgsrc/www/analog/Makefile:1.64 Sun Jan 26 17:32:20 2020 +++ pkgsrc/www/analog/Makefile Fri Dec 29 01:16:27 2023 @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.64 2020/01/26 17:32:20 rillig Exp $ +# $NetBSD: Makefile,v 1.65 2023/12/29 01:16:27 jklos Exp $ DISTNAME= analog-6.0 PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${HOMEPAGE} -MASTER_SITES+= http://www.web42.com/analog/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://www.analog.cx/ +HOMEPAGE= https://www.web42.com/analog/ COMMENT= Extremely fast program for analysing WWW logfiles WRKSRC= ${WRKDISTDIR}/src --_----------=_1703812587124390--