pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Use https for pear.php.net



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Wed Jul 3 08:26:55 2019 +0100
Changeset:	9824ed1b96f3f7c6444191317eb89f1cd2e517c2

Modified Files:
	pear-Cache/Makefile
	pear-File/Makefile
	pear-File_CSV/Makefile
	pear-File_Util/Makefile
	pear-Image_GraphViz/Makefile
	pear-OLE/Makefile
	pear-Spreadsheet_Excel_Writer/Makefile

Log Message:
Use https for pear.php.net

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9824ed1b96f3f7c6444191317eb89f1cd2e517c2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pear-Cache/Makefile                    | 2 +-
 pear-File/Makefile                     | 2 +-
 pear-File_CSV/Makefile                 | 2 +-
 pear-File_Util/Makefile                | 2 +-
 pear-Image_GraphViz/Makefile           | 2 +-
 pear-OLE/Makefile                      | 2 +-
 pear-Spreadsheet_Excel_Writer/Makefile | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/pear-Cache/Makefile b/pear-Cache/Makefile
index 3d04951b95..66286461fd 100644
--- a/pear-Cache/Makefile
+++ b/pear-Cache/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	Cache-1.5.6
 CATEGORIES=	devel
 
 MAINTAINER=	noud4%users.sourceforge.net@localhost
-HOMEPAGE=	http://pear.php.net/package/Cache/
+HOMEPAGE=	https://pear.php.net/package/Cache/
 COMMENT=	Framework for caching of arbitrary data
 
 .include "../../lang/php/pear.mk"
diff --git a/pear-File/Makefile b/pear-File/Makefile
index 5a635e8704..aa10e9996a 100644
--- a/pear-File/Makefile
+++ b/pear-File/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	File-1.4.1
 CATEGORIES=	devel
 
 MAINTAINER=	noud4%users.sourceforge.net@localhost
-HOMEPAGE=	http://pear.php.net/package/File/
+HOMEPAGE=	https://pear.php.net/package/File/
 COMMENT=	Common file and directory routines
 
 .include "../../lang/php/pear.mk"
diff --git a/pear-File_CSV/Makefile b/pear-File_CSV/Makefile
index 8ec2c69906..b42073f1e5 100644
--- a/pear-File_CSV/Makefile
+++ b/pear-File_CSV/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	File_CSV-1.0.0
 CATEGORIES=	textproc
 
 MAINTAINER=	noud4%users.sourceforge.net@localhost
-HOMEPAGE=	http://pear.php.net/package/File_CSV/
+HOMEPAGE=	https://pear.php.net/package/File_CSV/
 COMMENT=	Read and write of CSV files
 
 .include "../../lang/php/pear.mk"
diff --git a/pear-File_Util/Makefile b/pear-File_Util/Makefile
index ef9ff40c7a..176fd98751 100644
--- a/pear-File_Util/Makefile
+++ b/pear-File_Util/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	File_Util-1.0.0
 CATEGORIES=	devel
 
 MAINTAINER=	noud4%users.sourceforge.net@localhost
-HOMEPAGE=	http://pear.php.net/package/File_Util/
+HOMEPAGE=	https://pear.php.net/package/File_Util/
 COMMENT=	Common file and directory utility functions
 
 .include "../../lang/php/pear.mk"
diff --git a/pear-Image_GraphViz/Makefile b/pear-Image_GraphViz/Makefile
index 0c332c3a4c..6d63b44dc1 100644
--- a/pear-Image_GraphViz/Makefile
+++ b/pear-Image_GraphViz/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	Image_GraphViz-1.3.0
 CATEGORIES=	graphics
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://pear.php.net/package/Image_Graphviz/
+HOMEPAGE=	https://pear.php.net/package/Image_Graphviz/
 COMMENT=	Interface to AT&T\'s GraphViz tools
 
 DEPENDS+=	graphviz>=2:../../graphics/graphviz
diff --git a/pear-OLE/Makefile b/pear-OLE/Makefile
index 29587d30cd..99e705e6aa 100644
--- a/pear-OLE/Makefile
+++ b/pear-OLE/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	OLE-0.6.1
 CATEGORIES=	misc
 
 MAINTAINER=	noud4%users.sourceforge.net@localhost
-HOMEPAGE=	http://pear.php.net/package/OLE/
+HOMEPAGE=	https://pear.php.net/package/OLE/
 COMMENT=	Package for reading and writing OLE containers
 
 .include "../../lang/php/pear.mk"
diff --git a/pear-Spreadsheet_Excel_Writer/Makefile b/pear-Spreadsheet_Excel_Writer/Makefile
index 93a35ed55e..76a32af255 100644
--- a/pear-Spreadsheet_Excel_Writer/Makefile
+++ b/pear-Spreadsheet_Excel_Writer/Makefile
@@ -4,7 +4,7 @@ DISTNAME=	Spreadsheet_Excel_Writer-0.9.3
 CATEGORIES=	math
 
 MAINTAINER=	noud4%users.sourceforge.net@localhost
-HOMEPAGE=	http://pear.php.net/package/Spreadsheet_Excel_Writer/
+HOMEPAGE=	https://pear.php.net/package/Spreadsheet_Excel_Writer/
 COMMENT=	Package for generating Excel spreadsheets
 
 DEPENDS+=	${PHP_PKG_PREFIX}-pear-OLE>=0.5:../../wip/pear-OLE


Home | Main Index | Thread Index | Old Index