pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Fix HOMEPAGE to be copy'n'pastable.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cbcd9c72523
branches:  trunk
changeset: 348180:3cbcd9c72523
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 09 06:23:38 2016 +0000

description:
Fix HOMEPAGE to be copy'n'pastable.

diffstat:

 chat/telegram-purple/Makefile                  |  4 ++--
 devel/catch/Makefile                           |  4 ++--
 devel/cmockery2/Makefile                       |  4 ++--
 devel/ctemplate/Makefile                       |  4 ++--
 devel/elfcat/Makefile                          |  4 ++--
 devel/ocaml-base64/Makefile                    |  4 ++--
 devel/ocaml-cppo/Makefile                      |  4 ++--
 devel/ocaml-ppx_core/Makefile                  |  4 ++--
 devel/ocaml-ppx_deriving/Makefile              |  4 ++--
 devel/ocaml-ppx_driver/Makefile                |  4 ++--
 devel/ocaml-ppx_optcomp/Makefile               |  4 ++--
 devel/ocaml-ppx_sexp_conv/Makefile             |  4 ++--
 devel/ocaml-ppx_tools/Makefile                 |  4 ++--
 devel/ocaml-ppx_type_conv/Makefile             |  4 ++--
 devel/ocamlbuild/Makefile                      |  4 ++--
 devel/py-binaryornot/Makefile                  |  4 ++--
 devel/py-cookiecutter/Makefile                 |  4 ++--
 devel/py-whichcraft/Makefile                   |  4 ++--
 devel/ruby-redmine-flatly-light-theme/Makefile |  4 ++--
 devel/ruby-redmine-gitmike-theme/Makefile      |  4 ++--
 devel/ruby-redmine-minimalflat-theme/Makefile  |  4 ++--
 devel/ruby-redmine_bootstrap_kit/Makefile      |  4 ++--
 devel/ruby-redmine_jenkins/Makefile            |  4 ++--
 devel/ruby-redmine_lightbox2/Makefile          |  4 ++--
 emulators/shoebill/Makefile                    |  4 ++--
 geography/osm-gps-map/Makefile                 |  4 ++--
 misc/ansiweather/Makefile                      |  4 ++--
 net/miruo/Makefile                             |  4 ++--
 net/py-bitmessage/Makefile                     |  4 ++--
 net/sayaka/Makefile                            |  4 ++--
 net/speedtest-cli/Makefile                     |  4 ++--
 sysutils/logrotate/Makefile                    |  4 ++--
 textproc/aha/Makefile                          |  4 ++--
 textproc/cmark/Makefile                        |  4 ++--
 textproc/lucene++/Makefile                     |  4 ++--
 textproc/py-rdflib/Makefile                    |  4 ++--
 www/http-parser/Makefile                       |  4 ++--
 www/yahttp/Makefile                            |  4 ++--
 38 files changed, 76 insertions(+), 76 deletions(-)

diffs (truncated from 680 to 300 lines):

diff -r b930d2a3f841 -r 3cbcd9c72523 chat/telegram-purple/Makefile
--- a/chat/telegram-purple/Makefile     Thu Jun 09 05:52:30 2016 +0000
+++ b/chat/telegram-purple/Makefile     Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/02/24 02:29:44 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/09 06:23:38 wiz Exp $
 
 DISTNAME=      telegram-purple_1.2.5.orig
 PKGNAME=       telegram-purple-1.2.5
@@ -8,7 +8,7 @@
 GITHUB_RELEASE=        v1.2.5
 
 MAINTAINER=    khorben%defora.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=majn/telegram-purple/}
+HOMEPAGE=      https://github.com/majn/telegram-purple/
 COMMENT=       libpurple protocol plugin for the Telegram messenger
 LICENSE=       gnu-gpl-v3
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/catch/Makefile
--- a/devel/catch/Makefile      Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/catch/Makefile      Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/03/01 20:17:18 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:38 wiz Exp $
 
 DISTNAME=      Catch-1.3.4
 PKGNAME=       ${DISTNAME:tl}
@@ -7,7 +7,7 @@
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=philsquared/Catch/}
+HOMEPAGE=      https://github.com/philsquared/Catch/
 COMMENT=       C++-native, framework for unit-tests, TDD and BDD
 LICENSE=       boost-license
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/cmockery2/Makefile
--- a/devel/cmockery2/Makefile  Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/cmockery2/Makefile  Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/02/21 22:35:20 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/06/09 06:23:38 wiz Exp $
 
 VERS=          1.3.9
 DISTNAME=      cmockery2-${VERS}
