diff options
author | tnn <tnn@pkgsrc.org> | 2015-09-12 20:03:00 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-09-12 20:03:00 +0000 |
commit | f98ef1011ce4211dd5e28a00909ec38827d12fed (patch) | |
tree | bae0f1ab6757ee79a660fc273d123c39a3961f25 /textproc/php-mecab | |
parent | 42b7f5db8bffa3f114942367298e48cdf47e10f8 (diff) | |
download | pkgsrc-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/Makefile | 4 |
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 |