Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED2D084D52 for ; Wed, 13 Dec 2023 14:53:44 +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 TwDsBZhQVGKR for ; Wed, 13 Dec 2023 14:53:44 +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 7931A84D45 for ; Wed, 13 Dec 2023 14:53:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D09EFA42; Wed, 13 Dec 2023 14:53:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1702479224259140" MIME-Version: 1.0 Date: Wed, 13 Dec 2023 14:53:44 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/sysutils/855resolution To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231213145344.6D09EFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1702479224259140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Wed Dec 13 14:53:44 UTC 2023 Modified Files: pkgsrc/sysutils/855resolution: Makefile Log Message: update master sites To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/855resolution/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1702479224259140 Content-Disposition: inline Content-Length: 658 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/855resolution/Makefile diff -u pkgsrc/sysutils/855resolution/Makefile:1.11 pkgsrc/sysutils/855resolution/Makefile:1.12 --- pkgsrc/sysutils/855resolution/Makefile:1.11 Fri Feb 26 10:24:10 2016 +++ pkgsrc/sysutils/855resolution/Makefile Wed Dec 13 14:53:44 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2016/02/26 10:24:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2023/12/13 14:53:44 zafer Exp $ # DISTNAME= 855resolution-0.4 PKGREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= ${HOMEPAGE} +MASTER_SITES= https://www.aydogan.net/distfiles/sysutils/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1702479224259140--