Tue Jun 18 20:11:50 2019 UTC ()
libgda: HOMEPAGE is a permanent redirect to https.


(nia)
diff -r1.58 -r1.59 pkgsrc/databases/libgda/Makefile.common

cvs diff -r1.58 -r1.59 pkgsrc/databases/libgda/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/libgda/Makefile.common 2019/05/17 08:20:34 1.58
+++ pkgsrc/databases/libgda/Makefile.common 2019/06/18 20:11:50 1.59
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile.common,v 1.58 2019/05/17 08:20:34 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.59 2019/06/18 20:11:50 nia Exp $
2# 2#
3# used by databases/libgda/Makefile 3# used by databases/libgda/Makefile
4# used by databases/libgda-mysql/Makefile 4# used by databases/libgda-mysql/Makefile
5# used by databases/libgda-postgres/Makefile 5# used by databases/libgda-postgres/Makefile
6 6
7DISTNAME= libgda-5.2.9 7DISTNAME= libgda-5.2.9
8CATEGORIES= databases gnome 8CATEGORIES= databases gnome
9MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/5.2/} 9MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgda/5.2/}
10EXTRACT_SUFX= .tar.xz 10EXTRACT_SUFX= .tar.xz
11 11
12MAINTAINER= pkgsrc-users@NetBSD.org 12MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://www.gnome-db.org/ 13HOMEPAGE= https://www.gnome-db.org/
14COMMENT= GNU database access library 14COMMENT= GNU database access library
15LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2 15LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
16 16
17DISTINFO_FILE= ${.CURDIR}/../../databases/libgda/distinfo 17DISTINFO_FILE= ${.CURDIR}/../../databases/libgda/distinfo
18PATCHDIR= ${.CURDIR}/../../databases/libgda/patches 18PATCHDIR= ${.CURDIR}/../../databases/libgda/patches
19 19
20TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 20TOOL_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
21 21
22USE_TOOLS+= gmake intltool pkg-config msgfmt 22USE_TOOLS+= gmake intltool pkg-config msgfmt
23USE_LIBTOOL= YES 23USE_LIBTOOL= YES
24USE_PKGLOCALEDIR= YES 24USE_PKGLOCALEDIR= YES
25GNU_CONFIGURE= YES 25GNU_CONFIGURE= YES
26 26