pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update some HOMEPAGEs.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f16ef04a0dba
branches:  trunk
changeset: 366622:f16ef04a0dba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 16 21:22:11 2017 +0000

description:
Update some HOMEPAGEs.

diffstat:

 audio/libmtag/Makefile                  |  4 ++--
 audio/libofa/Makefile                   |  4 ++--
 audio/py-libmtag/Makefile               |  4 ++--
 databases/innotop/Makefile              |  4 ++--
 devel/js2-mode/Makefile                 |  4 ++--
 devel/libgcroots/Makefile               |  4 ++--
 devel/libpgm/Makefile                   |  4 ++--
 graphics/gimp-jxr/Makefile              |  4 ++--
 inputmethod/ibus-anthy/Makefile         |  4 ++--
 inputmethod/ibus-array/Makefile         |  4 ++--
 inputmethod/ibus-chewing/Makefile       |  4 ++--
 inputmethod/ibus-handwrite/Makefile     |  4 ++--
 inputmethod/ibus-hangul/Makefile        |  4 ++--
 inputmethod/ibus-input-pad/Makefile     |  4 ++--
 inputmethod/ibus-m17n/Makefile          |  4 ++--
 inputmethod/ibus-pinyin/Makefile        |  4 ++--
 inputmethod/ibus-qt/Makefile            |  5 ++---
 inputmethod/ibus-rime/Makefile          |  4 ++--
 inputmethod/ibus-t9/Makefile            |  4 ++--
 inputmethod/ibus-table-chinese/Makefile |  4 ++--
 inputmethod/ibus-table-others/Makefile  |  4 ++--
 inputmethod/ibus-table/Makefile         |  4 ++--
 inputmethod/ibus-unikey/Makefile        |  4 ++--
 inputmethod/ibus/Makefile.common        |  4 ++--
 inputmethod/input-pad/Makefile.common   |  4 ++--
 inputmethod/libhangul/Makefile          |  4 ++--
 inputmethod/librime/Makefile            |  4 ++--
 misc/gaupol/Makefile                    |  6 +++---
 multimedia/libass/Makefile              |  4 ++--
 multimedia/mp4v2/Makefile               |  4 ++--
 net/libdnet/Makefile                    |  4 ++--
 net/py-libdnet/Makefile                 |  4 ++--
 print/kbibtex/Makefile                  |  6 +++---
 sysutils/cvsreport/Makefile             |  7 +++----
 sysutils/grun/Makefile                  |  4 ++--
 textproc/iksemel/Makefile               |  4 ++--
 x11/gtkmm-utils/Makefile                |  4 ++--
 37 files changed, 77 insertions(+), 79 deletions(-)

diffs (truncated from 668 to 300 lines):

diff -r a56f7def09de -r f16ef04a0dba audio/libmtag/Makefile
--- a/audio/libmtag/Makefile    Wed Aug 16 21:10:20 2017 +0000
+++ b/audio/libmtag/Makefile    Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/04/20 12:10:27 nros Exp $
+# $NetBSD: Makefile,v 1.7 2017/08/16 21:22:11 wiz Exp $
 #
 
 DISTNAME=      libmtag-0.3.2
@@ -7,7 +7,7 @@
 MASTER_SITES=  http://libmtag.googlecode.com/files/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/libmtag/
+HOMEPAGE=      https://code.google.com/archive/p/libmtag/
 COMMENT=       Music tagging library
 LICENSE=       gnu-lgpl-v2.1
 
diff -r a56f7def09de -r f16ef04a0dba audio/libofa/Makefile
--- a/audio/libofa/Makefile     Wed Aug 16 21:10:20 2017 +0000
+++ b/audio/libofa/Makefile     Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2017/04/30 01:21:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.19 2017/08/16 21:22:11 wiz Exp $
 #
 
 DISTNAME=              libofa-0.9.3
@@ -8,7 +8,7 @@
 MASTER_SITES+=         http://musicip-libofa.googlecode.com/files/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              http://code.google.com/p/musicip-libofa/
