diff options
author | wiz <wiz@pkgsrc.org> | 2017-07-30 22:47:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-07-30 22:47:48 +0000 |
commit | c785ea6eea863a79f45a5da9d19804aa4c106a4f (patch) | |
tree | 6fca5bc539bde891bd1bb0236ba7c06331f95d7c /x11/vte | |
parent | 8068ae7f5fb7614b1204c488c4571ec9c00a77c9 (diff) | |
download | pkgsrc-c785ea6eea863a79f45a5da9d19804aa4c106a4f.tar.gz |
Use https for www.gnome.org HOMEPAGEs.
Diffstat (limited to 'x11/vte')
-rw-r--r-- | x11/vte/Makefile | 4 | ||||
-rw-r--r-- | x11/vte/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/vte/Makefile b/x11/vte/Makefile index bad4ae41cf6..26eb3a0137e 100644 --- a/x11/vte/Makefile +++ b/x11/vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2017/02/12 06:24:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.107 2017/07/30 22:47:58 wiz Exp $ # .include "Makefile.common" @@ -7,7 +7,7 @@ PKGREVISION= 19 CATEGORIES= x11 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnome.org/ +HOMEPAGE= https://www.gnome.org/ COMMENT= Terminal widget with improved accessibility and I18N support LICENSE= gnu-lgpl-v2 diff --git a/x11/vte/Makefile.common b/x11/vte/Makefile.common index f0422305d40..cc34ee6a220 100644 --- a/x11/vte/Makefile.common +++ b/x11/vte/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2011/07/08 17:23:05 drochner Exp $ +# $NetBSD: Makefile.common,v 1.3 2017/07/30 22:47:58 wiz Exp $ # # used by x11/py-vte/Makefile @@ -6,7 +6,7 @@ DISTNAME= vte-0.28.1 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.28/} EXTRACT_SUFX= .tar.bz2 -HOMEPAGE= http://www.gnome.org/ +HOMEPAGE= https://www.gnome.org/ LICENSE= gnu-lgpl-v2 DISTINFO_FILE= ${.CURDIR}/../../x11/vte/distinfo |