summaryrefslogtreecommitdiff
path: root/textproc/php-mecab
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-09-12 20:03:00 +0000
committertnn <tnn@pkgsrc.org>2015-09-12 20:03:00 +0000
commitf98ef1011ce4211dd5e28a00909ec38827d12fed (patch)
treebae0f1ab6757ee79a660fc273d123c39a3961f25 /textproc/php-mecab
parent42b7f5db8bffa3f114942367298e48cdf47e10f8 (diff)
downloadpkgsrc-f98ef1011ce4211dd5e28a00909ec38827d12fed.tar.gz
cloud.github.com unconditionally redirects to https. Use it directly.
Diffstat (limited to 'textproc/php-mecab')
-rw-r--r--textproc/php-mecab/Makefile4
1 files changed, 2 insertions, 2 deletions
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