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 /security | |
parent | 8068ae7f5fb7614b1204c488c4571ec9c00a77c9 (diff) | |
download | pkgsrc-c785ea6eea863a79f45a5da9d19804aa4c106a4f.tar.gz |
Use https for www.gnome.org HOMEPAGEs.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnome-keyring/Makefile | 4 | ||||
-rw-r--r-- | security/libgnome-keyring/Makefile | 4 | ||||
-rw-r--r-- | security/seahorse-plugins/Makefile | 4 | ||||
-rw-r--r-- | security/seahorse/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index e89bf97f24c..26b6207ffb8 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2017/02/12 06:24:48 ryoon Exp $ +# $NetBSD: Makefile,v 1.88 2017/07/30 22:47:55 wiz Exp $ DISTNAME= gnome-keyring-2.32.1 PKGREVISION= 22 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring/2.32/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnome.org/ +HOMEPAGE= https://www.gnome.org/ COMMENT= GNOME password and secret manager USE_TOOLS+= gmake intltool msgfmt pkg-config diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile index db2f917e2f7..288176c72a2 100644 --- a/security/libgnome-keyring/Makefile +++ b/security/libgnome-keyring/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/08/28 13:24:38 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2017/07/30 22:47:55 wiz Exp $ DISTNAME= libgnome-keyring-3.12.0 CATEGORIES= security gnome @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnome-keyring/3.12/} EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnome.org/ +HOMEPAGE= https://www.gnome.org/ COMMENT= GNOME password and secret manager CONFLICTS+= gnome-keyring<2.30 diff --git a/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile index 20c0818f1ef..714601a7afb 100644 --- a/security/seahorse-plugins/Makefile +++ b/security/seahorse-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2017/04/22 21:03:56 adam Exp $ +# $NetBSD: Makefile,v 1.68 2017/07/30 22:47:55 wiz Exp $ DISTNAME= seahorse-plugins-2.30.1 PKGREVISION= 50 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse-plugins/2.30/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnome.org/projects/seahorse/ +HOMEPAGE= https://www.gnome.org/projects/seahorse/ COMMENT= Plugins for the GnuPG front end and bonobo component for GNOME LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1 diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 73668515615..160a94b08c9 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2017/04/22 21:03:56 adam Exp $ +# $NetBSD: Makefile,v 1.140 2017/07/30 22:47:55 wiz Exp $ DISTNAME= seahorse-2.32.0 PKGREVISION= 44 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/seahorse/2.32/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnome.org/projects/seahorse/ +HOMEPAGE= https://www.gnome.org/projects/seahorse/ COMMENT= GnuPG front end and bonobo component for GNOME #LICENSE= gnu-gpl-v2 AND gnu-fdl-v1.1 AND gnu-lgpl-v2 |