diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-31 23:50:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-31 23:50:07 +0800 |
commit | 81dd807d25008c396b10c7f56204eae5c110cd98 (patch) | |
tree | d336b2730558a1389c223b3cb91c7543c2c5f310 | |
parent | a3885923f74a41a5d3951824aaabc5842e72f99f (diff) | |
download | freebsd-ports-gnome-81dd807d25008c396b10c7f56204eae5c110cd98.tar.gz freebsd-ports-gnome-81dd807d25008c396b10c7f56204eae5c110cd98.tar.zst freebsd-ports-gnome-81dd807d25008c396b10c7f56204eae5c110cd98.zip |
Update to 1.7.0
- Add LICENSE_FILE
- Update WWW
Changes: https://github.com/chef/mixlib-cli/blob/master/CHANGELOG.md
PR: 220771
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days)
-rw-r--r-- | devel/rubygem-mixlib-cli/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-mixlib-cli/distinfo | 5 | ||||
-rw-r--r-- | devel/rubygem-mixlib-cli/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/rubygem-mixlib-cli/Makefile b/devel/rubygem-mixlib-cli/Makefile index 0c89a856adfc..487d7db22f37 100644 --- a/devel/rubygem-mixlib-cli/Makefile +++ b/devel/rubygem-mixlib-cli/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mixlib-cli -PORTVERSION= 1.4.0 +PORTVERSION= 1.7.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,9 +10,9 @@ MAINTAINER= renchap@cocoa-x.com COMMENT= Simple mixin for CLI interfaces, including option parsing LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes - USE_RUBY= yes USES= gem diff --git a/devel/rubygem-mixlib-cli/distinfo b/devel/rubygem-mixlib-cli/distinfo index dbaabecb3e82..24fd36dced34 100644 --- a/devel/rubygem-mixlib-cli/distinfo +++ b/devel/rubygem-mixlib-cli/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/mixlib-cli-1.4.0.gem) = 7f987928af40a96cb87f43b8caac75db0a03ea96b300dc010705888e795bb10f -SIZE (rubygem/mixlib-cli-1.4.0.gem) = 14336 +TIMESTAMP = 1500155806 +SHA256 (rubygem/mixlib-cli-1.7.0.gem) = 973156335bb0ddb45f470b0b51658d70e778ad364f9c6a9cfff4dc79a0ae8718 +SIZE (rubygem/mixlib-cli-1.7.0.gem) = 15872 diff --git a/devel/rubygem-mixlib-cli/pkg-descr b/devel/rubygem-mixlib-cli/pkg-descr index 679d1ecd0cc5..ef7042ed5dba 100644 --- a/devel/rubygem-mixlib-cli/pkg-descr +++ b/devel/rubygem-mixlib-cli/pkg-descr @@ -1,4 +1,4 @@ Mixlib::CLI provides a class-based command line option parsing object, like the one used in Chef, Ohai and Relish. -WWW: http://www.opscode.com +WWW: https://www.chef.io/ |