summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/libmusicbrainz5/Makefile4
-rw-r--r--cad/openscad/Makefile4
-rw-r--r--chat/spectrum/Makefile4
-rw-r--r--devel/bam/Makefile11
-rw-r--r--devel/lua-stdlib/Makefile4
-rw-r--r--devel/lua-stdlib/Makefile.common4
-rw-r--r--graphics/viewnior/Makefile4
-rw-r--r--net/btpd/Makefile4
-rw-r--r--sysutils/dbus-sharp-glib/Makefile4
-rw-r--r--sysutils/dbus-sharp/Makefile4
-rw-r--r--sysutils/salt-docs/Makefile4
-rw-r--r--textproc/php-mecab/Makefile4
-rw-r--r--textproc/tcl-tDOM/Makefile4
13 files changed, 29 insertions, 30 deletions
diff --git a/audio/libmusicbrainz5/Makefile b/audio/libmusicbrainz5/Makefile
index 656f6dbbb98..44923151cc1 100644
--- a/audio/libmusicbrainz5/Makefile
+++ b/audio/libmusicbrainz5/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2014/02/12 23:17:33 tron Exp $
+# $NetBSD: Makefile,v 1.7 2015/09/12 20:03:00 tnn Exp $
DISTNAME= libmusicbrainz-5.0.1
PKGNAME= ${DISTNAME:S/brainz/brainz5/}
PKGREVISION= 2
CATEGORIES= audio
-MASTER_SITES= http://cloud.github.com/downloads/metabrainz/libmusicbrainz/
+MASTER_SITES= https://cloud.github.com/downloads/metabrainz/libmusicbrainz/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://musicbrainz.org/doc/libmusicbrainz
diff --git a/cad/openscad/Makefile b/cad/openscad/Makefile
index 4ba238b3089..ac606239199 100644
--- a/cad/openscad/Makefile
+++ b/cad/openscad/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.33 2015/04/25 14:20:27 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2015/09/12 20:03:00 tnn Exp $
#
PKGNAME= openscad-2011.12
DISTNAME= openscad-2011.12.src
PKGREVISION= 23
CATEGORIES= cad
-MASTER_SITES= http://cloud.github.com/downloads/openscad/openscad/
+MASTER_SITES= https://cloud.github.com/downloads/openscad/openscad/
MAINTAINER= reinoud@NetBSD.org
HOMEPAGE= http://www.openscad.org/
diff --git a/chat/spectrum/Makefile b/chat/spectrum/Makefile
index fd84c479ad4..cf79f936ec1 100644
--- a/chat/spectrum/Makefile
+++ b/chat/spectrum/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.46 2015/04/06 08:17:21 adam Exp $
+# $NetBSD: Makefile,v 1.47 2015/09/12 20:03:00 tnn Exp $
DISTNAME= spectrum-1.4.8
PKGREVISION= 29
CATEGORIES= chat
-MASTER_SITES= http://cloud.github.com/downloads/hanzz/libtransport/
+MASTER_SITES= https://cloud.github.com/downloads/hanzz/libtransport/
MAINTAINER= schnoebe@NetBSD.org
HOMEPAGE= http://spectrum.im/
diff --git a/devel/bam/Makefile b/devel/bam/Makefile
index ab683aa3235..1697f2c2e37 100644
--- a/devel/bam/Makefile
+++ b/devel/bam/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2015/09/12 18:51:07 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/09/12 20:03:01 tnn Exp $
-# The upstream distfile would be
-# http://github.com/downloads/matricks/bam/bam-0.4.0.tar.gz
-# But url2pkg rejects it, and pkgsrc cannot fetch it either
-# for reasons yet to be discovered. Hence, the file is mirrored.
DISTNAME= bam-0.4.0
CATEGORIES= devel
-MASTER_SITES= http://penenen.de/
+MASTER_SITES= https://cloud.github.com/downloads/matricks/bam/
+MASTER_SITES+= http://penenen.de/
+#enable when updating next time
+#EXTRACT_SUFX= .tar.bz2
MAINTAINER= fstd.lkml@gmail.com
HOMEPAGE= http://matricks.github.io/bam/
diff --git a/devel/lua-stdlib/Makefile b/devel/lua-stdlib/Makefile
index 556e1014268..90116820109 100644
--- a/devel/lua-stdlib/Makefile
+++ b/devel/lua-stdlib/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2014/10/19 22:27:45 alnsn Exp $
+# $NetBSD: Makefile,v 1.7 2015/09/12 20:03:00 tnn Exp $
DISTNAME= stdlib-28
PKGNAME= ${DISTNAME:S/stdlib/${LUA_PKGPREFIX}-stdlib/}
PKGREVISION= 3
CATEGORIES= devel
COMMENT= Standard library for Lua programming language
-MASTER_SITES= http://cloud.github.com/downloads/rrthomas/lua-stdlib/
+MASTER_SITES= https://cloud.github.com/downloads/rrthomas/lua-stdlib/
EXTRACT_SUFX= .zip
MAINTAINER= cheusov@NetBSD.org
diff --git a/devel/lua-stdlib/Makefile.common b/devel/lua-stdlib/Makefile.common
index 0dc222cdd69..3bd1b18e503 100644
--- a/devel/lua-stdlib/Makefile.common
+++ b/devel/lua-stdlib/Makefile.common
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.6 2012/12/02 09:26:08 cheusov Exp $
+# $NetBSD: Makefile.common,v 1.7 2015/09/12 20:03:00 tnn Exp $
# used by devel/lua-stdlib-doc/Makefile
# used by devel/lua-stdlib/Makefile
DISTNAME= stdlib-28
PKGNAME= lua-${DISTNAME}
CATEGORIES= devel
-MASTER_SITES= http://cloud.github.com/downloads/rrthomas/lua-stdlib/
+MASTER_SITES= https://cloud.github.com/downloads/rrthomas/lua-stdlib/
EXTRACT_SUFX= .zip
HOMEPAGE= https://github.com/rrthomas/lua-stdlib
diff --git a/graphics/viewnior/Makefile b/graphics/viewnior/Makefile
index 47e70f899f8..b43d81e1b1a 100644
--- a/graphics/viewnior/Makefile
+++ b/graphics/viewnior/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.19 2015/04/25 14:23:20 tnn Exp $
+# $NetBSD: Makefile,v 1.20 2015/09/12 20:03:01 tnn Exp $
#
DISTNAME= viewnior-1.3
PKGREVISION= 8
CATEGORIES= graphics
-MASTER_SITES= http://cloud.github.com/downloads/xsisqox/Viewnior/
+MASTER_SITES= https://cloud.github.com/downloads/xsisqox/Viewnior/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://xsisqox.github.com/Viewnior/
diff --git a/net/btpd/Makefile b/net/btpd/Makefile
index f6b7be47c28..c12edf1211d 100644
--- a/net/btpd/Makefile
+++ b/net/btpd/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2014/02/12 23:18:19 tron Exp $
+# $NetBSD: Makefile,v 1.26 2015/09/12 20:03:01 tnn Exp $
DISTNAME= btpd-0.16
PKGREVISION= 2
CATEGORIES= net
-MASTER_SITES= http://cloud.github.com/downloads/btpd/btpd/
+MASTER_SITES= https://cloud.github.com/downloads/btpd/btpd/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/btpd/btpd/wiki/
diff --git a/sysutils/dbus-sharp-glib/Makefile b/sysutils/dbus-sharp-glib/Makefile
index b7e856119d0..96fcbb2d25b 100644
--- a/sysutils/dbus-sharp-glib/Makefile
+++ b/sysutils/dbus-sharp-glib/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2015/05/23 06:44:58 kefren Exp $
+# $NetBSD: Makefile,v 1.8 2015/09/12 20:03:01 tnn Exp $
#
DISTNAME= dbus-sharp-glib-0.5.0
PKGREVISION= 5
CATEGORIES= sysutils
-MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/
+MASTER_SITES= https://cloud.github.com/downloads/mono/dbus-sharp/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mono/dbus-sharp-glib
diff --git a/sysutils/dbus-sharp/Makefile b/sysutils/dbus-sharp/Makefile
index a6de51522d3..0410ea31539 100644
--- a/sysutils/dbus-sharp/Makefile
+++ b/sysutils/dbus-sharp/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2015/05/23 06:44:58 kefren Exp $
+# $NetBSD: Makefile,v 1.10 2015/09/12 20:03:01 tnn Exp $
#
DISTNAME= dbus-sharp-0.7.0
PKGREVISION= 7
CATEGORIES= sysutils
-MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/
+MASTER_SITES= https://cloud.github.com/downloads/mono/dbus-sharp/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mono.github.com/dbus-sharp/
diff --git a/sysutils/salt-docs/Makefile b/sysutils/salt-docs/Makefile
index 6af375e6971..5ca377a3d4f 100644
--- a/sysutils/salt-docs/Makefile
+++ b/sysutils/salt-docs/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2015/03/18 15:04:35 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2015/09/12 20:03:01 tnn Exp $
DISTNAME= salt-0.10.5
PKGNAME= ${DISTNAME:S/-/-docs-/}
CATEGORIES= sysutils
-MASTER_SITES= http://cloud.github.com/downloads/saltstack/salt/
+MASTER_SITES= https://cloud.github.com/downloads/saltstack/salt/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://saltstack.org/
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile
index bf14cd8aede..9a4911e031b 100644
--- a/textproc/php-mecab/Makefile
+++ b/textproc/php-mecab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/10/25 06:56:45 asau Exp $
+# $NetBSD: Makefile,v 1.9 2015/09/12 20:03:01 tnn Exp $
#
PECL_DISTNAME= php-${MODNAME}-${PECL_VERSION}
@@ -6,7 +6,7 @@ MODNAME= mecab
PECL_VERSION= 0.5.0
PECL_LEGACY_VERSION_SCHEME= yes
CATEGORIES= textproc japanese
-MASTER_SITES= http://cloud.github.com/downloads/rsky/php-mecab/
+MASTER_SITES= https://cloud.github.com/downloads/rsky/php-mecab/
EXTRACT_SUFX= .tgz
MAINTAINER= taca@NetBSD.org
diff --git a/textproc/tcl-tDOM/Makefile b/textproc/tcl-tDOM/Makefile
index 5d7ed96e5a2..8f13cce4ab9 100644
--- a/textproc/tcl-tDOM/Makefile
+++ b/textproc/tcl-tDOM/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2014/01/20 19:20:08 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2015/09/12 20:03:01 tnn Exp $
#
DISTNAME= tDOM-0.8.3
PKGNAME= tcl-${DISTNAME}
PKGREVISION= 1
CATEGORIES= textproc
-MASTER_SITES= http://cloud.github.com/downloads/tDOM/tdom/
+MASTER_SITES= https://cloud.github.com/downloads/tDOM/tdom/
EXTRACT_SUFX= .tgz
MAINTAINER= pho@cielonegro.org