diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-03 13:54:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-03 13:54:54 +0000 |
commit | 7527736d4c84a44033a34f1fff8286ddd0f6285e (patch) | |
tree | 7564faae58a8e9a5008b9d43aba6b5d4d9c8fcaa | |
parent | Add checksums for 3.4.3 docs. (diff) |
- Update to 0.5.7
- Add LICENSE
- Update WWW
Changes: https://github.com/thoughtbot/cocaine/commits/master
Notes
Notes:
svn path=/head/; revision=380369
-rw-r--r-- | devel/rubygem-cocaine/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-cocaine/distinfo | 4 | ||||
-rw-r--r-- | devel/rubygem-cocaine/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/devel/rubygem-cocaine/Makefile b/devel/rubygem-cocaine/Makefile index 8af9214a64b5..d43e497bbefa 100644 --- a/devel/rubygem-cocaine/Makefile +++ b/devel/rubygem-cocaine/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= cocaine -PORTVERSION= 0.5.4 +PORTVERSION= 0.5.7 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Small library for doing (command) lines +LICENSE= MIT + RUN_DEPENDS= rubygem-climate_control>=0.0.3:${PORTSDIR}/devel/rubygem-climate_control USE_RUBY= yes diff --git a/devel/rubygem-cocaine/distinfo b/devel/rubygem-cocaine/distinfo index 4ee9459ad05a..5d14b7aa299c 100644 --- a/devel/rubygem-cocaine/distinfo +++ b/devel/rubygem-cocaine/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/cocaine-0.5.4.gem) = 6bab45a32171e3473160edcd676cd151e63719d0bb50267badd0962931081d00 -SIZE (rubygem/cocaine-0.5.4.gem) = 15872 +SHA256 (rubygem/cocaine-0.5.7.gem) = ccf17d0050b63a436524f65608dd1ab993973a19af6ccb6bc3341d0629702f1d +SIZE (rubygem/cocaine-0.5.7.gem) = 16384 diff --git a/devel/rubygem-cocaine/pkg-descr b/devel/rubygem-cocaine/pkg-descr index 382e0b4beb42..003fba6d7e5c 100644 --- a/devel/rubygem-cocaine/pkg-descr +++ b/devel/rubygem-cocaine/pkg-descr @@ -1,3 +1,3 @@ A small library for doing (command) lines -WWW: https://rubygems.org/gems/cocaine +WWW: https://github.com/thoughtbot/cocaine |