+HOMEPAGE=              https://code.google.com/archive/p/musicip-libofa/
 COMMENT=               Open Fingerprint Architecture library
 LICENSE=               gnu-gpl-v2
 
diff -r a56f7def09de -r f16ef04a0dba audio/py-libmtag/Makefile
--- a/audio/py-libmtag/Makefile Wed Aug 16 21:10:20 2017 +0000
+++ b/audio/py-libmtag/Makefile Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/01/01 14:43:23 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/08/16 21:22:11 wiz Exp $
 
 DISTNAME=      libmtag-python-0.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
@@ -6,7 +6,7 @@
 MASTER_SITES=  http://libmtag.googlecode.com/files/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/libmtag/
+HOMEPAGE=      https://code.google.com/archive/p/libmtag/
 COMMENT=       Python binding for libmtag
 
 USE_TOOLS+=    pkg-config
diff -r a56f7def09de -r f16ef04a0dba databases/innotop/Makefile
--- a/databases/innotop/Makefile        Wed Aug 16 21:10:20 2017 +0000
+++ b/databases/innotop/Makefile        Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/07/09 06:37:59 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2017/08/16 21:22:11 wiz Exp $
 #
 
 DISTNAME=      innotop-1.9.1
@@ -7,7 +7,7 @@
 MASTER_SITES=  http://innotop.googlecode.com/files/
 
 MAINTAINER=    filip%joyent.com@localhost
-HOMEPAGE=      http://code.google.com/p/innotop/
+HOMEPAGE=      https://github.com/innotop/innotop
 COMMENT=       MySQL and InnoDB monitor program
 LICENSE=       gnu-gpl-v2
 
diff -r a56f7def09de -r f16ef04a0dba devel/js2-mode/Makefile
--- a/devel/js2-mode/Makefile   Wed Aug 16 21:10:20 2017 +0000
+++ b/devel/js2-mode/Makefile   Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/04/14 00:31:41 pho Exp $
+# $NetBSD: Makefile,v 1.9 2017/08/16 21:22:11 wiz Exp $
 #
 
 DISTNAME=      js2-20080406
@@ -8,7 +8,7 @@
 EXTRACT_SUFX=  .el
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/js2-mode/
+HOMEPAGE=      https://code.google.com/archive/p/js2-mode/
 COMMENT=       Improved JavaScript mode for GNU Emacs
 
 WRKSRC=                ${WRKDIR}
diff -r a56f7def09de -r f16ef04a0dba devel/libgcroots/Makefile
--- a/devel/libgcroots/Makefile Wed Aug 16 21:10:20 2017 +0000
+++ b/devel/libgcroots/Makefile Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/09/28 03:16:17 obache Exp $
+# $NetBSD: Makefile,v 1.7 2017/08/16 21:22:11 wiz Exp $
 #
 
 DISTNAME=      libgcroots-0.2.3
@@ -6,7 +6,7 @@
 MASTER_SITES=  http://sigscheme.googlecode.com/files/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/sigscheme/wiki/libgcroots
+HOMEPAGE=      https://code.google.com/archive/p/sigscheme/wikis/libgcroots.wiki
 COMMENT=       Garbage collector supporting library
 #LICENSE=      # See ${WRKSRC}/COPYING
 
diff -r a56f7def09de -r f16ef04a0dba devel/libpgm/Makefile
--- a/devel/libpgm/Makefile     Wed Aug 16 21:10:20 2017 +0000
+++ b/devel/libpgm/Makefile     Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/07/09 06:38:09 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/08/16 21:22:11 wiz Exp $
 #
 
 DISTNAME=      libpgm-5.1.118
@@ -8,7 +8,7 @@
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    agc%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/openpgm/
+HOMEPAGE=      https://code.google.com/archive/p/openpgm/
 COMMENT=       PGM reliable multicast library implementing RFC 3208
 LICENSE=       gnu-lgpl-v2
 
