diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-10 02:32:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-10 02:32:54 +0800 |
commit | 42e3573c8066075909b9d5e8a323f77283b1bdf9 (patch) | |
tree | 5353f2b0b4473b4691ae1bf7d9edc808a32a0efe /textproc | |
parent | f638788252927bcb5ab3d2f88cbc34fbbc179a1f (diff) | |
download | freebsd-ports-gnome-42e3573c8066075909b9d5e8a323f77283b1bdf9.tar.gz freebsd-ports-gnome-42e3573c8066075909b9d5e8a323f77283b1bdf9.tar.zst freebsd-ports-gnome-42e3573c8066075909b9d5e8a323f77283b1bdf9.zip |
- Update to 4.6.4
- Add LICENSE_FILE
Changes: https://github.com/github/linguist/releases
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-github-linguist/Makefile | 5 | ||||
-rw-r--r-- | textproc/rubygem-github-linguist/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/rubygem-github-linguist/Makefile b/textproc/rubygem-github-linguist/Makefile index 93316f988c6b..09642612e58e 100644 --- a/textproc/rubygem-github-linguist/Makefile +++ b/textproc/rubygem-github-linguist/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= github-linguist -PORTVERSION= 4.5.15 +PORTVERSION= 4.6.4 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,6 +9,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= GitHub Language detection LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \ rubygem-escape_utils>=1.1.0:${PORTSDIR}/textproc/rubygem-escape_utils \ @@ -20,6 +21,6 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/linguist +PLIST_FILES= bin/git-linguist bin/linguist .include <bsd.port.mk> diff --git a/textproc/rubygem-github-linguist/distinfo b/textproc/rubygem-github-linguist/distinfo index e41590b10010..e24d6127ec60 100644 --- a/textproc/rubygem-github-linguist/distinfo +++ b/textproc/rubygem-github-linguist/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/github-linguist-4.5.15.gem) = c1d70f15a0735d48c33413650ad1a41118cc750311ea13a362a03584138e2af4 -SIZE (rubygem/github-linguist-4.5.15.gem) = 647168 +SHA256 (rubygem/github-linguist-4.6.4.gem) = e5c5174d92b1372f8f2bef91d2bb209336a3c5348b556ea3bd1d6f5e76098e90 +SIZE (rubygem/github-linguist-4.6.4.gem) = 667136 |