Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1C1184D6F for ; Sat, 23 Dec 2023 09:23:23 +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 wMBPNImH3oc4 for ; Sat, 23 Dec 2023 09:23:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 76B5F84CD9 for ; Sat, 23 Dec 2023 09:23:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 708A3FA42; Sat, 23 Dec 2023 09:23:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703323403257640" MIME-Version: 1.0 Date: Sat, 23 Dec 2023 09:23:23 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/sysutils/vip To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231223092323.708A3FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703323403257640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 23 09:23:23 UTC 2023 Modified Files: pkgsrc/sysutils/vip: Makefile Log Message: update master site To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/vip/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703323403257640 Content-Disposition: inline Content-Length: 619 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/vip/Makefile diff -u pkgsrc/sysutils/vip/Makefile:1.11 pkgsrc/sysutils/vip/Makefile:1.12 --- pkgsrc/sysutils/vip/Makefile:1.11 Thu Oct 9 14:07:00 2014 +++ pkgsrc/sysutils/vip/Makefile Sat Dec 23 09:23:23 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2014/10/09 14:07:00 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2023/12/23 09:23:23 zafer Exp $ DISTNAME= vip-19971113 PKGREVISION= 2 CATEGORIES= sysutils -MASTER_SITES= http://www.cs.duke.edu/~des/scripts/ +MASTER_SITES= https://users.cs.duke.edu/~des/scripts/ DISTFILES= vip vip.man MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1703323403257640--