Received: by mail.netbsd.org (Postfix, from userid 605) id 4ABD584DAC; Wed, 21 Apr 2021 15:30:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 859CE84D8E for ; Wed, 21 Apr 2021 15:30:42 +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 YmZiMpBwbDbD for ; Wed, 21 Apr 2021 15:30:42 +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 DDE2984D88 for ; Wed, 21 Apr 2021 15:30:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB932FA95; Wed, 21 Apr 2021 15:30:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619019041163140" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 15:30:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/ljpeg To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210421153041.DB932FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619019041163140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 21 15:30:41 UTC 2021 Modified Files: pkgsrc/graphics/ljpeg: Makefile Log Message: ljpeg: remove dead download site. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/ljpeg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619019041163140 Content-Disposition: inline Content-Length: 787 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ljpeg/Makefile diff -u pkgsrc/graphics/ljpeg/Makefile:1.8 pkgsrc/graphics/ljpeg/Makefile:1.9 --- pkgsrc/graphics/ljpeg/Makefile:1.8 Sat Oct 6 14:11:07 2012 +++ pkgsrc/graphics/ljpeg/Makefile Wed Apr 21 15:30:41 2021 @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2012/10/06 14:11:07 asau Exp $ -# +# $NetBSD: Makefile,v 1.9 2021/04/21 15:30:41 wiz Exp $ DISTNAME= ljpg PKGNAME= ljpg-1.0 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cs.cornell.edu/pub/multimed/ +#MASTER_SITES= ftp://ftp.cs.cornell.edu/pub/multimed/ EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= ftp://ftp.cs.cornell.edu/pub/multimed/ +#HOMEPAGE= ftp://ftp.cs.cornell.edu/pub/multimed/ COMMENT= Lossless JPEG codec WRKSRC= ${WRKDIR} --_----------=_1619019041163140--