Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74DBE84E78 for ; Thu, 28 Dec 2023 23:14:04 +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 azHS9t2wsxmI for ; Thu, 28 Dec 2023 23:14:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 08D8684D52 for ; Thu, 28 Dec 2023 23:14:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 030B2FA42; Thu, 28 Dec 2023 23:14:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703805243106350" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 23:14:03 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/devel/librfuncs To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231228231404.030B2FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703805243106350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Thu Dec 28 23:14:03 UTC 2023 Modified Files: pkgsrc/devel/librfuncs: Makefile Log Message: fetch from backup To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/librfuncs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703805243106350 Content-Disposition: inline Content-Length: 607 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/librfuncs/Makefile diff -u pkgsrc/devel/librfuncs/Makefile:1.16 pkgsrc/devel/librfuncs/Makefile:1.17 --- pkgsrc/devel/librfuncs/Makefile:1.16 Fri Feb 1 22:21:05 2013 +++ pkgsrc/devel/librfuncs/Makefile Thu Dec 28 23:14:03 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2013/02/01 22:21:05 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2023/12/28 23:14:03 zafer Exp $ # DISTNAME= librfuncs-1.0.7 PKGREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://www.johnrshannon.com/NetBSD/ +MASTER_SITES= # EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1703805243106350--