diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:36:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-06 14:36:34 +0800 |
commit | 12ffdb7b23e735f2d11f1e35c0338a2c703e03d0 (patch) | |
tree | 81d33109d2ddecf3f59ae853ed592c4346313e35 /textproc | |
parent | 965f53b5bfc4bc9efb312c010e63f4a969f4f108 (diff) | |
download | freebsd-ports-gnome-12ffdb7b23e735f2d11f1e35c0338a2c703e03d0.tar.gz freebsd-ports-gnome-12ffdb7b23e735f2d11f1e35c0338a2c703e03d0.tar.zst freebsd-ports-gnome-12ffdb7b23e735f2d11f1e35c0338a2c703e03d0.zip |
- Update to 0.0.7.2
- Add LICENSE_FILE
Changes: https://github.com/knu/ruby-unf_ext/blob/master/CHANGELOG.md
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-unf_ext/Makefile | 3 | ||||
-rw-r--r-- | textproc/rubygem-unf_ext/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/rubygem-unf_ext/Makefile b/textproc/rubygem-unf_ext/Makefile index 82fb6533de16..9295e06d1712 100644 --- a/textproc/rubygem-unf_ext/Makefile +++ b/textproc/rubygem-unf_ext/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= unf_ext -PORTVERSION= 0.0.7.1 +PORTVERSION= 0.0.7.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,6 +10,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Unicode Normalization Form support library for CRuby LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/textproc/rubygem-unf_ext/distinfo b/textproc/rubygem-unf_ext/distinfo index 8163a6059f81..987eb2a4344c 100644 --- a/textproc/rubygem-unf_ext/distinfo +++ b/textproc/rubygem-unf_ext/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/unf_ext-0.0.7.1.gem) = ab58d1a808d38872817bea89fc3f055bfc250af48d9653425e35c7c18caec253 -SIZE (rubygem/unf_ext-0.0.7.1.gem) = 392192 +SHA256 (rubygem/unf_ext-0.0.7.2.gem) = e8fa13d09880f8d06d30a86f929a38ba0af6abe61272927a49e6796aee1aa111 +SIZE (rubygem/unf_ext-0.0.7.2.gem) = 392192 |