Received: by mail.netbsd.org (Postfix, from userid 605) id B18F984DB3; Wed, 21 Apr 2021 15:33:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8751384D8E for ; Wed, 21 Apr 2021 15:32:27 +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 yLZfH9yxA4fx for ; Wed, 21 Apr 2021 15:32:26 +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 C405A84CE7 for ; Wed, 21 Apr 2021 15:32:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBBA7FA95; Wed, 21 Apr 2021 15:32:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619019146140990" MIME-Version: 1.0 Date: Wed, 21 Apr 2021 15:32:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/geography To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210421153226.BBBA7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619019146140990 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:32:26 UTC 2021 Modified Files: pkgsrc/geography/xrmap-anthems: Makefile pkgsrc/geography/xrmap-base: Makefile pkgsrc/geography/xrmap-data: Makefile pkgsrc/geography/xrmap-factbook_html: Makefile pkgsrc/geography/xrmap-factbook_text: Makefile pkgsrc/geography/xrmap-flags: Makefile pkgsrc/geography/xrmap-hymns: Makefile pkgsrc/geography/xrmap-pdfmaps: Makefile Log Message: *: remove dead download site To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/xrmap-anthems/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/geography/xrmap-base/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/geography/xrmap-data/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/xrmap-factbook_html/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/geography/xrmap-factbook_text/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/xrmap-flags/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/xrmap-hymns/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/xrmap-pdfmaps/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1619019146140990 Content-Disposition: inline Content-Length: 5554 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/xrmap-anthems/Makefile diff -u pkgsrc/geography/xrmap-anthems/Makefile:1.13 pkgsrc/geography/xrmap-anthems/Makefile:1.14 --- pkgsrc/geography/xrmap-anthems/Makefile:1.13 Wed Sep 6 10:40:29 2017 +++ pkgsrc/geography/xrmap-anthems/Makefile Wed Apr 21 15:32:25 2021 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2017/09/06 10:40:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.14 2021/04/21 15:32:25 wiz Exp $ DISTNAME= anthems-1.3 PKGNAME= xrmap-anthems-1.3 CATEGORIES= geography -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ +#MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/geography/xrmap-base/Makefile diff -u pkgsrc/geography/xrmap-base/Makefile:1.13 pkgsrc/geography/xrmap-base/Makefile:1.14 --- pkgsrc/geography/xrmap-base/Makefile:1.13 Wed Sep 6 10:40:29 2017 +++ pkgsrc/geography/xrmap-base/Makefile Wed Apr 21 15:32:25 2021 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2017/09/06 10:40:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.14 2021/04/21 15:32:25 wiz Exp $ DISTNAME= xrmap-2.29 PKGNAME= xrmap-base-2.29 PKGREVISION= 3 CATEGORIES= geography -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/ +#MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/geography/xrmap-data/Makefile diff -u pkgsrc/geography/xrmap-data/Makefile:1.8 pkgsrc/geography/xrmap-data/Makefile:1.9 --- pkgsrc/geography/xrmap-data/Makefile:1.8 Wed Sep 6 10:40:29 2017 +++ pkgsrc/geography/xrmap-data/Makefile Wed Apr 21 15:32:25 2021 @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2017/09/06 10:40:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.9 2021/04/21 15:32:25 wiz Exp $ DISTNAME= CIA_WDB2.jpd PKGNAME= xrmap-data-0 Index: pkgsrc/geography/xrmap-factbook_html/Makefile diff -u pkgsrc/geography/xrmap-factbook_html/Makefile:1.10 pkgsrc/geography/xrmap-factbook_html/Makefile:1.11 --- pkgsrc/geography/xrmap-factbook_html/Makefile:1.10 Wed Sep 6 10:40:29 2017 +++ pkgsrc/geography/xrmap-factbook_html/Makefile Wed Apr 21 15:32:26 2021 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2017/09/06 10:40:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.11 2021/04/21 15:32:26 wiz Exp $ DISTNAME= factbook_html_2002 PKGNAME= xrmap-factbook_html-2002 PKGREVISION= 1 CATEGORIES= geography -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ +#MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/geography/xrmap-factbook_text/Makefile diff -u pkgsrc/geography/xrmap-factbook_text/Makefile:1.11 pkgsrc/geography/xrmap-factbook_text/Makefile:1.12 --- pkgsrc/geography/xrmap-factbook_text/Makefile:1.11 Wed Sep 6 10:40:29 2017 +++ pkgsrc/geography/xrmap-factbook_text/Makefile Wed Apr 21 15:32:26 2021 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2017/09/06 10:40:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.12 2021/04/21 15:32:26 wiz Exp $ DISTNAME= factbook_text_2006 PKGNAME= xrmap-factbook_text-2006 CATEGORIES= geography -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ +#MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/geography/xrmap-flags/Makefile diff -u pkgsrc/geography/xrmap-flags/Makefile:1.10 pkgsrc/geography/xrmap-flags/Makefile:1.11 --- pkgsrc/geography/xrmap-flags/Makefile:1.10 Wed Sep 6 10:40:29 2017 +++ pkgsrc/geography/xrmap-flags/Makefile Wed Apr 21 15:32:26 2021 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2017/09/06 10:40:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.11 2021/04/21 15:32:26 wiz Exp $ DISTNAME= flags-1.1 PKGNAME= xrmap-flags-1.1 PKGREVISION= 1 CATEGORIES= geography -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ +#MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/geography/xrmap-hymns/Makefile diff -u pkgsrc/geography/xrmap-hymns/Makefile:1.10 pkgsrc/geography/xrmap-hymns/Makefile:1.11 --- pkgsrc/geography/xrmap-hymns/Makefile:1.10 Wed Sep 6 10:40:29 2017 +++ pkgsrc/geography/xrmap-hymns/Makefile Wed Apr 21 15:32:26 2021 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2017/09/06 10:40:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.11 2021/04/21 15:32:26 wiz Exp $ DISTNAME= hymns-1.2 PKGNAME= xrmap-hymns-1.2 PKGREVISION= 1 CATEGORIES= geography -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ +#MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/geography/xrmap-pdfmaps/Makefile diff -u pkgsrc/geography/xrmap-pdfmaps/Makefile:1.10 pkgsrc/geography/xrmap-pdfmaps/Makefile:1.11 --- pkgsrc/geography/xrmap-pdfmaps/Makefile:1.10 Wed Sep 6 10:40:29 2017 +++ pkgsrc/geography/xrmap-pdfmaps/Makefile Wed Apr 21 15:32:26 2021 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2017/09/06 10:40:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.11 2021/04/21 15:32:26 wiz Exp $ DISTNAME= pdfmaps-1.1 PKGNAME= xrmap-pdfmaps-1.1 PKGREVISION= 1 CATEGORIES= geography -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ +#MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/xrmap/data/ MAINTAINER= pkgsrc-users@NetBSD.org #HOMEPAGE= http://frmas.free.fr/li_1.htm --_----------=_1619019146140990--