Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F224084E8E for ; Sat, 30 Dec 2023 01:44:57 +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 BIEX9V3d9kFd for ; Sat, 30 Dec 2023 01:44:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8663784D08 for ; Sat, 30 Dec 2023 01:44:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82AC4FA42; Sat, 30 Dec 2023 01:44:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703900697160470" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 01:44:57 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/www/libmrss To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231230014457.82AC4FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703900697160470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 30 01:44:57 UTC 2023 Modified Files: pkgsrc/www/libmrss: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/www/libmrss/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703900697160470 Content-Disposition: inline Content-Length: 655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/libmrss/Makefile diff -u pkgsrc/www/libmrss/Makefile:1.30 pkgsrc/www/libmrss/Makefile:1.31 --- pkgsrc/www/libmrss/Makefile:1.30 Wed Nov 8 13:21:19 2023 +++ pkgsrc/www/libmrss/Makefile Sat Dec 30 01:44:57 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2023/11/08 13:21:19 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2023/12/30 01:44:57 zafer Exp $ # DISTNAME= libmrss-0.19.2 PKGREVISION= 28 CATEGORIES= www -MASTER_SITES= http://www.autistici.org/bakunin/libmrss/ +MASTER_SITES= https://www.autistici.org/bakunin/libmrss/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.autistici.org/bakunin/libmrss/ --_----------=_1703900697160470--