[prev in list] [next in list] [prev in thread] [next in thread] 

List:       monetdb-checkins
Subject:    monetdb-perl: default - Point to our https site.
From:       Sjoerd Mullender <commits+sjoerd=acm.org () monetdb ! org>
Date:       2019-09-30 19:28:38
Message-ID: hg.b9e0744b2396.1569871718.2363922396908737982 () monetdb-vm0 ! spin-off ! cwi ! nl
[Download RAW message or body]

Changeset: b9e0744b2396 for monetdb-perl
URL: https://dev.monetdb.org/hg/monetdb-perl?cmd=changeset;node=b9e0744b2396
Modified Files:
	DBD/Changes
	DBD/README
	DBD/monetdb.pm
	MonetDB-CLI-MapiPP/MonetDB/CLI/Changes
	MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm
	MonetDB-CLI-MapiPP/MonetDB/CLI/README
	MonetDB-CLI/MonetDB/CLI.pm
	MonetDB-CLI/MonetDB/Changes
	MonetDB-CLI/MonetDB/README
	debian/control
	debian/copyright
	perl-DBD-monetdb.spec
Branch: default
Log Message:

Point to our https site.


diffs (136 lines):

diff --git a/DBD/Changes b/DBD/Changes
--- a/DBD/Changes
+++ b/DBD/Changes
@@ -1,3 +1,3 @@
 Please visit the Mercurial repository:
 
- http://dev.monetdb.org/hg/monetdb-perl/
+ https://dev.monetdb.org/hg/monetdb-perl/
diff --git a/DBD/README b/DBD/README
--- a/DBD/README
+++ b/DBD/README
@@ -22,7 +22,7 @@ PREREQUISITES
   DBI
   MonetDB::CLI
 
-  MonetDB (http://www.monetdb.org/)
+  MonetDB (https://www.monetdb.org/)
 
 INSTALLATION
 
diff --git a/DBD/monetdb.pm b/DBD/monetdb.pm
--- a/DBD/monetdb.pm
+++ b/DBD/monetdb.pm
@@ -871,7 +871,7 @@ Contributor(s): Steffen Goeldner.
 
 =head2 MonetDB
 
-  Homepage    : http://www.monetdb.org/
+  Homepage    : https://www.monetdb.org/
 
 =head2 Perl modules
 
diff --git a/MonetDB-CLI-MapiPP/MonetDB/CLI/Changes b/MonetDB-CLI-MapiPP/MonetDB/CLI/Changes
--- a/MonetDB-CLI-MapiPP/MonetDB/CLI/Changes
+++ b/MonetDB-CLI-MapiPP/MonetDB/CLI/Changes
@@ -1,3 +1,3 @@
 Please visit the Mercurial repository:
 
- http://dev.monetdb.org/hg/monetdb-perl/
+ https://dev.monetdb.org/hg/monetdb-perl/
diff --git a/MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm b/MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm
--- a/MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm
+++ b/MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm
@@ -257,7 +257,7 @@ Copyright 1997 - July 2008 CWI, August 2
 
 =head2 MonetDB
 
-  Homepage    : http://www.monetdb.org/
+  Homepage    : https://www.monetdb.org/
 
 =head2 Perl modules
 
diff --git a/MonetDB-CLI-MapiPP/MonetDB/CLI/README b/MonetDB-CLI-MapiPP/MonetDB/CLI/README
--- a/MonetDB-CLI-MapiPP/MonetDB/CLI/README
+++ b/MonetDB-CLI-MapiPP/MonetDB/CLI/README
@@ -26,7 +26,7 @@ PREREQUISITES
 
   IO::Socket::INET
 
-  MonetDB (http://www.monetdb.org/)
+  MonetDB (https://www.monetdb.org/)
 
 INSTALLATION
 
diff --git a/MonetDB-CLI/MonetDB/CLI.pm b/MonetDB-CLI/MonetDB/CLI.pm
--- a/MonetDB-CLI/MonetDB/CLI.pm
+++ b/MonetDB-CLI/MonetDB/CLI.pm
@@ -97,7 +97,7 @@ Copyright 1997 - July 2008 CWI, August 2
 
 =head2 MonetDB
 
-  Homepage    : http://www.monetdb.org/
+  Homepage    : https://www.monetdb.org/
 
 =head2 Perl modules
 
diff --git a/MonetDB-CLI/MonetDB/Changes b/MonetDB-CLI/MonetDB/Changes
--- a/MonetDB-CLI/MonetDB/Changes
+++ b/MonetDB-CLI/MonetDB/Changes
@@ -1,3 +1,3 @@
 Please visit the Mercurial repository:
 
- http://dev.monetdb.org/hg/monetdb-perl/
+ https://dev.monetdb.org/hg/monetdb-perl/
diff --git a/MonetDB-CLI/MonetDB/README b/MonetDB-CLI/MonetDB/README
--- a/MonetDB-CLI/MonetDB/README
+++ b/MonetDB-CLI/MonetDB/README
@@ -28,7 +28,7 @@ PREREQUISITES
 
   MonetDB::CLI::* (implementation modules)
 
-  MonetDB (http://www.monetdb.org/)
+  MonetDB (https://www.monetdb.org/)
 
 INSTALLATION
 
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: MonetDB BV <info@monetdb.org>
 Build-Depends: debhelper (>= 9~), perl
 Standards-Version: 3.9.6
-Vcs-Hg: http://dev.monetdb.org/hg/monetdb-perl/
-Vcs-Browser: http://dev.monetdb.org/hg/monetdb-perl/
+Vcs-Hg: https://dev.monetdb.org/hg/monetdb-perl/
+Vcs-Browser: https://dev.monetdb.org/hg/monetdb-perl/
 Homepage: https://www.monetdb.org/
 
 Package: libdbd-monetdb-perl
diff --git a/debian/copyright b/debian/copyright
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: monetdb-perl
 Upstream-Contact: info@monetdb.org
-Source: http://dev.monetdb.org/downloads/
+Source: https://dev.monetdb.org/downloads/
 
 Files: *
 Copyright: 1997 - July 2008 CWI
diff --git a/perl-DBD-monetdb.spec b/perl-DBD-monetdb.spec
--- a/perl-DBD-monetdb.spec
+++ b/perl-DBD-monetdb.spec
@@ -4,8 +4,8 @@ Release:	1%{?dist}
 Summary:	MonetDB perl interface
 
 License:	MPLv2.0
-URL:		http://www.monetdb.org/
-Source0:	http://dev.monetdb.org/perl/monetdb-perl-%{version}.tar.bz2
+URL:		https://www.monetdb.org/
+Source0:	https://dev.monetdb.org/perl/monetdb-perl-%{version}.tar.bz2
 
 BuildArch:	noarch
 BuildRequires:	perl
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic