pkgsrc-WIP-changes archive

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

*: follow some redirects



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Mon Sep 4 20:55:47 2017 +0200
Changeset:	e6c2487d604854cc27146a43d5114b3624f1028f

Modified Files:
	py-django-registration/Makefile
	py-gmpy2/Makefile
	py-notify-dev/Makefile
	py-sparqlwrapper/Makefile
	relaydb/Makefile
	rust/Makefile
	system-tools-backends/Makefile
	taskd/Makefile
	timewarrior/Makefile

Log Message:
*: follow some redirects

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

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

diffstat:
 py-django-registration/Makefile | 2 +-
 py-gmpy2/Makefile               | 2 +-
 py-notify-dev/Makefile          | 2 +-
 py-sparqlwrapper/Makefile       | 2 +-
 relaydb/Makefile                | 2 +-
 rust/Makefile                   | 2 +-
 system-tools-backends/Makefile  | 2 +-
 taskd/Makefile                  | 4 ++--
 timewarrior/Makefile            | 4 ++--
 9 files changed, 11 insertions(+), 11 deletions(-)

diffs:
diff --git a/py-django-registration/Makefile b/py-django-registration/Makefile
index 3ac896b211..84effa7259 100644
--- a/py-django-registration/Makefile
+++ b/py-django-registration/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	www python
 MASTER_SITES=	http://bitbucket.org/ubernostrum/django-registration/downloads/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://bitbucket.org/ubernostrum/django-registration/wiki/Home
+#HOMEPAGE=	https://bitbucket.org/ubernostrum/django-registration/wiki/Home
 COMMENT=	User-registration application for Django
 LICENSE=	modified-bsd
 
diff --git a/py-gmpy2/Makefile b/py-gmpy2/Makefile
index bdace872e4..b42f3c5f2f 100644
--- a/py-gmpy2/Makefile
+++ b/py-gmpy2/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	${MASTER_SITE_PYPI:=g/gmpy2/}
 EXTRACT_SUFX=	.zip#md5=95f008bcab6372164358123f43e3f490
 
 MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	http://code.google.com/p/gmpy/
+HOMEPAGE=	https://github.com/aleaxit/gmpy/
 COMMENT=	GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
 LICENSE=	gnu-gpl-v3
 
diff --git a/py-notify-dev/Makefile b/py-notify-dev/Makefile
index c575d19fb8..36f027f310 100644
--- a/py-notify-dev/Makefile
+++ b/py-notify-dev/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	sysutils
 MASTER_SITES=	http://download.gna.org/py-notify/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://home.gna.org/py-notify/
+#HOMEPAGE=	https://pypi.python.org/pypi/py-notify/
 COMMENT=	Python bindings for libnotify - development branch
 LICENSE=	gnu-lgpl-v2.1
 
diff --git a/py-sparqlwrapper/Makefile b/py-sparqlwrapper/Makefile
index db3237a36c..7d771de28e 100644
--- a/py-sparqlwrapper/Makefile
+++ b/py-sparqlwrapper/Makefile
@@ -10,7 +10,7 @@ CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_PYPI:=S/SPARQLWrapper/}
 MAINTAINER=	bacon4000%gmail.com@localhost
 
-HOMEPAGE=	http://rdflib.github.io/sparqlwrapper/
+HOMEPAGE=	https://rdflib.github.io/sparqlwrapper/
 COMMENT=	SPARQL endpoint interface to Python
 LICENSE=	w3c
 
diff --git a/relaydb/Makefile b/relaydb/Makefile
index 5734e85e74..398ba96dc7 100644
--- a/relaydb/Makefile
+++ b/relaydb/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=		mail
 MASTER_SITES=		http://www.benzedrine.cx/
 
 MAINTAINER=		peter%pointless.nl@localhost
-HOMEPAGE=		http://www.benzedrine.cx/relaydb.html
+#HOMEPAGE=		http://www.benzedrine.cx/relaydb.html
 COMMENT=		Spam relay database
 
 NO_CONFIGURE=		yes
diff --git a/rust/Makefile b/rust/Makefile
index 7f0177c1e0..3b1e9e7bb0 100644
--- a/rust/Makefile
+++ b/rust/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	http://static.rust-lang.org/dist/
 MASTER_SITES+=	https://us-east.manta.joyent.com/pkgsrc/public/pkg-bootstraps/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.rust-lang.org/
+HOMEPAGE=	https://www.rust-lang.org/
 COMMENT=	Safe, concurrent, practical language
 LICENSE=	mit OR apache-2.0
 
diff --git a/system-tools-backends/Makefile b/system-tools-backends/Makefile
index ff71a11cf8..2acd812d5b 100644
--- a/system-tools-backends/Makefile
+++ b/system-tools-backends/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=		sysutils
 MASTER_SITES=		${MASTER_SITE_GNOME:=/sources/system-tools-backends/2.10/}
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://system-tools-backends.freedesktop.org/
+HOMEPAGE=		https://system-tools-backends.freedesktop.org/
 COMMENT=		DBus interface for system configuration
 LICENSE=		gnu-gpl-v2
 
diff --git a/taskd/Makefile b/taskd/Makefile
index a7ab2d5c61..4ee55e52d5 100644
--- a/taskd/Makefile
+++ b/taskd/Makefile
@@ -3,10 +3,10 @@
 DISTNAME=	taskd-1.1.0
 PKGREVISION=	2
 CATEGORIES=	net
-MASTER_SITES=	http://taskwarrior.org/download/
+MASTER_SITES=	https://taskwarrior.org/download/
 
 MAINTAINER=	esg%sdf.org@localhost
-HOMEPAGE=	http://taskwarrior.org/download/
+HOMEPAGE=	https://taskwarrior.org/download/
 COMMENT=	Lightweight, secure server providing access to task data
 LICENSE=	mit
 
diff --git a/timewarrior/Makefile b/timewarrior/Makefile
index 64126e55a5..3854ccc199 100644
--- a/timewarrior/Makefile
+++ b/timewarrior/Makefile
@@ -3,10 +3,10 @@
 DISTNAME=	timew-1.0.0.beta1
 PKGNAME=	${DISTNAME:S/timew/timewarrior/}
 CATEGORIES=	time
-MASTER_SITES=	http://taskwarrior.org/download/
+MASTER_SITES=	https://taskwarrior.org/download/
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://taskwarrior.org/
+HOMEPAGE=	https://taskwarrior.org/
 COMMENT=	Command-line time tracking application
 LICENSE=	mit
 


Home | Main Index | Thread Index | Old Index