Update to 0.4.0
Changes: https://github.com/flori/amatch/blob/master/CHANGES
This commit is contained in:
parent
a40e4c3c91
commit
6c0b39a72a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445112
2 changed files with 7 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue