diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-03-31 23:40:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-03-31 23:40:26 +0800 |
commit | 0bb154ab4fa2a26c240402948271c03733cf206c (patch) | |
tree | 71002b64c7b69e671d8fdcb4269b9cdc5622f291 | |
parent | 43dce080c52a4c3c6821ea2ac18eecd476411afc (diff) | |
download | freebsd-ports-gnome-0bb154ab4fa2a26c240402948271c03733cf206c.tar.gz freebsd-ports-gnome-0bb154ab4fa2a26c240402948271c03733cf206c.tar.zst freebsd-ports-gnome-0bb154ab4fa2a26c240402948271c03733cf206c.zip |
- Update to 4.8.2
- Update RUN_DEPENDS: remove PORTSDIR
Changes: https://github.com/github/linguist/releases
-rw-r--r-- | textproc/rubygem-github-linguist/Makefile | 11 | ||||
-rw-r--r-- | textproc/rubygem-github-linguist/distinfo | 4 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/rubygem-github-linguist/Makefile b/textproc/rubygem-github-linguist/Makefile index 35a6259db6e4..8ac923f583ba 100644 --- a/textproc/rubygem-github-linguist/Makefile +++ b/textproc/rubygem-github-linguist/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= github-linguist -PORTVERSION= 4.8.1 -PORTREVISION= 1 +PORTVERSION= 4.8.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -12,10 +11,10 @@ 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 \ - rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \ - rubygem-rugged>=0.23.0b:${PORTSDIR}/devel/rubygem-rugged +RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \ + rubygem-escape_utils>=1.1.0:textproc/rubygem-escape_utils \ + rubygem-mime-types>=1.19:misc/rubygem-mime-types \ + rubygem-rugged>=0.23.0b:devel/rubygem-rugged NO_ARCH= yes USE_RUBY= yes diff --git a/textproc/rubygem-github-linguist/distinfo b/textproc/rubygem-github-linguist/distinfo index b9c55d8d852f..bcfdc493924f 100644 --- a/textproc/rubygem-github-linguist/distinfo +++ b/textproc/rubygem-github-linguist/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/github-linguist-4.8.1.gem) = 84f9404cca24e412c872441d70317d2fed16078a57ba6585957b2d30ad7fa5de -SIZE (rubygem/github-linguist-4.8.1.gem) = 1617920 +SHA256 (rubygem/github-linguist-4.8.2.gem) = 1945214c1310244a4e3447443dafcad12491557e892d7ea79caf6032dbdd724e +SIZE (rubygem/github-linguist-4.8.2.gem) = 1620992 |