@@ -8,7 +8,7 @@
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=lpabon/cmockery2/}
+HOMEPAGE=      https://github.com/lpabon/cmockery2/
 COMMENT=       Reviving cmockery unit test framework from Google
 LICENSE=       apache-2.0
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/ctemplate/Makefile
--- a/devel/ctemplate/Makefile  Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/ctemplate/Makefile  Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2015/06/12 10:48:48 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2016/06/09 06:23:38 wiz Exp $
 
 DISTNAME=      ctemplate-2.3
 PKGREVISION=   1
@@ -7,7 +7,7 @@
 GITHUB_TAG=    ${DISTNAME}
 
 MAINTAINER=    rodent%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=OlafvdSpek/ctemplate}
+HOMEPAGE=      https://github.com/OlafvdSpek/ctemplate
 COMMENT=       Simple but powerful template language for C++
 LICENSE=       modified-bsd
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/elfcat/Makefile
--- a/devel/elfcat/Makefile     Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/elfcat/Makefile     Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/03/01 20:17:46 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:38 wiz Exp $
 
 DISTNAME=      elfcat-1.0.0
 CATEGORIES=    devel
@@ -6,7 +6,7 @@
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.rog@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=randomstuff/elfcat/}
+HOMEPAGE=      https://github.com/randomstuff/elfcat/
 COMMENT=       Dump sections or program entries from a ELF file
 LICENSE=       mit
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/ocaml-base64/Makefile
--- a/devel/ocaml-base64/Makefile       Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/ocaml-base64/Makefile       Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:38 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:38 wiz Exp $
 
 GITHUB_PROJECT=        ocaml-base64
 DISTNAME=      ${GITHUB_PROJECT}-2.0.0
@@ -8,7 +8,7 @@
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=mirage/ocaml-base64/}
+HOMEPAGE=      https://github.com/mirage/ocaml-base64/
 COMMENT=       Base64 encoding and decoding in OCaml
 LICENSE=       isc
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/ocaml-cppo/Makefile
--- a/devel/ocaml-cppo/Makefile Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/ocaml-cppo/Makefile Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/05/05 11:45:38 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/09 06:23:38 wiz Exp $
 
 DISTNAME=      cppo-1.3.1
 PKGNAME=       ocaml-${DISTNAME}
@@ -9,7 +9,7 @@
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=mjambon/cppo/}
+HOMEPAGE=      https://github.com/mjambon/cppo/
 COMMENT=       C-style preprocessor for OCaml
 LICENSE=       modified-bsd
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/ocaml-ppx_core/Makefile
--- a/devel/ocaml-ppx_core/Makefile     Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/ocaml-ppx_core/Makefile     Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:38 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:38 wiz Exp $
 
 VERSION=       113.24.00
 GITHUB_PROJECT=        ppx_core
@@ -10,7 +10,7 @@
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=janestreet/ppx_core/}
+HOMEPAGE=      https://github.com/janestreet/ppx_core/
 COMMENT=       Standard library for OCaml ppx rewriters
 LICENSE=       apache-2.0
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/ocaml-ppx_deriving/Makefile
--- a/devel/ocaml-ppx_deriving/Makefile Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/ocaml-ppx_deriving/Makefile Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/05/06 12:08:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.5 2016/06/09 06:23:38 wiz Exp $
 
 GITHUB_PROJECT=        ppx_deriving
 DISTNAME=      ${GITHUB_PROJECT}-3.3
@@ -8,7 +8,7 @@
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=whitequark/ppx_deriving/}
+HOMEPAGE=      https://github.com/whitequark/ppx_deriving/
 COMMENT=       Type-driven code generation for OCaml
 LICENSE=       mit
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/ocaml-ppx_driver/Makefile
--- a/devel/ocaml-ppx_driver/Makefile   Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/ocaml-ppx_driver/Makefile   Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:38 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:38 wiz Exp $
 
 VERSION=       113.24.00
 GITHUB_PROJECT=        ppx_driver
@@ -10,7 +10,7 @@
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=janestreet/ppx_driver/}
+HOMEPAGE=      https://github.com/janestreet/ppx_driver/
 COMMENT=       Feature-full driver for OCaml AST transformers
 LICENSE=       apache-2.0
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/ocaml-ppx_optcomp/Makefile
--- a/devel/ocaml-ppx_optcomp/Makefile  Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/ocaml-ppx_optcomp/Makefile  Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:38 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:38 wiz Exp $
 
 VERSION=       113.24.00
 GITHUB_PROJECT=        ppx_optcomp
