diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-06 08:05:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-06 08:05:06 +0800 |
commit | e2c995760ce3dc9a7cd5cb72237045ba93edee2d (patch) | |
tree | c38b2fb86050c1618c239a8bef489d69302295f1 /textproc | |
parent | 7f84774943e98323524d215af9b413a528cd3983 (diff) | |
download | freebsd-ports-gnome-e2c995760ce3dc9a7cd5cb72237045ba93edee2d.tar.gz freebsd-ports-gnome-e2c995760ce3dc9a7cd5cb72237045ba93edee2d.tar.zst freebsd-ports-gnome-e2c995760ce3dc9a7cd5cb72237045ba93edee2d.zip |
Update to 0.4.0
Changes: https://github.com/flori/amatch/blob/master/CHANGES
Diffstat (limited to 'textproc')
-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 |