summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-08-16 20:21:03 +0000
committerwiz <wiz@pkgsrc.org>2017-08-16 20:21:03 +0000
commitd204347f9f6a55a39b90ef8d24fc21a52fecfb92 (patch)
treeb0aa8154e3882fbebd45b490e8f7703bedd4ff09 /x11
parent41d5e4e5a32be4a513695b5f41c586bcdb637c25 (diff)
downloadpkgsrc-d204347f9f6a55a39b90ef8d24fc21a52fecfb92.tar.gz
Follow some http redirects.
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk-mac-integration/Makefile4
-rw-r--r--x11/gtk/Makefile4
-rw-r--r--x11/gtk2/Makefile4
-rw-r--r--x11/gtk3/Makefile4
-rw-r--r--x11/gtkdatabox/Makefile4
-rw-r--r--x11/gtksourceviewmm/Makefile4
-rw-r--r--x11/hsetroot/Makefile4
-rw-r--r--x11/i3lock/Makefile6
-rw-r--r--x11/libxcb/Makefile6
-rw-r--r--x11/libxkbcommon/Makefile6
-rw-r--r--x11/py-xcbgen/Makefile6
-rw-r--r--x11/xcb-proto/Makefile6
-rw-r--r--x11/xcb-util-cursor/Makefile6
-rw-r--r--x11/xcb-util-errors/Makefile6
-rw-r--r--x11/xcb-util-image/Makefile6
-rw-r--r--x11/xcb-util-keysyms/Makefile6
-rw-r--r--x11/xcb-util-renderutil/Makefile6
-rw-r--r--x11/xcb-util-wm/Makefile6
-rw-r--r--x11/xcb-util/Makefile6
-rw-r--r--x11/xcb-util036/Makefile6
20 files changed, 53 insertions, 53 deletions
diff --git a/x11/gtk-mac-integration/Makefile b/x11/gtk-mac-integration/Makefile
index 6542870a387..0ec3f5178ce 100644
--- a/x11/gtk-mac-integration/Makefile
+++ b/x11/gtk-mac-integration/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/02/12 06:24:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2017/08/16 20:21:16 wiz Exp $
DISTNAME= gtk-mac-integration-2.0.8
PKGREVISION= 1
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-mac-integration/${PKGVERSION_NORE
EXTRACT_SUFX= .tar.xz
MAINTAINER= adam@NetBSD.org
-HOMEPAGE= http://www.gtk.org/download/macos.php
+HOMEPAGE= https://www.gtk.org/download/macos.php
COMMENT= OS X integration for GTK
LICENSE= gnu-lgpl-v2.1
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile
index 68e3e468032..fb4ebd6d911 100644
--- a/x11/gtk/Makefile
+++ b/x11/gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.138 2016/07/09 06:39:16 wiz Exp $
+# $NetBSD: Makefile,v 1.139 2017/08/16 20:21:16 wiz Exp $
DISTNAME= gtk+-1.2.10
PKGREVISION= 16
@@ -6,7 +6,7 @@ CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/1.2/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.gtk.org/
+HOMEPAGE= https://www.gtk.org/
COMMENT= GIMP Toolkit v1 - libraries for building X11 user interfaces
LICENSE= gnu-lgpl-v2
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index 74733733707..6657b7c1e9a 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.287 2017/06/14 16:25:17 prlw1 Exp $
+# $NetBSD: Makefile,v 1.288 2017/08/16 20:21:16 wiz Exp $
DISTNAME= gtk+-2.24.31
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/2.24/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.gtk.org/
+HOMEPAGE= https://www.gtk.org/
COMMENT= GIMP Toolkit v2 - libraries for building X11 user interfaces
LICENSE= gnu-lgpl-v2.1
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index 8b42784af3e..b410fdc791f 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2017/08/07 19:08:51 adam Exp $
+# $NetBSD: Makefile,v 1.97 2017/08/16 20:21:17 wiz Exp $
DISTNAME= gtk+-3.22.17
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.gtk.org/
+HOMEPAGE= https://www.gtk.org/
COMMENT= GIMP Toolkit v3 - libraries for building X11 user interfaces
LICENSE= gnu-lgpl-v2.1
diff --git a/x11/gtkdatabox/Makefile b/x11/gtkdatabox/Makefile
index 84bdc8acc45..62b951340fb 100644
--- a/x11/gtkdatabox/Makefile
+++ b/x11/gtkdatabox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/02/12 06:24:54 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2017/08/16 20:21:17 wiz Exp $
DISTNAME= gtkdatabox-0.9.2.0
PKGREVISION= 5
@@ -6,7 +6,7 @@ CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkdatabox/}
MAINTAINER= ryoon@NetBSD.org
-HOMEPAGE= http://sourceforge.net/projects/gtkdatabox/
+HOMEPAGE= https://sourceforge.net/projects/gtkdatabox/
COMMENT= TODO: Short description of the package
LICENSE= gnu-lgpl-v2.1
diff --git a/x11/gtksourceviewmm/Makefile b/x11/gtksourceviewmm/Makefile
index 8b6b8abda1e..e5a132bd1d1 100644
--- a/x11/gtksourceviewmm/Makefile
+++ b/x11/gtksourceviewmm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/05/03 08:38:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.16 2017/08/16 20:21:17 wiz Exp $
#
DISTNAME= gtksourceviewmm-3.2.0
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceviewmm/3.2/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= rodent@NetBSD.org
-HOMEPAGE= http://developer.gnome.org/gtksourceviewmm/stable/
+HOMEPAGE= https://developer.gnome.org/gtksourceviewmm/stable/
COMMENT= C++ wrapper for the gtksourceview widget library
LICENSE= gnu-gpl-v2
diff --git a/x11/hsetroot/Makefile b/x11/hsetroot/Makefile
index a15ec6ff8e7..d39e75b44a1 100644
--- a/x11/hsetroot/Makefile
+++ b/x11/hsetroot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2014/08/21 09:50:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2017/08/16 20:21:17 wiz Exp $
#
DISTNAME= hsetroot-1.0.2
@@ -7,7 +7,7 @@ CATEGORIES= x11
MASTER_SITES= http://thegraveyard.org/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://thegraveyard.org/hsetroot.php
+HOMEPAGE= https://thegraveyard.org/hsetroot.php
COMMENT= Allows you to compose wallpapers for X
MAKE_JOBS_SAFE= no
diff --git a/x11/i3lock/Makefile b/x11/i3lock/Makefile
index fc0c3bf2c55..3c37222bdd7 100644
--- a/x11/i3lock/Makefile
+++ b/x11/i3lock/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.3 2016/09/19 17:23:10 wiedi Exp $
+# $NetBSD: Makefile,v 1.4 2017/08/16 20:21:17 wiz Exp $
#
DISTNAME= i3lock-2.8
CATEGORIES= x11
-MASTER_SITES= http://i3wm.org/i3lock/
+MASTER_SITES= https://i3wm.org/i3lock/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://i3wm.org/i3lock/
+HOMEPAGE= https://i3wm.org/i3lock/
COMMENT= Slightly improved screen locker based on slock
LICENSE= modified-bsd
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile
index f44db71d850..577a7b8dec2 100644
--- a/x11/libxcb/Makefile
+++ b/x11/libxcb/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.29 2017/01/08 21:48:47 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2017/08/16 20:21:17 wiz Exp $
DISTNAME= libxcb-1.12
PKGREVISION= 1
CATEGORIES= x11
-MASTER_SITES= http://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
-HOMEPAGE= http://xcb.freedesktop.org/
+HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= X protocol C-language Binding
LICENSE= mit # with no-advertising clause
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile
index 0eccf1dd562..f5ca3246333 100644
--- a/x11/libxkbcommon/Makefile
+++ b/x11/libxkbcommon/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.18 2017/08/14 20:35:52 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/08/16 20:21:17 wiz Exp $
DISTNAME= libxkbcommon-0.7.2
CATEGORIES= x11
-MASTER_SITES= http://xkbcommon.org/download/
+MASTER_SITES= https://xkbcommon.org/download/
EXTRACT_SUFX= .tar.xz
MAINTAINER= ryoon@NetBSD.org
-HOMEPAGE= http://xkbcommon.org/
+HOMEPAGE= https://xkbcommon.org/
COMMENT= Library to handle keyboard descriptions
LICENSE= mit
diff --git a/x11/py-xcbgen/Makefile b/x11/py-xcbgen/Makefile
index d29b608c309..1bb874cbb2d 100644
--- a/x11/py-xcbgen/Makefile
+++ b/x11/py-xcbgen/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.17 2016/05/19 07:08:14 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2017/08/16 20:21:17 wiz Exp $
DISTNAME= xcb-proto-1.12
PKGNAME= ${PYPKGPREFIX}-xcbgen-1.12
CATEGORIES= x11
-MASTER_SITES= http://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
-HOMEPAGE= http://xcb.freedesktop.org/
+HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= XCB protocol descriptions (in XML)
LICENSE= mit # with no-advertising clause
diff --git a/x11/xcb-proto/Makefile b/x11/xcb-proto/Makefile
index 09943e22f71..a4ede11e3a7 100644
--- a/x11/xcb-proto/Makefile
+++ b/x11/xcb-proto/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.15 2016/05/19 07:07:21 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2017/08/16 20:21:17 wiz Exp $
DISTNAME= xcb-proto-1.12
CATEGORIES= x11
-MASTER_SITES= http://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= reed@reedmedia.net
-HOMEPAGE= http://xcb.freedesktop.org/
+HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= XCB protocol descriptions (in XML)
LICENSE= mit # with no-advertising clause
diff --git a/x11/xcb-util-cursor/Makefile b/x11/xcb-util-cursor/Makefile
index c08ca80e4e7..e7d643d4b5e 100644
--- a/x11/xcb-util-cursor/Makefile
+++ b/x11/xcb-util-cursor/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2016/05/12 10:45:26 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/08/16 20:21:17 wiz Exp $
DISTNAME= xcb-util-cursor-0.1.3
CATEGORIES= x11
-MASTER_SITES= http://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xcb.freedesktop.org/
+HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= XCB port of Xlib's libXcursor
LICENSE= x11
diff --git a/x11/xcb-util-errors/Makefile b/x11/xcb-util-errors/Makefile
index f348b65e23a..fdf3e1626c1 100644
--- a/x11/xcb-util-errors/Makefile
+++ b/x11/xcb-util-errors/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.1 2015/04/27 09:23:06 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/08/16 20:21:17 wiz Exp $
DISTNAME= xcb-util-errors-1.0
CATEGORIES= x11
-MASTER_SITES= http://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xcb.freedesktop.org/
+HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= Library for helping debug xcb problems
LICENSE= x11
diff --git a/x11/xcb-util-image/Makefile b/x11/xcb-util-image/Makefile
index a6c8dfacb60..8b972a8708b 100644
--- a/x11/xcb-util-image/Makefile
+++ b/x11/xcb-util-image/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2014/10/20 11:15:38 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/08/16 20:21:18 wiz Exp $
DISTNAME= xcb-util-image-0.4.0
CATEGORIES= x11
-MASTER_SITES= http://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xcb.freedesktop.org/
+HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= XCB port of Xlib's XImage and XShmImage
LICENSE= mit
diff --git a/x11/xcb-util-keysyms/Makefile b/x11/xcb-util-keysyms/Makefile
index 5cc4a96cdfa..7689d99d2e2 100644
--- a/x11/xcb-util-keysyms/Makefile
+++ b/x11/xcb-util-keysyms/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2014/10/01 22:45:45 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/08/16 20:21:18 wiz Exp $
DISTNAME= xcb-util-keysyms-0.4.0
CATEGORIES= x11
-MASTER_SITES= http://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xcb.freedesktop.org/
+HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= XCB Utilities
LICENSE= mit
diff --git a/x11/xcb-util-renderutil/Makefile b/x11/xcb-util-renderutil/Makefile
index 8961015bc3c..a1c85fc65d9 100644
--- a/x11/xcb-util-renderutil/Makefile
+++ b/x11/xcb-util-renderutil/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2014/06/13 07:41:15 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/08/16 20:21:18 wiz Exp $
DISTNAME= xcb-util-renderutil-0.3.9
CATEGORIES= x11
-MASTER_SITES= http://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xcb.freedesktop.org/
+HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= Convenience functions for the Render extension
LICENSE= mit
diff --git a/x11/xcb-util-wm/Makefile b/x11/xcb-util-wm/Makefile
index 88bb3ffed1e..07af3ffcfee 100644
--- a/x11/xcb-util-wm/Makefile
+++ b/x11/xcb-util-wm/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2014/02/26 09:47:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2017/08/16 20:21:18 wiz Exp $
DISTNAME= xcb-util-wm-0.4.1
CATEGORIES= x11
-MASTER_SITES= http://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xcb.freedesktop.org/
+HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= Client and window-manager helpers for ICCCM and EWMH
LICENSE= mit
diff --git a/x11/xcb-util/Makefile b/x11/xcb-util/Makefile
index b9a6c453b3f..c1202da99ae 100644
--- a/x11/xcb-util/Makefile
+++ b/x11/xcb-util/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.11 2014/10/20 11:10:31 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/08/16 20:21:17 wiz Exp $
DISTNAME= xcb-util-0.4.0
CATEGORIES= x11
-MASTER_SITES= http://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xcb.freedesktop.org/
+HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= XCB Utilities
GNU_CONFIGURE= yes
diff --git a/x11/xcb-util036/Makefile b/x11/xcb-util036/Makefile
index bbed71b46e3..0db87de862d 100644
--- a/x11/xcb-util036/Makefile
+++ b/x11/xcb-util036/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.4 2013/12/11 12:23:53 rodent Exp $
+# $NetBSD: Makefile,v 1.5 2017/08/16 20:21:18 wiz Exp $
#
DISTNAME= xcb-util-0.3.6
PKGNAME= xcb-util036-0.3.6
PKGREVISION= 1
CATEGORIES= x11
-MASTER_SITES= http://xcb.freedesktop.org/dist/
+MASTER_SITES= https://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://xcb.freedesktop.org/
+HOMEPAGE= https://xcb.freedesktop.org/
COMMENT= XCB Utilities (old 0.3.6 release)
LICENSE= x11