diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-01-09 09:05:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-01-09 09:05:48 +0000 |
commit | a83b2f2a93612e9a6cae0738814ab38f9b0a0246 (patch) | |
tree | 2ee3e75aa2834f97fa1e6e5a9efeebc0a9e9580b /textproc | |
parent | 7cea40667ad8573207d55319ebfdae9a8b3dce9d (diff) | |
download | freebsd-ports-a83b2f2a93612e9a6cae0738814ab38f9b0a0246.zip |
- Update to 0.6.0
PR: 205995
Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php-mecab/Makefile | 4 | ||||
-rw-r--r-- | textproc/php-mecab/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/php-mecab/Makefile b/textproc/php-mecab/Makefile index b73bbfa0aae9..363dc0fd9a14 100644 --- a/textproc/php-mecab/Makefile +++ b/textproc/php-mecab/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= mecab -PORTVERSION= 0.5.0.20121209 +PORTVERSION= 0.6.0 +DISTVERSIONPREFIX= v CATEGORIES= textproc PKGNAMEPREFIX= php- @@ -16,7 +17,6 @@ LIB_DEPENDS= libmecab.so:${PORTSDIR}/japanese/mecab USE_GITHUB= yes GH_ACCOUNT= rsky GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} -GH_TAGNAME= 55e6481 WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME_EXTRACT}/mecab CONFIGURE_ARGS+= --with-mecab=${LOCALBASE}/bin/mecab-config diff --git a/textproc/php-mecab/distinfo b/textproc/php-mecab/distinfo index d6072f657420..8f73be6196d9 100644 --- a/textproc/php-mecab/distinfo +++ b/textproc/php-mecab/distinfo @@ -1,2 +1,2 @@ -SHA256 (rsky-php-mecab-0.5.0.20121209-55e6481_GH0.tgz) = 927443ae5e407757ba55c88e9b43afb768a31ffee36a131d2ae56bd4907f1240 -SIZE (rsky-php-mecab-0.5.0.20121209-55e6481_GH0.tgz) = 52084 +SHA256 (rsky-php-mecab-v0.6.0_GH0.tgz) = 8ec57164dd208f700ca16853f07fb62f111e16b025ca1ab5d4100aaaa9aa7c58 +SIZE (rsky-php-mecab-v0.6.0_GH0.tgz) = 54864 |