From 942763183a1d0a00d34df50a09294443245bdd7a Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 26 Oct 2013 16:25:13 +0000 Subject: - Update to 0.27.6 - Add LICENSE - Support STAGEDIR Changes: https://github.com/geemus/excon/blob/master/changelog.txt --- devel/rubygem-excon/Makefile | 5 +++-- devel/rubygem-excon/distinfo | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/rubygem-excon/Makefile b/devel/rubygem-excon/Makefile index 6506a266a72b..f170f56bdaf7 100644 --- a/devel/rubygem-excon/Makefile +++ b/devel/rubygem-excon/Makefile @@ -2,16 +2,17 @@ # $FreeBSD$ PORTNAME= excon -PORTVERSION= 0.25.1 +PORTVERSION= 0.27.6 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Extended http(s) Connections Library +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/rubygem-excon/distinfo b/devel/rubygem-excon/distinfo index 4ea718d15684..e3b2e5c4a60d 100644 --- a/devel/rubygem-excon/distinfo +++ b/devel/rubygem-excon/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/excon-0.25.1.gem) = 61a786d62310580ad0add1641290e614d9b877dde0737ba965e2a55a8a763046 -SIZE (rubygem/excon-0.25.1.gem) = 183296 +SHA256 (rubygem/excon-0.27.6.gem) = a1f5f444d29c2a6d06b9df2ae41d71eebcf7b9533d57bb0bb37b89da96d084d6 +SIZE (rubygem/excon-0.27.6.gem) = 186368 -- cgit