diff -r a56f7def09de -r f16ef04a0dba graphics/gimp-jxr/Makefile
--- a/graphics/gimp-jxr/Makefile        Wed Aug 16 21:10:20 2017 +0000
+++ b/graphics/gimp-jxr/Makefile        Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/04/04 13:08:13 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2017/08/16 21:22:11 wiz Exp $
 
 DISTNAME=      gimp-jxr-2.0
 CATEGORIES=    graphics
@@ -6,7 +6,7 @@
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://gimpjpegxrplugin.codeplex.com/
+HOMEPAGE=      https://github.com/chausner/gimp-jxr
 COMMENT=       Gimp plugin for JPEG XR files
 LICENSE=       modified-bsd
 
diff -r a56f7def09de -r f16ef04a0dba inputmethod/ibus-anthy/Makefile
--- a/inputmethod/ibus-anthy/Makefile   Wed Aug 16 21:10:20 2017 +0000
+++ b/inputmethod/ibus-anthy/Makefile   Wed Aug 16 21:22:11 2017 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.20 2015/11/25 12:50:57 jperkin Exp $
+# $NetBSD: Makefile,v 1.21 2017/08/16 21:22:12 wiz Exp $
 
 DISTNAME=      ibus-anthy-1.5.6
 CATEGORIES=    inputmethod japanese
 MASTER_SITES=  https://github.com/ibus/ibus-anthy/releases/download/${PKGVERSION_NOREV}/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/ibus/
+HOMEPAGE=      https://github.com/ibus/ibus/wiki
 COMMENT=       Anthy engine for IBus input platform
 LICENSE=       gnu-gpl-v2
 
diff -r a56f7def09de -r f16ef04a0dba inputmethod/ibus-array/Makefile
--- a/inputmethod/ibus-array/Makefile   Wed Aug 16 21:10:20 2017 +0000
+++ b/inputmethod/ibus-array/Makefile   Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/04/22 21:03:39 adam Exp $
+# $NetBSD: Makefile,v 1.21 2017/08/16 21:22:12 wiz Exp $
 
 DISTNAME=      ibus-array-0.1.0
 PKGREVISION=   5
@@ -7,7 +7,7 @@
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/ibus-array/
+HOMEPAGE=      https://code.google.com/archive/p/ibus-array/
 COMMENT=       Array 30 Input Method for iBus
 LICENSE=       gnu-gpl-v3
 
diff -r a56f7def09de -r f16ef04a0dba inputmethod/ibus-chewing/Makefile
--- a/inputmethod/ibus-chewing/Makefile Wed Aug 16 21:10:20 2017 +0000
+++ b/inputmethod/ibus-chewing/Makefile Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2017/04/22 21:03:39 adam Exp $
+# $NetBSD: Makefile,v 1.51 2017/08/16 21:22:12 wiz Exp $
 #
 
 DISTNAME=      ibus-chewing-1.4.12-Source
@@ -8,7 +8,7 @@
 MASTER_SITES=  https://github.com/definite/ibus-chewing/releases/download/${PKGVERSION_NOREV}/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/ibus/
+HOMEPAGE=      https://github.com/ibus/ibus/wiki
 COMMENT=       Chewing engine for IBus input platform
 LICENSE=       gnu-gpl-v2
 
diff -r a56f7def09de -r f16ef04a0dba inputmethod/ibus-handwrite/Makefile
--- a/inputmethod/ibus-handwrite/Makefile       Wed Aug 16 21:10:20 2017 +0000
+++ b/inputmethod/ibus-handwrite/Makefile       Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2017/02/12 06:25:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.38 2017/08/16 21:22:12 wiz Exp $
 #
 
 DISTNAME=      ibus-handwrite-3.0.0
@@ -8,7 +8,7 @@
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/ibus-handwrite/
+HOMEPAGE=      https://code.google.com/archive/p/ibus-handwrite/
 COMMENT=       Handwrite recognizer for ibus
 LICENSE=       gnu-gpl-v3
 