@@ -10,7 +10,7 @@
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=janestreet/ppx_optcomp/}
+HOMEPAGE=      https://github.com/janestreet/ppx_optcomp/
 COMMENT=       Optional compilation for OCaml
 LICENSE=       apache-2.0
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/ocaml-ppx_sexp_conv/Makefile
--- a/devel/ocaml-ppx_sexp_conv/Makefile        Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/ocaml-ppx_sexp_conv/Makefile        Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:39 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:39 wiz Exp $
 
 VERSION=       113.24.00
 GITHUB_PROJECT=        ppx_sexp_conv
@@ -9,7 +9,7 @@
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=janestreet/ppx_sexp_conv/}
+HOMEPAGE=      https://github.com/janestreet/ppx_sexp_conv/
 COMMENT=       Generation of S-expression conversion functions from type definitions
 LICENSE=       apache-2.0
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/ocaml-ppx_tools/Makefile
--- a/devel/ocaml-ppx_tools/Makefile    Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/ocaml-ppx_tools/Makefile    Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/05/06 11:26:29 jaapb Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/09 06:23:39 wiz Exp $
 
 VERSION= 5.0
 GITHUB_PROJECT=        ppx_tools
@@ -9,7 +9,7 @@
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=alainfrisch/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=alainfrisch/ppx_tools/}
+HOMEPAGE=      https://github.com/alainfrisch/ppx_tools/
 COMMENT=       Tools for authors of OCaml ppx rewriters
 LICENSE=       mit
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/ocaml-ppx_type_conv/Makefile
--- a/devel/ocaml-ppx_type_conv/Makefile        Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/ocaml-ppx_type_conv/Makefile        Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/05/05 11:45:39 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:39 wiz Exp $
 
 VERSION=       113.24.00
 GITHUB_PROJECT=        ppx_type_conv
@@ -10,7 +10,7 @@
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=janestreet/ppx_type_conv/}
+HOMEPAGE=      https://github.com/janestreet/ppx_type_conv/
 COMMENT=       Support library for type-driven code generators
 LICENSE=       apache-2.0
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/ocamlbuild/Makefile
--- a/devel/ocamlbuild/Makefile Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/ocamlbuild/Makefile Thu Jun 09 06:23:38 2016 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2016/05/05 15:58:58 jaapb Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/09 06:23:39 wiz Exp $
 
 DISTNAME=      ocamlbuild-0.9.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocaml/}
 
 MAINTAINER=    jaapb%NetBSD.org@localhost
-HOMEPAGE=      ${MASTER_SITE_GITHUB:=ocaml/ocamlbuild/}
+HOMEPAGE=      https://github.com/ocaml/ocamlbuild/
 COMMENT=       Build system for OCaml
 LICENSE=       gnu-lgpl-v2
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/py-binaryornot/Makefile
--- a/devel/py-binaryornot/Makefile     Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/py-binaryornot/Makefile     Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/05/16 14:20:56 nils Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/09 06:23:39 wiz Exp $
 
 DISTNAME=                      binaryornot-0.4.0
 GITHUB_PROJECT=                        binaryornot
@@ -8,7 +8,7 @@
 EXTRACT_SUFX=                  .zip
 
 MAINTAINER=                    gde%llew.me@localhost
-HOMEPAGE=                      ${MASTER_SITE_GITHUB:=audreyr/binaryornot/}
+HOMEPAGE=                      https://github.com/audreyr/binaryornot/
 COMMENT=                       Guess whether a file is binary or text
 LICENSE=                       modified-bsd
 
diff -r b930d2a3f841 -r 3cbcd9c72523 devel/py-cookiecutter/Makefile
--- a/devel/py-cookiecutter/Makefile    Thu Jun 09 05:52:30 2016 +0000
+++ b/devel/py-cookiecutter/Makefile    Thu Jun 09 06:23:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/05/16 15:05:48 nils Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/09 06:23:39 wiz Exp $
 
 DISTNAME=                      cookiecutter-1.3.0
 GITHUB_PROJECT=                        cookiecutter
@@ -8,7 +8,7 @@
 EXTRACT_SUFX=                  .zip
 
 MAINTAINER=                    gde%llew.me@localhost



Home | Main Index | Thread Index | Old Index