Received: by mail.netbsd.org (Postfix, from userid 605) id 13E0F84D60; Sat, 24 Apr 2021 00:26:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4ACDB84D48 for ; Sat, 24 Apr 2021 00:26:14 +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 h302J5AqUElW for ; Sat, 24 Apr 2021 00:26:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D40A984CDF for ; Sat, 24 Apr 2021 00:26:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D13B7FA95; Sat, 24 Apr 2021 00:26:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619223973176750" MIME-Version: 1.0 Date: Sat, 24 Apr 2021 00:26:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/LPRng-doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210424002613.D13B7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619223973176750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Apr 24 00:26:13 UTC 2021 Modified Files: pkgsrc/print/LPRng-doc: Makefile Log Message: LPRng-doc: remove dead download link To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/print/LPRng-doc/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619223973176750 Content-Disposition: inline Content-Length: 640 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/LPRng-doc/Makefile diff -u pkgsrc/print/LPRng-doc/Makefile:1.19 pkgsrc/print/LPRng-doc/Makefile:1.20 --- pkgsrc/print/LPRng-doc/Makefile:1.19 Fri Mar 13 16:41:47 2015 +++ pkgsrc/print/LPRng-doc/Makefile Sat Apr 24 00:26:13 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2015/03/13 16:41:47 tnn Exp $ +# $NetBSD: Makefile,v 1.20 2021/04/24 00:26:13 wiz Exp $ DISTNAME= LPRng_DOC-3.6.13 PKGNAME= LPRng-doc-3.6.13 CATEGORIES= print -MASTER_SITES= ftp://ftp.astart.com/pub/LPRng/LPRng/ +#MASTER_SITES= ftp://ftp.astart.com/pub/LPRng/LPRng/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1619223973176750--