Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A39D84D74 for ; Sat, 30 Dec 2023 20:36:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id j9WahxGpm760 for ; Sat, 30 Dec 2023 20:36:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 00CCE84D47 for ; Sat, 30 Dec 2023 20:36:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EF3DBFA42; Sat, 30 Dec 2023 20:36:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170396859047980" MIME-Version: 1.0 Date: Sat, 30 Dec 2023 20:36:30 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/devel/pcc-libs To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231230203630.EF3DBFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170396859047980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 30 20:36:30 UTC 2023 Modified Files: pkgsrc/devel/pcc-libs: Makefile Log Message: dead. fetch from backup. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/pcc-libs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170396859047980 Content-Disposition: inline Content-Length: 627 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/pcc-libs/Makefile diff -u pkgsrc/devel/pcc-libs/Makefile:1.5 pkgsrc/devel/pcc-libs/Makefile:1.6 --- pkgsrc/devel/pcc-libs/Makefile:1.5 Mon Apr 30 10:41:35 2018 +++ pkgsrc/devel/pcc-libs/Makefile Sat Dec 30 20:36:30 2023 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2018/04/30 10:41:35 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2023/12/30 20:36:30 zafer Exp $ DISTNAME= pcc-libs-1.1.0 CATEGORIES= devel -MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/ -MASTER_SITES+= http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ +MASTER_SITES= # EXTRACT_SUFX= .tgz HOMEPAGE= http://pcc.ludd.ltu.se/ --_----------=_170396859047980--