pkgsrc/databases/libdbi-driver-sqlite3/driver.mk
rillig 84f2203288 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).
2020-01-26 05:26:08 +00:00

24 lines
845 B
Makefile

# $NetBSD: driver.mk,v 1.3 2020/01/26 05:26:20 rillig Exp $
#
# Common definitions for the individual DBI drivers (not only SQLite3).
DISTNAME= libdbi-drivers-0.9.0
PKGNAME= ${DISTNAME:S/libdbi-drivers/libdbi-driver-${DRIVER}/:S/-1/.1/:S/-2/.2/}
CATEGORIES= databases devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libdbi-drivers/}
MAINTAINER= cheusov@NetBSD.org
HOMEPAGE= http://libdbi-drivers.sourceforge.net/
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
DISTINFO_FILE= ${.CURDIR}/../../databases/libdbi-driver-sqlite3/distinfo
PATCHDIR= ${.CURDIR}/../../databases/libdbi-driver-sqlite3/patches
INSTALLATION_DIRS+= lib/dbd
CONFIGURE_ARGS+= --disable-dependency-tracking
CONFIGURE_ARGS+= --with-dbi-incdir=${BUILDLINK_PREFIX.libdbi}/include/dbi
CONFIGURE_ARGS+= --with-dbi-libdir=${BUILDLINK_PREFIX.libdbi}/lib
CONFIGURE_ARGS+= --disable-docs