Received: by mail.netbsd.org (Postfix, from userid 605) id D5C2384D31; Sun, 25 Apr 2021 06:31:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1947284D25 for ; Sun, 25 Apr 2021 06:31:23 +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 zh7EGrL-g4YX for ; Sun, 25 Apr 2021 06:31:22 +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 696A384CE9 for ; Sun, 25 Apr 2021 06:31:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 574E7FA95; Sun, 25 Apr 2021 06:31:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619332282250480" MIME-Version: 1.0 Date: Sun, 25 Apr 2021 06:31:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/pcps To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210425063122.574E7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619332282250480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 25 06:31:22 UTC 2021 Modified Files: pkgsrc/print/pcps: Makefile Log Message: pcps: remove dead links To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/pcps/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619332282250480 Content-Disposition: inline Content-Length: 796 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/pcps/Makefile diff -u pkgsrc/print/pcps/Makefile:1.23 pkgsrc/print/pcps/Makefile:1.24 --- pkgsrc/print/pcps/Makefile:1.23 Sat Nov 2 14:21:53 2019 +++ pkgsrc/print/pcps/Makefile Sun Apr 25 06:31:22 2021 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.23 2019/11/02 14:21:53 rillig Exp $ -# +# $NetBSD: Makefile,v 1.24 2021/04/25 06:31:22 wiz Exp $ DISTNAME= pcps840 PKGNAME= pcps-8.40 PKGREVISION= 1 CATEGORIES= print textproc -MASTER_SITES= ftp://garbo.uwasa.fi/unix/pcps/ +#MASTER_SITES= ftp://garbo.uwasa.fi/unix/pcps/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.swreg.org/soft_shop/695/shopscr3.shtml +#HOMEPAGE= http://www.swreg.org/soft_shop/695/shopscr3.shtml COMMENT= Converts text files to PostScript(tm) LICENSE= pcps-license --_----------=_1619332282250480--