From owner-svn-ports-head@FreeBSD.ORG Sat Oct 26 16:25:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 91925583; Sat, 26 Oct 2013 16:25:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FF0A265D; Sat, 26 Oct 2013 16:25:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9QGPE8L037990; Sat, 26 Oct 2013 16:25:14 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9QGPEMC037988; Sat, 26 Oct 2013 16:25:14 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310261625.r9QGPEMC037988@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Oct 2013 16:25:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331715 - head/devel/rubygem-excon X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Oct 2013 16:25:14 -0000 Author: sunpoet Date: Sat Oct 26 16:25:13 2013 New Revision: 331715 URL: http://svnweb.freebsd.org/changeset/ports/331715 Log: - Update to 0.27.6 - Add LICENSE - Support STAGEDIR Changes: https://github.com/geemus/excon/blob/master/changelog.txt Modified: head/devel/rubygem-excon/Makefile head/devel/rubygem-excon/distinfo Modified: head/devel/rubygem-excon/Makefile ============================================================================== --- head/devel/rubygem-excon/Makefile Sat Oct 26 16:25:09 2013 (r331714) +++ head/devel/rubygem-excon/Makefile Sat Oct 26 16:25:13 2013 (r331715) @@ -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 Modified: head/devel/rubygem-excon/distinfo ============================================================================== --- head/devel/rubygem-excon/distinfo Sat Oct 26 16:25:09 2013 (r331714) +++ head/devel/rubygem-excon/distinfo Sat Oct 26 16:25:13 2013 (r331715) @@ -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