pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
*: follow redirects, comment out dead homepages.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Sep 3 11:25:39 2017 +0200
Changeset: a64e53294ceb386500fc43c6920510caf8cf7362
Modified Files:
MesaLib-dfbsd/Makefile
MesaLib/Makefile
davical-git/Makefile
mpv-git/Makefile
munge/Makefile
mysql-docs/Makefile
ots/Makefile
plink/Makefile
py-bsddb/Makefile
py-gettext-tools/Makefile
Log Message:
*: follow redirects, comment out dead homepages.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a64e53294ceb386500fc43c6920510caf8cf7362
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
MesaLib-dfbsd/Makefile | 2 +-
MesaLib/Makefile | 2 +-
davical-git/Makefile | 2 +-
mpv-git/Makefile | 2 +-
munge/Makefile | 2 +-
mysql-docs/Makefile | 2 +-
ots/Makefile | 2 +-
plink/Makefile | 2 +-
py-bsddb/Makefile | 2 +-
py-gettext-tools/Makefile | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diffs:
diff --git a/MesaLib-dfbsd/Makefile b/MesaLib-dfbsd/Makefile
index cb38db7d2a..cb9d7d5d23 100644
--- a/MesaLib-dfbsd/Makefile
+++ b/MesaLib-dfbsd/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.mesa3d.org/
+HOMEPAGE= https://www.mesa3d.org/
COMMENT= The Mesa 3D Graphics Library
LICENSE= mit
diff --git a/MesaLib/Makefile b/MesaLib/Makefile
index dd850d9a78..95715021ef 100644
--- a/MesaLib/Makefile
+++ b/MesaLib/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.mesa3d.org/
+HOMEPAGE= https://www.mesa3d.org/
COMMENT= The Mesa 3D Graphics Library
LICENSE= mit
diff --git a/davical-git/Makefile b/davical-git/Makefile
index ac424d11f9..f3a7a1b6b6 100644
--- a/davical-git/Makefile
+++ b/davical-git/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= www
MASTER_SITES= http://debian.mcmillan.net.nz/packages/davical/
MAINTAINER= hauke%NetBSD.org@localhost
-HOMEPAGE= http://www.davical.org/
+HOMEPAGE= https://www.davical.org/
COMMENT= Simple CalDAV server using a PostgreSQL backend
LICENSE= gnu-gpl-v2 AND gnu-gpl-v3
diff --git a/mpv-git/Makefile b/mpv-git/Makefile
index 9f3e71c39e..2dc3552789 100644
--- a/mpv-git/Makefile
+++ b/mpv-git/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= multimedia
MASTER_SITES= -https://github.com/mpv-player/mpv/archive/v${PKGVERSION_NOREV}${EXTRACT_SUFX}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://mpv.io/
+HOMEPAGE= https://mpv.io/
COMMENT= Video player based on MPlayer and mplayer2 (git version)
LICENSE= gnu-gpl-v2
diff --git a/munge/Makefile b/munge/Makefile
index df26182b96..25cd035635 100644
--- a/munge/Makefile
+++ b/munge/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES= http://munge.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= asau%inbox.ru@localhost
-HOMEPAGE= http://code.google.com/p/munge/
+HOMEPAGE= https://dun.github.io/munge/
COMMENT= Authentication service for creating and validating credentials
USE_TOOLS= perl pkg-config
diff --git a/mysql-docs/Makefile b/mysql-docs/Makefile
index 5d83d79e59..c7927b2f85 100644
--- a/mysql-docs/Makefile
+++ b/mysql-docs/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= misc
MASTER_SITES= http://mysql.belnet.be/Downloads/Manual/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.mysql.com/
+HOMEPAGE= https://www.mysql.com/
COMMENT= Latest documentation for MySQL database server
HTMLDIR= share/doc/${PKGNAME}
diff --git a/ots/Makefile b/ots/Makefile
index 8b471dd2dc..2a3dfbf77c 100644
--- a/ots/Makefile
+++ b/ots/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libots/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://libots.sf.net/
+#HOMEPAGE= http://libots.sf.net/
COMMENT= Tool and library for auto-summarizing text
LICENSE= gnu-gpl-v2
diff --git a/plink/Makefile b/plink/Makefile
index 6403a0103d..110c5d2739 100644
--- a/plink/Makefile
+++ b/plink/Makefile
@@ -12,7 +12,7 @@ GITHUB_PROJECT= plink-ng
GITHUB_TAG= cbcf442c176036138419b14d6b46a3d57e8325d4
MAINTAINER= bacon4000%gmail.com@localhost
-HOMEPAGE= http://pngu.mgh.harvard.edu/~purcell/plink/
+#HOMEPAGE= http://pngu.mgh.harvard.edu/~purcell/plink/
COMMENT= Whole genome association analysis toolset
LICENSE= gnu-gpl-v2
diff --git a/py-bsddb/Makefile b/py-bsddb/Makefile
index c8a4e5426e..2bdce37445 100644
--- a/py-bsddb/Makefile
+++ b/py-bsddb/Makefile
@@ -6,7 +6,7 @@ PKGNAME= ${PYPKGPREFIX}-bsddb-${PY_DISTVERSION}
CATEGORIES= databases
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.python.org/topics/database/
+HOMEPAGE= https://www.python.org/topics/database/
COMMENT= Python extension module for Berkeley DB 3 and 4
diff --git a/py-gettext-tools/Makefile b/py-gettext-tools/Makefile
index 22f57fb6e3..6553e1311b 100644
--- a/py-gettext-tools/Makefile
+++ b/py-gettext-tools/Makefile
@@ -4,7 +4,7 @@ PKGNAME= ${PYPKGPREFIX}-gettext-tools-${PY_DISTVERSION}
CATEGORIES= databases
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.python.org/topics/database/
+HOMEPAGE= https://www.python.org/topics/database/
COMMENT= Python tools for development of I18N Python apps
NO_BUILD= yes
Home |
Main Index |
Thread Index |
Old Index