diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-25 18:49:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-09-25 18:49:03 +0000 |
commit | 1b7a7fb32321cb0f6a6f0ce0fbd81f5043b511b0 (patch) | |
tree | d32e056f5c7f5e35e5a613e7f2984a5dcd66b9f0 | |
parent | - Update to 2.78 (diff) |
- Update to 0.10.2
- Add LICENSE_FILE
Changes: https://github.com/pry/pry/blob/master/CHANGELOG.md
Notes
Notes:
svn path=/head/; revision=397853
-rw-r--r-- | devel/rubygem-pry/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-pry/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/rubygem-pry/Makefile b/devel/rubygem-pry/Makefile index bc9b66029cc2..700321ec6956 100644 --- a/devel/rubygem-pry/Makefile +++ b/devel/rubygem-pry/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pry -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,13 +10,13 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= IRB alternative and runtime developer console LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-coderay>=1.1.0:${PORTSDIR}/textproc/rubygem-coderay \ rubygem-method_source>=0.8.1:${PORTSDIR}/devel/rubygem-method_source \ rubygem-slop>=3.4.0:${PORTSDIR}/devel/rubygem-slop NO_ARCH= yes - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes diff --git a/devel/rubygem-pry/distinfo b/devel/rubygem-pry/distinfo index c3477db7c544..b168e37af146 100644 --- a/devel/rubygem-pry/distinfo +++ b/devel/rubygem-pry/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/pry-0.10.1.gem) = 1f4925cdc8d83db67ba9b7ff542f042558c0ceb5579966e0fabc6d0eaa2b19c8 -SIZE (rubygem/pry-0.10.1.gem) = 135680 +SHA256 (rubygem/pry-0.10.2.gem) = 05e6f9197072b8054bef50606bc10bf20fc6138f360abc5ce3de166abc96d41e +SIZE (rubygem/pry-0.10.2.gem) = 135680 |