summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/quodlibet2/Makefile4
-rw-r--r--audio/spectro-edit/Makefile4
-rw-r--r--converters/pyzy/Makefile6
-rw-r--r--databases/py-python-sql/Makefile4
-rw-r--r--databases/py-sqlite2/Makefile6
-rw-r--r--databases/py-tokyocabinet/Makefile4
-rw-r--r--devel/py-distorm3/Makefile4
-rw-r--r--devel/py-funcparserlib/Makefile4
-rw-r--r--devel/py-gflags/Makefile4
-rw-r--r--devel/py-ipaddr/Makefile4
-rw-r--r--devel/qtscriptgenerator/Makefile4
-rw-r--r--filesystems/py-filesystem/Makefile4
-rw-r--r--finance/py-vatnumber/Makefile4
-rw-r--r--graphics/py-dot/Makefile4
-rw-r--r--graphics/qiviewer/Makefile4
-rw-r--r--inputmethod/qt5-uim/Makefile4
-rw-r--r--inputmethod/scim-tables-vietnamese-ext/Makefile4
-rw-r--r--inputmethod/scim-unikey/Makefile4
-rw-r--r--inputmethod/sj3/Makefile4
-rw-r--r--inputmethod/sj3/Makefile.common4
-rw-r--r--inputmethod/uim-chewing/Makefile4
-rw-r--r--lang/sigscheme/Makefile4
-rw-r--r--math/py-gmpy/Makefile4
-rw-r--r--net/py-dpkt/Makefile4
-rw-r--r--net/py-pcap/Makefile4
-rw-r--r--net/py-simplesoap/Makefile4
-rw-r--r--security/py-py-bcrypt/Makefile4
-rw-r--r--security/py-slowaes/Makefile4
-rw-r--r--security/rats/Makefile6
-rw-r--r--sysutils/diskscrub/Makefile4
-rw-r--r--sysutils/py-notify/Makefile4
-rw-r--r--sysutils/py-pefile/Makefile4
-rw-r--r--sysutils/rconfig/Makefile4
-rw-r--r--textproc/py-iniparse/Makefile4
-rw-r--r--textproc/py-prettytable/Makefile4
-rw-r--r--time/py-goocalendar/Makefile4
-rw-r--r--www/py-gdata/Makefile4
-rw-r--r--www/py-pywebdav/Makefile4
-rw-r--r--www/ruby-selenium-webdriver/Makefile4
-rw-r--r--www/sqtop/Makefile4
40 files changed, 83 insertions, 83 deletions
diff --git a/audio/quodlibet2/Makefile b/audio/quodlibet2/Makefile
index b7a3785c572..470fdf915b0 100644
--- a/audio/quodlibet2/Makefile
+++ b/audio/quodlibet2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/02/12 06:25:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2017/09/04 18:55:07 wiz Exp $
DISTNAME= quodlibet-2.6.3
PKGREVISION= 12
@@ -6,7 +6,7 @@ CATEGORIES= audio
MASTER_SITES= https://bitbucket.org/lazka/quodlibet-files/raw/default/releases/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/quodlibet/
+HOMEPAGE= https://github.com/quodlibet/quodlibet
COMMENT= Finally a good alternative to iTunes
LICENSE= gnu-gpl-v2
diff --git a/audio/spectro-edit/Makefile b/audio/spectro-edit/Makefile
index acc7894e04b..41c0bdfe316 100644
--- a/audio/spectro-edit/Makefile
+++ b/audio/spectro-edit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/08/07 20:53:26 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/04 18:55:07 wiz Exp $
DISTNAME= spectro-edit_0.4
PKGNAME= ${DISTNAME:S/_/-/}
@@ -7,7 +7,7 @@ MASTER_SITES= https://spectro-edit.googlecode.com/files/
EXTRACT_SUFX= .jar
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://code.google.com/p/spectro-edit/
+HOMEPAGE= https://code.google.com/archive/p/spectro-edit/
COMMENT= Graphically view and edit WAV files
LICENSE= gnu-gpl-v3
diff --git a/converters/pyzy/Makefile b/converters/pyzy/Makefile
index 8120cdb236d..6107e18a590 100644
--- a/converters/pyzy/Makefile
+++ b/converters/pyzy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/04/22 21:03:08 adam Exp $
+# $NetBSD: Makefile,v 1.15 2017/09/04 18:55:07 wiz Exp $
DISTNAME= pyzy-0.1.0
PKGREVISION= 7
@@ -7,7 +7,7 @@ MASTER_SITES= http://pyzy.googlecode.com/files/
DISTFILES= ${DEFAULT_DISTFILES} ${DBTAR}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/pyzy/
+HOMEPAGE= https://github.com/pyzy/pyzy
COMMENT= Chinese PinYin and Bopomofo conversion library
LICENSE= gnu-lgpl-v2.1
@@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-headers}
.include "../../devel/boost-headers/buildlink3.mk"
.endif
-# http://code.google.com/p/pyzy/issues/detail?id=4
+# https://github.com/pyzy/pyzyissues/detail?id=4
.include "../../inputmethod/ibus/bad-env-usage.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.24.0
.include "../../devel/glib2/buildlink3.mk"
diff --git a/databases/py-python-sql/Makefile b/databases/py-python-sql/Makefile
index 83c10ca6256..858ef67dfa4 100644
--- a/databases/py-python-sql/Makefile
+++ b/databases/py-python-sql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/06/08 17:43:22 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/04 18:55:07 wiz Exp $
DISTNAME= python-sql-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-sql/}
MAINTAINER= rodent@NetBSD.org
-HOMEPAGE= http://code.google.com/p/python-sql/
+HOMEPAGE= http://python-sql.tryton.org/
COMMENT= Python library to write SQL queries
LICENSE= modified-bsd
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile
index 9edc7284e6e..0564d3d687a 100644
--- a/databases/py-sqlite2/Makefile
+++ b/databases/py-sqlite2/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.45 2017/09/04 18:00:51 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2017/09/04 18:55:07 wiz Exp $
DISTNAME= pysqlite-2.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pysqlite/sqlite2/}
PKGREVISION= 13
CATEGORIES= databases python
-#MASTER_SITES= http://pysqlite.googlecode.com/files/
+#MASTER_SITES= https://pypi.python.org/pypi/pysqlite/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-#HOMEPAGE= http://pysqlite.googlecode.com/
+#HOMEPAGE= https://pypi.python.org/pypi/pysqlite/
COMMENT= SQLite database adapter for Python
LICENSE= mit
diff --git a/databases/py-tokyocabinet/Makefile b/databases/py-tokyocabinet/Makefile
index a02010835dd..5c14f1b648a 100644
--- a/databases/py-tokyocabinet/Makefile
+++ b/databases/py-tokyocabinet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/01/01 14:43:28 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/09/04 18:55:07 wiz Exp $
VERSION= 0.5
DISTNAME= tokyocabinet-${VERSION}
@@ -7,7 +7,7 @@ CATEGORIES= databases
MASTER_SITES= http://python-tokyocabinet.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/python-tokyocabinet/
+HOMEPAGE= https://pypi.python.org/pypi/tokyocabinet/
COMMENT= Python wrapper to tokyocabinet database
LICENSE= mit
diff --git a/devel/py-distorm3/Makefile b/devel/py-distorm3/Makefile
index 7e01ad32661..8c3d3d50822 100644
--- a/devel/py-distorm3/Makefile
+++ b/devel/py-distorm3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:32 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:08 wiz Exp $
DISTNAME= distorm3-3.3.0
PKGNAME= ${PYPKGPREFIX}-distorm3-3.3.0
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=d/distorm3/}
EXTRACT_SUFX= .zip
MAINTAINER= pettai@NetBSD.org
-HOMEPAGE= http://code.google.com/p/distorm/
+HOMEPAGE= https://github.com/gdabah/distorm
COMMENT= Powerful Disassembler Library For x86/AMD64
LICENSE= gnu-gpl-v3
diff --git a/devel/py-funcparserlib/Makefile b/devel/py-funcparserlib/Makefile
index 0268a854461..37cbfae24a1 100644
--- a/devel/py-funcparserlib/Makefile
+++ b/devel/py-funcparserlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/06/08 17:43:25 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:08 wiz Exp $
DISTNAME= funcparserlib-0.3.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=f/funcparserlib/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/funcparserlib/
+HOMEPAGE= https://github.com/vlasovskikh/funcparserlib
COMMENT= Recursive descent parsing library based on functional combinators
LICENSE= mit
diff --git a/devel/py-gflags/Makefile b/devel/py-gflags/Makefile
index 1590266b08d..7262c72adc8 100644
--- a/devel/py-gflags/Makefile
+++ b/devel/py-gflags/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/01/01 14:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/04 18:55:08 wiz Exp $
DISTNAME= python-gflags-2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}
@@ -6,7 +6,7 @@ CATEGORIES= devel python
MASTER_SITES= http://python-gflags.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/python-gflags/
+HOMEPAGE= https://github.com/google/python-gflags
COMMENT= Python equivalent of gflags, a commandline flag implementation
LICENSE= modified-bsd
diff --git a/devel/py-ipaddr/Makefile b/devel/py-ipaddr/Makefile
index 9d45a3c478b..b35a2042b16 100644
--- a/devel/py-ipaddr/Makefile
+++ b/devel/py-ipaddr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:33 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/04 18:55:08 wiz Exp $
DISTNAME= ipaddr-2.1.11
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@ MASTER_SITES= https://googledrive.com/host/0B6wLlfdySbEUMkh1ZWhpZk1pZmc/
MASTER_SITES+= ${MASTER_SITE_PYPI:=i/ipaddr/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/ipaddr-py/
+HOMEPAGE= https://github.com/google/ipaddr-py
COMMENT= Google open source IPv4/IPv6 manipulation library in Python
LICENSE= apache-2.0
diff --git a/devel/qtscriptgenerator/Makefile b/devel/qtscriptgenerator/Makefile
index 0a64caf38d8..1f8356c5ded 100644
--- a/devel/qtscriptgenerator/Makefile
+++ b/devel/qtscriptgenerator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2016/03/05 11:27:46 jperkin Exp $
+# $NetBSD: Makefile,v 1.33 2017/09/04 18:55:08 wiz Exp $
#
DISTNAME= qtscriptgenerator-src-0.2.0
@@ -8,7 +8,7 @@ CATEGORIES= devel
MASTER_SITES= http://qtscriptgenerator.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/qtscriptgenerator/
+HOMEPAGE= https://github.com/svalaskevicius/qtscriptgenerator
COMMENT= Tool that generates Qt bindings for Qt Script
LICENSE= gnu-gpl-v2
diff --git a/filesystems/py-filesystem/Makefile b/filesystems/py-filesystem/Makefile
index 3aa0e1d24ab..92c51fdb4a8 100644
--- a/filesystems/py-filesystem/Makefile
+++ b/filesystems/py-filesystem/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:39 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/09/04 18:55:08 wiz Exp $
VERSION= 0.4.0
DISTNAME= fs-${VERSION}
@@ -8,7 +8,7 @@ CATEGORIES= filesystems
MASTER_SITES= http://pyfilesystem.googlecode.com/files/
MAINTAINER= gdt@ir.bbn.com
-HOMEPAGE= http://code.google.com/p/pyfilesystem/
+HOMEPAGE= https://github.com/PyFilesystem/pyfilesystem
COMMENT= Python filesystem access library
LICENSE= modified-bsd
diff --git a/finance/py-vatnumber/Makefile b/finance/py-vatnumber/Makefile
index 26290215044..9d3604d2aab 100644
--- a/finance/py-vatnumber/Makefile
+++ b/finance/py-vatnumber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:39 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/04 18:55:08 wiz Exp $
DISTNAME= vatnumber-1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=v/vatnumber/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/vatnumber/
+HOMEPAGE= https://pypi.python.org/pypi/vatnumber/
COMMENT= Python module to validate VAT numbers
LICENSE= gnu-gpl-v3
diff --git a/graphics/py-dot/Makefile b/graphics/py-dot/Makefile
index ceacea8a9b1..e54ca8dfb10 100644
--- a/graphics/py-dot/Makefile
+++ b/graphics/py-dot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/07/14 15:33:19 adam Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:08 wiz Exp $
DISTNAME= pydot-1.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -6,7 +6,7 @@ CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pydot/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/pydot/
+HOMEPAGE= https://github.com/erocarrera/pydot
COMMENT= Python interface to Graphviz's Dot language
LICENSE= mit
diff --git a/graphics/qiviewer/Makefile b/graphics/qiviewer/Makefile
index e10a2900a27..7b20149ce0d 100644
--- a/graphics/qiviewer/Makefile
+++ b/graphics/qiviewer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/03/05 11:28:40 jperkin Exp $
+# $NetBSD: Makefile,v 1.20 2017/09/04 18:55:08 wiz Exp $
#
DISTNAME= qiviewer-0.5.0
@@ -8,7 +8,7 @@ MASTER_SITES= http://qiviewer.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ryoon@NetBSD.org
-HOMEPAGE= http://code.google.com/p/qiviewer/
+HOMEPAGE= https://github.com/samkpo/qiviewer
COMMENT= Qt image viewer, designed to be fast and lightweight
LICENSE= gnu-gpl-v2
diff --git a/inputmethod/qt5-uim/Makefile b/inputmethod/qt5-uim/Makefile
index cd50c92a873..3790d4216e8 100644
--- a/inputmethod/qt5-uim/Makefile
+++ b/inputmethod/qt5-uim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/04/22 21:03:39 adam Exp $
+# $NetBSD: Makefile,v 1.19 2017/09/04 18:55:08 wiz Exp $
.include "../../x11/qt5/Makefile.common"
@@ -12,7 +12,7 @@ DISTFILES= ${DEFAULT_DISTFILES} uim-1.8.7pre1.tar.gz
SITES.uim-1.8.7pre1.tar.gz= ${MASTER_SITE_LOCAL}
MAINTAINER= ryoon@NetBSD.org
-HOMEPAGE= http://code.google.com/p/uim/
+HOMEPAGE= https://github.com/uim/uim
COMMENT= Qt5 input module for uim
LICENSE= modified-bsd
diff --git a/inputmethod/scim-tables-vietnamese-ext/Makefile b/inputmethod/scim-tables-vietnamese-ext/Makefile
index 515e4abd8b1..8062bacbb38 100644
--- a/inputmethod/scim-tables-vietnamese-ext/Makefile
+++ b/inputmethod/scim-tables-vietnamese-ext/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/03/15 20:03:23 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/04 18:55:08 wiz Exp $
#
DISTNAME= ${PKGNAME:S/pl/-/}
@@ -7,7 +7,7 @@ CATEGORIES= inputmethod
MASTER_SITES= http://scim-tables-vietnamese-ext.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/scim-tables-vietnamese-ext/
+HOMEPAGE= https://code.google.com/archive/p/scim-tables-vietnamese-ext/
COMMENT= Scim table for Telex/VNI Vietnamese Input Method
LICENSE= gnu-gpl-v2 OR artistic # ${PERL_LICENSE}
diff --git a/inputmethod/scim-unikey/Makefile b/inputmethod/scim-unikey/Makefile
index 09dac038b2d..0001ef9ddf1 100644
--- a/inputmethod/scim-unikey/Makefile
+++ b/inputmethod/scim-unikey/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/02/12 06:25:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2017/09/04 18:55:08 wiz Exp $
#
DISTNAME= scim-unikey-0.3.1
@@ -7,7 +7,7 @@ CATEGORIES= inputmethod
MASTER_SITES= http://scim-unikey.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/scim-unikey/
+HOMEPAGE= https://code.google.com/archive/p/scim-unikey/
COMMENT= Vietnamese Input Method Engine for SCIM using Unikey IME
LICENSE= gnu-lgpl-v2.1
diff --git a/inputmethod/sj3/Makefile b/inputmethod/sj3/Makefile
index 9c692c0485a..c53dca6ab60 100644
--- a/inputmethod/sj3/Makefile
+++ b/inputmethod/sj3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/03/15 17:56:16 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/04 18:55:09 wiz Exp $
#
.include "version.mk"
@@ -8,7 +8,7 @@ CATEGORIES= japanese inputmethod
MASTER_SITES= http://sj3.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/sj3/
+HOMEPAGE= https://code.google.com/archive/p/sj3/
COMMENT= SJ3 Japanese input method
META_PACKAGE= yes
diff --git a/inputmethod/sj3/Makefile.common b/inputmethod/sj3/Makefile.common
index f840aa14b7c..ee56f35ab57 100644
--- a/inputmethod/sj3/Makefile.common
+++ b/inputmethod/sj3/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2015/03/15 17:56:16 hiramatsu Exp $
+# $NetBSD: Makefile.common,v 1.5 2017/09/04 18:55:09 wiz Exp $
# used by inputmethod/sj3-server/Makefile
# used by inputmethod/sj3-client/Makefile
#
@@ -10,7 +10,7 @@ CATEGORIES= japanese inputmethod
MASTER_SITES= http://sj3.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/sj3/
+HOMEPAGE= https://code.google.com/archive/p/sj3/
COMMENT?= SJ3 Japanese input method
#LICENSE= # mit AND 2-clause-bsd
diff --git a/inputmethod/uim-chewing/Makefile b/inputmethod/uim-chewing/Makefile
index 54ba0898b7a..207797c4397 100644
--- a/inputmethod/uim-chewing/Makefile
+++ b/inputmethod/uim-chewing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/04/22 21:03:40 adam Exp $
+# $NetBSD: Makefile,v 1.11 2017/09/04 18:55:09 wiz Exp $
#
DISTNAME= uim-chewing-0.1.0
@@ -7,7 +7,7 @@ CATEGORIES= inputmethod chinese
MASTER_SITES= http://uim.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/uim/
+HOMEPAGE= https://github.com/uim/uim
COMMENT= Chewing im for uim
LICENSE= modified-bsd
diff --git a/lang/sigscheme/Makefile b/lang/sigscheme/Makefile
index a053545f3d8..7b9f04883c1 100644
--- a/lang/sigscheme/Makefile
+++ b/lang/sigscheme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/06/11 23:39:28 dholland Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/04 18:55:09 wiz Exp $
#
DISTNAME= sigscheme-0.8.5
@@ -6,7 +6,7 @@ CATEGORIES= lang
MASTER_SITES= http://sigscheme.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/sigscheme/
+HOMEPAGE= https://github.com/uim/sigscheme
COMMENT= R5RS Scheme interpreter for embedded use
#LICENSE= # See ${WRKSRC}/COPYING
diff --git a/math/py-gmpy/Makefile b/math/py-gmpy/Makefile
index c7cc6e9a7c0..7e0f93c6f76 100644
--- a/math/py-gmpy/Makefile
+++ b/math/py-gmpy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/08/28 15:48:33 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/04 18:55:09 wiz Exp $
DISTNAME= gmpy-1.15
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@ MASTER_SITES= http://gmpy.googlecode.com/files/
EXTRACT_SUFX= .zip
MAINTAINER= kamel.derouiche@gmail.com
-HOMEPAGE= http://code.google.com/p/gmpy
+HOMEPAGE= https://github.com/aleaxit/gmpy
COMMENT= Python library for arbitrary precision arithmetic
LICENSE= gnu-lgpl-v2.1
diff --git a/net/py-dpkt/Makefile b/net/py-dpkt/Makefile
index 99c2858d8e1..9715feb4e3c 100644
--- a/net/py-dpkt/Makefile
+++ b/net/py-dpkt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/01/01 14:43:51 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/09/04 18:55:09 wiz Exp $
DISTNAME= dpkt-1.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -7,7 +7,7 @@ CATEGORIES= net python
MASTER_SITES= http://dpkt.googlecode.com/files/
MAINTAINER= pettai@NetBSD.org
-HOMEPAGE= http://code.google.com/p/dpkt/
+HOMEPAGE= https://github.com/kbandla/dpkt
COMMENT= Python packet creation / parsing library
LICENSE= modified-bsd
diff --git a/net/py-pcap/Makefile b/net/py-pcap/Makefile
index 5203bd8f5b5..7a5ae934777 100644
--- a/net/py-pcap/Makefile
+++ b/net/py-pcap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/01/01 14:43:52 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/04 18:55:09 wiz Exp $
DISTNAME= pypcap-1.1
PKGNAME= ${PYPKGPREFIX}-pcap-1.1
@@ -7,7 +7,7 @@ CATEGORIES= net python
MASTER_SITES= http://pypcap.googlecode.com/files/
MAINTAINER= pettai@NetBSD.org
-HOMEPAGE= http://code.google.com/p/pypcap/
+HOMEPAGE= https://github.com/dugsong/pypcap
COMMENT= Simplified object-oriented python module for libpcap
LICENSE= modified-bsd
diff --git a/net/py-simplesoap/Makefile b/net/py-simplesoap/Makefile
index 53b524eac02..5e59a460e6d 100644
--- a/net/py-simplesoap/Makefile
+++ b/net/py-simplesoap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/09/04 18:00:58 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:09 wiz Exp $
DISTNAME= PySimpleSOAP-1.16
PKGNAME= ${DISTNAME:tl:S/py/${PYPKGPREFIX}-/1}
@@ -6,7 +6,7 @@ CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pysimplesoap/}
MAINTAINER= rodent@NetBSD.org
-#HOMEPAGE= https://pysimplesoap.googlecode.com/files/
+#HOMEPAGE= https://github.com/pysimplesoap/pysimplesoap
COMMENT= Python Simple SOAP Library
LICENSE= gnu-lgpl-v3
diff --git a/security/py-py-bcrypt/Makefile b/security/py-py-bcrypt/Makefile
index 5162f404048..a7f5159231a 100644
--- a/security/py-py-bcrypt/Makefile
+++ b/security/py-py-bcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:39 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/04 18:55:09 wiz Exp $
DISTNAME= py-bcrypt-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= python security
MASTER_SITES= ${MASTER_SITE_PYPI:=p/py-bcrypt/}
MAINTAINER= rodent@NetBSD.org
-HOMEPAGE= https://code.google.com/p/py-bcrypt
+HOMEPAGE= https://pypi.python.org/pypi/bcrypt/
COMMENT= Provides bcrypt password hashing and key derivation in python
LICENSE= isc AND modified-bsd AND original-bsd
diff --git a/security/py-slowaes/Makefile b/security/py-slowaes/Makefile
index 88749c79ee8..e3234760b98 100644
--- a/security/py-slowaes/Makefile
+++ b/security/py-slowaes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/01/01 14:43:56 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/09/04 18:55:09 wiz Exp $
DISTNAME= slowaes-0.1a1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/slowaes/}
MAINTAINER= kyuupichan@gmail.com
-HOMEPAGE= http://code.google.com/p/slowaes/
+HOMEPAGE= https://code.google.com/archive/p/slowaes/
COMMENT= Implementation of AES in pure Python
LICENSE= apache-2.0
diff --git a/security/rats/Makefile b/security/rats/Makefile
index 07e28fa5041..3ccbf26393f 100644
--- a/security/rats/Makefile
+++ b/security/rats/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.27 2014/12/16 03:12:42 mef Exp $
+# $NetBSD: Makefile,v 1.28 2017/09/04 18:55:09 wiz Exp $
#
DISTNAME= rats-2.1
PKGREVISION= 5
CATEGORIES= security
-MASTER_SITES+= http://code.google.com/p/rough-auditing-tool-for-security/downloads/
+MASTER_SITES+= https://code.google.com/archive/p/rough-auditing-tool-for-security/downloads/
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
-HOMEPAGE= http://code.google.com/p/rough-auditing-tool-for-security/
+HOMEPAGE= https://code.google.com/archive/p/rough-auditing-tool-for-security/
COMMENT= Rough Auditing Tool for Security
LICENSE= gnu-gpl-v2
diff --git a/sysutils/diskscrub/Makefile b/sysutils/diskscrub/Makefile
index 41833f202ea..d6ccb60b3ab 100644
--- a/sysutils/diskscrub/Makefile
+++ b/sysutils/diskscrub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/07/09 06:38:59 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2017/09/04 18:55:09 wiz Exp $
DISTNAME= scrub-2.5.2
PKGREVISION= 5
@@ -7,7 +7,7 @@ MASTER_SITES= http://diskscrub.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= agc@NetBSD.org
-HOMEPAGE= http://code.google.com/p/diskscrub/
+HOMEPAGE= https://code.google.com/archive/p/diskscrub/
COMMENT= Utility to overwrite disks and scrub the data on them
LICENSE= gnu-gpl-v2
diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile
index a981b02aee1..90d59b317e5 100644
--- a/sysutils/py-notify/Makefile
+++ b/sysutils/py-notify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2017/09/04 18:01:01 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2017/09/04 18:55:09 wiz Exp $
DISTNAME= py-notify-0.2.1
PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}/1}
@@ -7,7 +7,7 @@ CATEGORIES= devel
MASTER_SITES= http://download.gna.org/py-notify/
MAINTAINER= pkgsrc-users@NetBSD.org
-#HOMEPAGE= http://home.gna.org/py-notify/
+#HOMEPAGE= https://pypi.python.org/pypi/py-notify/
COMMENT= Python package providing tool for observer programming pattern
LICENSE= gnu-lgpl-v2.1
diff --git a/sysutils/py-pefile/Makefile b/sysutils/py-pefile/Makefile
index 37de6921a2e..189974a28a8 100644
--- a/sysutils/py-pefile/Makefile
+++ b/sysutils/py-pefile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/01/01 14:43:58 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:09 wiz Exp $
PEFILE_VERSION= 1.2.10-139
DISTNAME= pefile-${PEFILE_VERSION}
@@ -7,7 +7,7 @@ CATEGORIES= sysutils
MASTER_SITES= https://pefile.googlecode.com/files/
MAINTAINER= khorben@defora.org
-HOMEPAGE= https://code.google.com/p/pefile/
+HOMEPAGE= https://github.com/erocarrera/pefile
COMMENT= Python module to read and work with PE files
LICENSE= modified-bsd
diff --git a/sysutils/rconfig/Makefile b/sysutils/rconfig/Makefile
index db2e9433e38..3ed27c881e6 100644
--- a/sysutils/rconfig/Makefile
+++ b/sysutils/rconfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2016/07/09 06:39:02 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2017/09/04 18:55:10 wiz Exp $
DISTNAME= rconfig-0.47
PKGREVISION= 5
@@ -7,7 +7,7 @@ MASTER_SITES= http://rconfig.googlecode.com/files/
EXTRACT_SUFX= .tbz
MAINTAINER= abs@NetBSD.org
-HOMEPAGE= http://code.google.com/p/rconfig/
+HOMEPAGE= https://code.google.com/archive/p/rconfig/
COMMENT= Manage configurations for many machines via rdist trees
DEPENDS+= fping-[0-9]*:../../net/fping
diff --git a/textproc/py-iniparse/Makefile b/textproc/py-iniparse/Makefile
index 9c8a50800cf..e8d573d2061 100644
--- a/textproc/py-iniparse/Makefile
+++ b/textproc/py-iniparse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2017/01/01 14:44:01 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/09/04 18:55:10 wiz Exp $
DISTNAME= iniparse-0.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= python textproc
MASTER_SITES= http://iniparse.googlecode.com/files/
MAINTAINER= rodent@NetBSD.org
-HOMEPAGE= http://code.google.com/p/iniparse/
+HOMEPAGE= https://pypi.python.org/pypi/iniparse/
COMMENT= Better INI parser for Python
LICENSE= mit AND python-software-foundation
diff --git a/textproc/py-prettytable/Makefile b/textproc/py-prettytable/Makefile
index 51b19fd61eb..63cce33043b 100644
--- a/textproc/py-prettytable/Makefile
+++ b/textproc/py-prettytable/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/06/08 17:43:40 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/04 18:55:10 wiz Exp $
#
DISTNAME= prettytable-0.7.2
@@ -8,7 +8,7 @@ CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PrettyTable/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/prettytable/
+HOMEPAGE= https://pypi.python.org/pypi/PrettyTable/
COMMENT= Simple Python library for easily displaying tabular data
LICENSE= modified-bsd
diff --git a/time/py-goocalendar/Makefile b/time/py-goocalendar/Makefile
index 2ff3752ef29..d3f5c3b52d4 100644
--- a/time/py-goocalendar/Makefile
+++ b/time/py-goocalendar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/01/01 14:44:02 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:10 wiz Exp $
DISTNAME= GooCalendar-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -6,7 +6,7 @@ CATEGORIES= python time
MASTER_SITES= http://goocalendar.googlecode.com/files/
MAINTAINER= rodent@NetBSD.org
-HOMEPAGE= http://code.google.com/p/goocalendar/
+HOMEPAGE= http://goocalendar.tryton.org/
COMMENT= Calendar widget using GooCanvas
LICENSE= gnu-gpl-v2
diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile
index 2020293ab27..269b3e95dc6 100644
--- a/www/py-gdata/Makefile
+++ b/www/py-gdata/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/01/01 14:44:04 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2017/09/04 18:55:10 wiz Exp $
DISTNAME= gdata-2.0.18
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -6,7 +6,7 @@ CATEGORIES= www python
MASTER_SITES= http://gdata-python-client.googlecode.com/files/
MAINTAINER= mj@mjturner.net
-HOMEPAGE= http://code.google.com/p/gdata-python-client/
+HOMEPAGE= https://github.com/google/gdata-python-client
COMMENT= Google Data API Python client library
LICENSE= apache-2.0
diff --git a/www/py-pywebdav/Makefile b/www/py-pywebdav/Makefile
index bdc9e7fc6a3..d7bd3b27ece 100644
--- a/www/py-pywebdav/Makefile
+++ b/www/py-pywebdav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/01/01 14:44:05 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/09/04 18:55:10 wiz Exp $
VERSION= 0.9.8
DISTNAME= PyWebDAV-${VERSION}
@@ -7,7 +7,7 @@ CATEGORIES= www python
MASTER_SITES= http://pywebdav.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://code.google.com/p/pywebdav/
+HOMEPAGE= https://pypi.python.org/pypi/PyWebDAV/
COMMENT= Standards compliant Python WebDAV server and library
LICENSE= gnu-gpl-v2
diff --git a/www/ruby-selenium-webdriver/Makefile b/www/ruby-selenium-webdriver/Makefile
index 63612417713..54b30d89cfa 100644
--- a/www/ruby-selenium-webdriver/Makefile
+++ b/www/ruby-selenium-webdriver/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2017/09/04 18:01:04 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2017/09/04 18:55:10 wiz Exp $
DISTNAME= selenium-webdriver-2.45.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= ruby www
MAINTAINER= rodent@NetBSD.org
-#HOMEPAGE= http://selenium.googlecode.com/
+#HOMEPAGE= https://rubygems.org/gems/selenium-webdriver
COMMENT= Tool for writing automated tests of websites
LICENSE= apache-2.0
diff --git a/www/sqtop/Makefile b/www/sqtop/Makefile
index 0daa588f8d5..3616dab7a0b 100644
--- a/www/sqtop/Makefile
+++ b/www/sqtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/01/04 15:23:15 roy Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/04 18:55:10 wiz Exp $
DISTNAME= sqtop-2013-12-17
PKGNAME= ${DISTNAME:C/([0-9])-/\1/g}
@@ -8,7 +8,7 @@ MASTER_SITES= http://sqtop.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
-HOMEPAGE= http://code.google.com/p/sqtop/
+HOMEPAGE= https://github.com/paleg/sqtop
COMMENT= Display active client connections for Squid
LICENSE= gnu-gpl-v2