summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-26 05:26:08 +0000
committerrillig <rillig@pkgsrc.org>2020-01-26 05:26:08 +0000
commitd60259f7c0e8b05d29c2315f09df272822148a44 (patch)
treefcb0e8356f97e9d035dcfca1901406d59cee1eb9 /databases
parent6b630e10a1139b331f99ffee8fea2b3db80623f4 (diff)
downloadpkgsrc-d60259f7c0e8b05d29c2315f09df272822148a44.tar.gz
all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html In the above commit, the homepage URLs were migrated from http to https, assuming that SourceForge would use the same host names for both http and https connections. This assumption was wrong. Their documentation at https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states that the https URLs use the domain sourceforge.io instead. To make the homepages from the above commit reachable again, pkglint has been extended to check for reachable homepages. This check is only enabled when the --network command line option is given. Each of the homepages that referred to https://$project.sourceforge.net before was migrated to https://$project.sourceforge.io (27), and if that was not reachable, to the fallback URL http://$project.sourceforge.net (163).
Diffstat (limited to 'databases')
-rw-r--r--databases/abook/Makefile4
-rw-r--r--databases/datadraw/Makefile4
-rw-r--r--databases/dbfsak/Makefile4
-rw-r--r--databases/gourmet/Makefile4
-rw-r--r--databases/ipa_sdb/Makefile4
-rw-r--r--databases/libdbh2/Makefile4
-rw-r--r--databases/libdbi-driver-sqlite3/driver.mk4
-rw-r--r--databases/libdbi/Makefile4
-rw-r--r--databases/ocaml-ldap/Makefile4
-rw-r--r--databases/p5-MARC/Makefile4
-rw-r--r--databases/py-PgSQL/Makefile4
-rw-r--r--databases/py-table/Makefile4
-rw-r--r--databases/soci/Makefile4
-rw-r--r--databases/sqlrelay/Makefile.common4
-rw-r--r--databases/yasql/Makefile4
15 files changed, 30 insertions, 30 deletions
diff --git a/databases/abook/Makefile b/databases/abook/Makefile
index 4164e388e69..2009fc5bda9 100644
--- a/databases/abook/Makefile
+++ b/databases/abook/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/01/18 23:30:17 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2020/01/26 05:26:19 rillig Exp $
#
DISTNAME= abook-0.6.1
@@ -6,7 +6,7 @@ CATEGORIES= databases
MASTER_SITES= http://abook.sourceforge.net/devel/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://abook.sourceforge.net/
+HOMEPAGE= http://abook.sourceforge.net/
COMMENT= Text-based addressbook program
LICENSE= gnu-gpl-v2
diff --git a/databases/datadraw/Makefile b/databases/datadraw/Makefile
index e36dfaac6cb..d0132febc66 100644
--- a/databases/datadraw/Makefile
+++ b/databases/datadraw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:17 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/26 05:26:19 rillig Exp $
#
DISTNAME= datadraw3.1.1
@@ -7,7 +7,7 @@ CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=datadraw/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://datadraw.sourceforge.net/
+HOMEPAGE= http://datadraw.sourceforge.net/
COMMENT= Persistent database generator for high performance C applications
LICENSE= gnu-lgpl-v2
diff --git a/databases/dbfsak/Makefile b/databases/dbfsak/Makefile
index ed19155249d..c3cfc6b2067 100644
--- a/databases/dbfsak/Makefile
+++ b/databases/dbfsak/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/01/18 23:30:17 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/26 05:26:19 rillig Exp $
DISTNAME= dbfsak-5.0.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -6,7 +6,7 @@ CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dbfsak/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://dbfsak.sourceforge.net/
+HOMEPAGE= http://dbfsak.sourceforge.net/
COMMENT= Tool for converting to and from DBF files
LICENSE= artistic
diff --git a/databases/gourmet/Makefile b/databases/gourmet/Makefile
index 66db4543396..a5a85de540a 100644
--- a/databases/gourmet/Makefile
+++ b/databases/gourmet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2020/01/18 23:30:18 rillig Exp $
+# $NetBSD: Makefile,v 1.61 2020/01/26 05:26:20 rillig Exp $
DISTNAME= gourmet-0.8.5.14
PKGREVISION= 40
@@ -6,7 +6,7 @@ CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grecipe-manager/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://grecipe-manager.sourceforge.net/
+HOMEPAGE= http://grecipe-manager.sourceforge.net/
COMMENT= Recipe database
USE_PKGLOCALEDIR= yes
diff --git a/databases/ipa_sdb/Makefile b/databases/ipa_sdb/Makefile
index 4b4ad078af1..d3001fc1099 100644
--- a/databases/ipa_sdb/Makefile
+++ b/databases/ipa_sdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/01/18 23:30:18 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/01/26 05:26:20 rillig Exp $
DISTNAME= ipa_sdb-1.1.1
CATEGORIES= databases
@@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ipa-system/modules/ipa_sdb/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= simon@comsys.ntu-kpi.kiev.ua
-HOMEPAGE= https://ipa-system.sourceforge.net/modules/ipa_sdb/
+HOMEPAGE= http://ipa-system.sourceforge.net/modules/ipa_sdb/
COMMENT= IPA simple database module
LICENSE= 2-clause-bsd
diff --git a/databases/libdbh2/Makefile b/databases/libdbh2/Makefile
index 0502323b42a..c0668194247 100644
--- a/databases/libdbh2/Makefile
+++ b/databases/libdbh2/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2020/01/18 23:30:18 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/26 05:26:20 rillig Exp $
DISTNAME= libdbh2-5.0.16
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dbh/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://dbh.sourceforge.net/
+HOMEPAGE= http://dbh.sourceforge.net/
COMMENT= Library to create disk based Hashtables
LICENSE= gnu-gpl-v3
diff --git a/databases/libdbi-driver-sqlite3/driver.mk b/databases/libdbi-driver-sqlite3/driver.mk
index ddc9215df7c..659f28f095b 100644
--- a/databases/libdbi-driver-sqlite3/driver.mk
+++ b/databases/libdbi-driver-sqlite3/driver.mk
@@ -1,4 +1,4 @@
-# $NetBSD: driver.mk,v 1.2 2020/01/18 23:30:18 rillig Exp $
+# $NetBSD: driver.mk,v 1.3 2020/01/26 05:26:20 rillig Exp $
#
# Common definitions for the individual DBI drivers (not only SQLite3).
@@ -8,7 +8,7 @@ CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdbi-drivers/}
MAINTAINER= cheusov@NetBSD.org
-HOMEPAGE= https://libdbi-drivers.sourceforge.net/
+HOMEPAGE= http://libdbi-drivers.sourceforge.net/
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/databases/libdbi/Makefile b/databases/libdbi/Makefile
index ebe1dbddb81..a5b9a709d66 100644
--- a/databases/libdbi/Makefile
+++ b/databases/libdbi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:18 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/26 05:26:20 rillig Exp $
#
DISTNAME= libdbi-0.9.0
@@ -6,7 +6,7 @@ CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdbi/}
MAINTAINER= cheusov@NetBSD.org
-HOMEPAGE= https://libdbi.sourceforge.net/
+HOMEPAGE= http://libdbi.sourceforge.net/
COMMENT= Database Independent Abstraction Layer for C
LICENSE= gnu-lgpl-v2.1
diff --git a/databases/ocaml-ldap/Makefile b/databases/ocaml-ldap/Makefile
index 23c02d268de..264c57e0d52 100644
--- a/databases/ocaml-ldap/Makefile
+++ b/databases/ocaml-ldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2020/01/18 23:30:18 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/01/26 05:26:20 rillig Exp $
VERSION= 2.3.0
GITHUB_PROJECT= ocamldap
@@ -10,7 +10,7 @@ CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=jpdeplaix/}
MAINTAINER= jaapb@NetBSD.org
-HOMEPAGE= https://ocamldap.sourceforge.net/
+HOMEPAGE= http://ocamldap.sourceforge.net/
COMMENT= OCamL implementation of the LDAP protocol
LICENSE= gnu-lgpl-v2.1
diff --git a/databases/p5-MARC/Makefile b/databases/p5-MARC/Makefile
index ad951766512..bbf59557104 100644
--- a/databases/p5-MARC/Makefile
+++ b/databases/p5-MARC/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/01/18 23:30:18 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2020/01/26 05:26:20 rillig Exp $
#
DISTNAME= MARC-1.15
@@ -8,7 +8,7 @@ CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MARC/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://marcpm.sourceforge.net/
+HOMEPAGE= http://marcpm.sourceforge.net/
COMMENT= Perl5 module for manipulating MARC (MAchine Readable Cataloging) data
LICENSE= ${PERL5_LICENSE}
diff --git a/databases/py-PgSQL/Makefile b/databases/py-PgSQL/Makefile
index 3fc890264f3..239c8bdbf5f 100644
--- a/databases/py-PgSQL/Makefile
+++ b/databases/py-PgSQL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2020/01/18 23:30:19 rillig Exp $
+# $NetBSD: Makefile,v 1.34 2020/01/26 05:26:20 rillig Exp $
DISTNAME= pyPgSQL-2.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -7,7 +7,7 @@ CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pypgsql/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://pypgsql.sourceforge.net/
+HOMEPAGE= http://pypgsql.sourceforge.net/
COMMENT= Python DB-API 2.0 compliant interface to PostgreSQL
WRKSRC= ${WRKDIR}/pypgsql
diff --git a/databases/py-table/Makefile b/databases/py-table/Makefile
index 9d1d51a15ac..e7200d70a42 100644
--- a/databases/py-table/Makefile
+++ b/databases/py-table/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/01/18 23:30:19 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2020/01/26 05:26:20 rillig Exp $
DISTNAME= pytable-0.8.3a
PKGNAME= ${PYPKGPREFIX}-table-0.8.3a
@@ -7,7 +7,7 @@ CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pytable/}
OWNER= darcy@NetBSD.org
-HOMEPAGE= https://pytable.sourceforge.net/
+HOMEPAGE= http://pytable.sourceforge.net/
COMMENT= Python RDBMS wrapper for various databases
DEPENDS+= ${PYPKGPREFIX}-basicproperty-[0-9]*:../../lang/py-basicproperty
diff --git a/databases/soci/Makefile b/databases/soci/Makefile
index 70881ff5b53..b6694f60c7f 100644
--- a/databases/soci/Makefile
+++ b/databases/soci/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/01/18 23:30:20 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2020/01/26 05:26:21 rillig Exp $
#
DISTNAME= soci-3.2.2
@@ -7,7 +7,7 @@ CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=soci/}
MAINTAINER= joerg@NetBSD.org
-HOMEPAGE= https://soci.sourceforge.net/
+HOMEPAGE= http://soci.sourceforge.net/
COMMENT= C++ database access library
LICENSE= boost-license
diff --git a/databases/sqlrelay/Makefile.common b/databases/sqlrelay/Makefile.common
index f9118cbf512..32784b76f55 100644
--- a/databases/sqlrelay/Makefile.common
+++ b/databases/sqlrelay/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2020/01/18 23:30:20 rillig Exp $
+# $NetBSD: Makefile.common,v 1.19 2020/01/26 05:26:21 rillig Exp $
# used by databases/p5-sqlrelay/Makefile
# used by databases/php-sqlrelay/Makefile
# used by databases/py-sqlrelay/Makefile
@@ -16,7 +16,7 @@ CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sqlrelay/}
MAINTAINER= fhajny@NetBSD.org
-HOMEPAGE= https://sqlrelay.sourceforge.net/
+HOMEPAGE= http://sqlrelay.sourceforge.net/
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/databases/yasql/Makefile b/databases/yasql/Makefile
index 3a10a56c8b1..d870d58ebf4 100644
--- a/databases/yasql/Makefile
+++ b/databases/yasql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/01/18 23:30:20 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2020/01/26 05:26:21 rillig Exp $
DISTNAME= yasql-1.81
PKGREVISION= 9
@@ -6,7 +6,7 @@ CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yasql/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://yasql.sourceforge.net/
+HOMEPAGE= http://yasql.sourceforge.net/
COMMENT= Yet another SQLPlus replacement for Oracle
DEPENDS+= p5-DBD-Oracle-[0-9]*:../../databases/p5-DBD-Oracle