Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A0AC4850E0 for ; Thu, 28 Dec 2023 22:51:59 +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 Cke-UVxG7F3Z for ; Thu, 28 Dec 2023 22:51:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 36EF984CD7 for ; Thu, 28 Dec 2023 22:51:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E5E9FA42; Thu, 28 Dec 2023 22:51:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703803919158710" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 22:51:59 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/math/ppl To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231228225159.2E5E9FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703803919158710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Thu Dec 28 22:51:59 UTC 2023 Modified Files: pkgsrc/math/ppl: Makefile Log Message: fetch from backup To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/math/ppl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703803919158710 Content-Disposition: inline Content-Length: 574 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/ppl/Makefile diff -u pkgsrc/math/ppl/Makefile:1.20 pkgsrc/math/ppl/Makefile:1.21 --- pkgsrc/math/ppl/Makefile:1.20 Wed Aug 2 19:21:55 2023 +++ pkgsrc/math/ppl/Makefile Thu Dec 28 22:51:58 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2023/08/02 19:21:55 nia Exp $ +# $NetBSD: Makefile,v 1.21 2023/12/28 22:51:58 zafer Exp $ DISTNAME= ppl-1.2 PKGREVISION= 4 CATEGORIES= math -MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/1.2/ +MASTER_SITES= # MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.cs.unipr.it/ppl/ --_----------=_1703803919158710--