Received: by mail.netbsd.org (Postfix, from userid 605) id 0285584D50; Sat, 24 Apr 2021 11:44:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 39E3784D24 for ; Sat, 24 Apr 2021 11:44:51 +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 9CKslhJy96BQ for ; Sat, 24 Apr 2021 11:44:50 +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 ABC3B84CBC for ; Sat, 24 Apr 2021 11:44:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98EE3FA95; Sat, 24 Apr 2021 11:44:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619264690161760" MIME-Version: 1.0 Date: Sat, 24 Apr 2021 11:44:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210424114450.98EE3FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619264690161760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Apr 24 11:44:50 UTC 2021 Modified Files: pkgsrc/security/pgp2: Makefile pkgsrc/textproc/iso12083: Makefile Log Message: *: remove dead download links To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/security/pgp2/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/iso12083/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619264690161760 Content-Disposition: inline Content-Length: 1536 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/pgp2/Makefile diff -u pkgsrc/security/pgp2/Makefile:1.59 pkgsrc/security/pgp2/Makefile:1.60 --- pkgsrc/security/pgp2/Makefile:1.59 Wed Mar 18 18:00:48 2020 +++ pkgsrc/security/pgp2/Makefile Sat Apr 24 11:44:50 2021 @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.59 2020/03/18 18:00:48 joerg Exp $ +# $NetBSD: Makefile,v 1.60 2021/04/24 11:44:50 wiz Exp $ DISTNAME= pgp263is PKGREVISION= 1 CATEGORIES= security -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ -MASTER_SITES+= ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/ +#MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/src/ +#MASTER_SITES+= ftp://ftp.kiarchive.ru/pub/unix/crypto/pgp/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.pgpi.org/ +#HOMEPAGE= http://www.pgpi.org/ COMMENT= Public-key encryption and digital signature utility (v2) LICENSE= pgp2-license Index: pkgsrc/textproc/iso12083/Makefile diff -u pkgsrc/textproc/iso12083/Makefile:1.22 pkgsrc/textproc/iso12083/Makefile:1.23 --- pkgsrc/textproc/iso12083/Makefile:1.22 Mon Dec 23 11:57:06 2013 +++ pkgsrc/textproc/iso12083/Makefile Sat Apr 24 11:44:50 2021 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2013/12/23 11:57:06 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2021/04/24 11:44:50 wiz Exp $ DISTNAME= iso12083-1993 PKGREVISION= 5 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/SGML/ISO12083/ +#MASTER_SITES= ftp://ftp.ifi.uio.no/pub/SGML/ISO12083/ DISTFILES= article.dtd book.dtd maths.dtd serial.dtd MAINTAINER= pkgsrc-users@NetBSD.org --_----------=_1619264690161760--