diff -r a56f7def09de -r f16ef04a0dba inputmethod/ibus-hangul/Makefile
--- a/inputmethod/ibus-hangul/Makefile  Wed Aug 16 21:10:20 2017 +0000
+++ b/inputmethod/ibus-hangul/Makefile  Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/03/15 17:25:55 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.17 2017/08/16 21:22:12 wiz Exp $
 #
 
 DISTNAME=      ibus-hangul-1.5.0
@@ -6,7 +6,7 @@
 MASTER_SITES=  https://github.com/choehwanjin/ibus-hangul/releases/download/${PKGVERSION_NOREV}/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/ibus/
+HOMEPAGE=      https://github.com/ibus/ibus/wiki
 COMMENT=       Hangul engine for IBus input platform
 LICENSE=       gnu-gpl-v2
 
diff -r a56f7def09de -r f16ef04a0dba inputmethod/ibus-input-pad/Makefile
--- a/inputmethod/ibus-input-pad/Makefile       Wed Aug 16 21:10:20 2017 +0000
+++ b/inputmethod/ibus-input-pad/Makefile       Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2017/02/12 06:25:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2017/08/16 21:22:12 wiz Exp $
 #
 
 DISTNAME=      ibus-input-pad-1.4.2
@@ -7,7 +7,7 @@
 MASTER_SITES=  http://input-pad.googlecode.com/files/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/input-pad/
+HOMEPAGE=      https://github.com/fujiwarat/input-pad/wiki
 COMMENT=       Input Pad for IBus
 LICENSE=       gnu-gpl-v2
 
diff -r a56f7def09de -r f16ef04a0dba inputmethod/ibus-m17n/Makefile
--- a/inputmethod/ibus-m17n/Makefile    Wed Aug 16 21:10:20 2017 +0000
+++ b/inputmethod/ibus-m17n/Makefile    Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2017/02/28 15:20:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2017/08/16 21:22:12 wiz Exp $
 #
 
 DISTNAME=      ibus-m17n-1.3.4
@@ -7,7 +7,7 @@
 MASTER_SITES=  http://ibus.googlecode.com/files/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/ibus/
+HOMEPAGE=      https://github.com/ibus/ibus/wiki
 COMMENT=       M17N engine for IBus platform
 LICENSE=       gnu-gpl-v2
 
diff -r a56f7def09de -r f16ef04a0dba inputmethod/ibus-pinyin/Makefile
--- a/inputmethod/ibus-pinyin/Makefile  Wed Aug 16 21:10:20 2017 +0000
+++ b/inputmethod/ibus-pinyin/Makefile  Wed Aug 16 21:22:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2017/04/22 21:03:39 adam Exp $
+# $NetBSD: Makefile,v 1.36 2017/08/16 21:22:12 wiz Exp $
 #
 
 DISTNAME=      ibus-pinyin-1.5.0
@@ -7,7 +7,7 @@
 MASTER_SITES=  http://ibus.googlecode.com/files/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://code.google.com/p/ibus/
+HOMEPAGE=      https://github.com/ibus/ibus/wiki
 COMMENT=       Chinese Pinyin and Bopomofo engines for IBus input platform
 LICENSE=       gnu-gpl-v2
 
diff -r a56f7def09de -r f16ef04a0dba inputmethod/ibus-qt/Makefile
--- a/inputmethod/ibus-qt/Makefile      Wed Aug 16 21:10:20 2017 +0000
+++ b/inputmethod/ibus-qt/Makefile      Wed Aug 16 21:22:11 2017 +0000
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2017/08/16 20:45:40 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.46 2017/08/16 21:22:12 wiz Exp $
 
 DISTNAME=      ibus-qt-1.3.3-Source
 PKGNAME=       ${DISTNAME:S/-Source//}
@@ -8,7 +7,7 @@
 MASTER_SITES=  https://github.com/ibus/ibus-qt/releases/download/${PKGVERSION_NOREV}/
 



Home | Main Index | Thread Index | Old Index