svn commit: r387208 - head/textproc/rubygem-amatch
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 24 00:05:33 UTC 2015
Author: sunpoet
Date: Sun May 24 00:05:32 2015
New Revision: 387208
URL: https://svnweb.freebsd.org/changeset/ports/387208
Log:
- Add LICENSE
- Add missing RUN_DEPENDS
- Fix PLIST
- Update WWW
- Bump PORTREVISION for dependency and package change
Modified:
head/textproc/rubygem-amatch/Makefile
head/textproc/rubygem-amatch/pkg-descr (contents, props changed)
Modified: head/textproc/rubygem-amatch/Makefile
==============================================================================
--- head/textproc/rubygem-amatch/Makefile Sun May 24 00:05:27 2015 (r387207)
+++ head/textproc/rubygem-amatch/Makefile Sun May 24 00:05:32 2015 (r387208)
@@ -2,14 +2,21 @@
PORTNAME= amatch
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Ruby library for approximate string matching and searching
+LICENSE= GPLv2
+
+RUN_DEPENDS= rubygem-tins>=1.0:${PORTSDIR}/devel/rubygem-tins
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+PLIST_FILES= bin/agrep.rb
+
.include <bsd.port.mk>
Modified: head/textproc/rubygem-amatch/pkg-descr
==============================================================================
--- head/textproc/rubygem-amatch/pkg-descr Sun May 24 00:05:27 2015 (r387207)
+++ head/textproc/rubygem-amatch/pkg-descr Sun May 24 00:05:32 2015 (r387208)
@@ -2,4 +2,4 @@ This is a Ruby library for approximate s
using a dynamic programming algorithm to compute the Levenstein
distance between strings. Written in C for speed.
-WWW: http://flori.github.io/amatch/
+WWW: https://github.com/flori/amatch
More information about the svn-ports-head
mailing list