diff options
author | nia <nia@pkgsrc.org> | 2019-07-18 08:15:34 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-18 08:15:34 +0000 |
commit | 721419a43c6dac1eea0a7c7d5d3f74d26e1b540b (patch) | |
tree | b060a2226bda87566ed5ed5f8c90398b91588dfe /misc | |
parent | af4fe4f937556c83a7069b5acceb7c737cd323b0 (diff) | |
download | pkgsrc-721419a43c6dac1eea0a7c7d5d3f74d26e1b540b.tar.gz |
Use https for xfce.org subdomains.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-calculator-plugin/Makefile | 4 | ||||
-rw-r--r-- | misc/xfce4-smartbookmark-plugin/Makefile | 4 | ||||
-rw-r--r-- | misc/xfce4-time-out-plugin/Makefile | 4 | ||||
-rw-r--r-- | misc/xfce4-weather-plugin/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/misc/xfce4-calculator-plugin/Makefile b/misc/xfce4-calculator-plugin/Makefile index b2a6cccc624..033a15873a6 100644 --- a/misc/xfce4-calculator-plugin/Makefile +++ b/misc/xfce4-calculator-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2019/03/09 19:38:43 gutteridge Exp $ +# $NetBSD: Makefile,v 1.14 2019/07/18 08:15:35 nia Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -7,7 +7,7 @@ DISTNAME= xfce4-calculator-plugin-${VERSION} CATEGORIES= misc MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/0.7/ -HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin +HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-calculator-plugin COMMENT= Xfce calculator plugin .include "../../x11/xfce4-panel/buildlink3.mk" diff --git a/misc/xfce4-smartbookmark-plugin/Makefile b/misc/xfce4-smartbookmark-plugin/Makefile index 3a32089519e..a32cea9b5a7 100644 --- a/misc/xfce4-smartbookmark-plugin/Makefile +++ b/misc/xfce4-smartbookmark-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2018/11/14 22:22:04 kleink Exp $ +# $NetBSD: Makefile,v 1.13 2019/07/18 08:15:35 nia Exp $ PKGREVISION= 6 .include "../../meta-pkgs/xfce4/Makefile.common" @@ -8,7 +8,7 @@ DISTNAME= xfce4-smartbookmark-plugin-${VERSION} CATEGORIES= misc MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-smartbookmark-plugin/${VERSION:R}/ -HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin +HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin COMMENT= Xfce bookmark plugin .include "../../x11/xfce4-panel/buildlink3.mk" diff --git a/misc/xfce4-time-out-plugin/Makefile b/misc/xfce4-time-out-plugin/Makefile index e1470cfc0e3..2be48df2ebf 100644 --- a/misc/xfce4-time-out-plugin/Makefile +++ b/misc/xfce4-time-out-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2018/11/14 22:22:04 kleink Exp $ +# $NetBSD: Makefile,v 1.13 2019/07/18 08:15:35 nia Exp $ PKGREVISION= 10 .include "../../meta-pkgs/xfce4/Makefile.common" @@ -7,7 +7,7 @@ DISTNAME= xfce4-time-out-plugin-1.0.2 CATEGORIES= misc MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-time-out-plugin/1.0/ -HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin +HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin COMMENT= Xfce periodical breaks plugin .include "../../x11/gtk2/buildlink3.mk" diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index 1618a92891d..38d3c0d36dd 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2019/04/03 00:32:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.67 2019/07/18 08:15:35 nia Exp $ PKGREVISION= 1 .include "../../meta-pkgs/xfce4/Makefile.common" @@ -8,7 +8,7 @@ DISTNAME= xfce4-weather-plugin-${VERSION} CATEGORIES= misc MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/${VERSION:R}/ -HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin +HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin COMMENT= Xfce weather plugin LDFLAGS.SunOS+= -lsocket -lnsl |