diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-06 00:05:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-07-06 00:05:06 +0000 |
commit | 6c0b39a72af1198715b3a4b3fd5a6b31a47201ae (patch) | |
tree | c38b2fb86050c1618c239a8bef489d69302295f1 /textproc/rubygem-amatch | |
parent | a40e4c3c915154e931da7a00ca5d6d48dca6de19 (diff) |
Notes
Diffstat (limited to 'textproc/rubygem-amatch')
-rw-r--r-- | textproc/rubygem-amatch/Makefile | 7 | ||||
-rw-r--r-- | textproc/rubygem-amatch/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/rubygem-amatch/Makefile b/textproc/rubygem-amatch/Makefile index e7b3238f3d17..5889060cd058 100644 --- a/textproc/rubygem-amatch/Makefile +++ b/textproc/rubygem-amatch/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= amatch -PORTVERSION= 0.3.1 +PORTVERSION= 0.4.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -11,11 +11,12 @@ COMMENT= Ruby library for approximate string matching and searching LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= rubygem-tins>=1.0:devel/rubygem-tins +RUN_DEPENDS= rubygem-mize>=0:devel/rubygem-mize \ + rubygem-tins>=1.0:devel/rubygem-tins USE_RUBY= yes USES= gem -PLIST_FILES= bin/agrep.rb +PLIST_FILES= bin/agrep bin/dupfind .include <bsd.port.mk> diff --git a/textproc/rubygem-amatch/distinfo b/textproc/rubygem-amatch/distinfo index 9895c0eedbe0..19a1c4673380 100644 --- a/textproc/rubygem-amatch/distinfo +++ b/textproc/rubygem-amatch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1495560440 -SHA256 (rubygem/amatch-0.3.1.gem) = 7f7a1b388fd6af5fe4cf3aaca1ac6dbdf41c35c283f39d525a92d5f647f446dd -SIZE (rubygem/amatch-0.3.1.gem) = 28672 +TIMESTAMP = 1499297439 +SHA256 (rubygem/amatch-0.4.0.gem) = b22249ba04464dfaa737b39c1be389f34faf82309e5053a006f321cc6aa0ba09 +SIZE (rubygem/amatch-0.4.0.gem) = 38912 |