From owner-svn-ports-head@FreeBSD.ORG Wed May 27 16:22:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E4D0424B; Wed, 27 May 2015 16:22:08 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B959F6D9; Wed, 27 May 2015 16:22:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4RGM8MH083819; Wed, 27 May 2015 16:22:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4RGM8Z4083816; Wed, 27 May 2015 16:22:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505271622.t4RGM8Z4083816@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 May 2015 16:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387631 - head/devel/rubygem-ruby-ole 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.20 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: Wed, 27 May 2015 16:22:09 -0000 Author: sunpoet Date: Wed May 27 16:22:07 2015 New Revision: 387631 URL: https://svnweb.freebsd.org/changeset/ports/387631 Log: - Update to 1.2.11.8 - Add LICENSE - Update WWW Changes: https://github.com/aquasync/ruby-ole/blob/master/ChangeLog Modified: head/devel/rubygem-ruby-ole/Makefile head/devel/rubygem-ruby-ole/distinfo head/devel/rubygem-ruby-ole/pkg-descr Modified: head/devel/rubygem-ruby-ole/Makefile ============================================================================== --- head/devel/rubygem-ruby-ole/Makefile Wed May 27 16:22:02 2015 (r387630) +++ head/devel/rubygem-ruby-ole/Makefile Wed May 27 16:22:07 2015 (r387631) @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= ruby-ole -PORTVERSION= 1.2.11.7 +PORTVERSION= 1.2.11.8 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Library for easy read/write access to OLE compound documents +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-ruby-ole/distinfo ============================================================================== --- head/devel/rubygem-ruby-ole/distinfo Wed May 27 16:22:02 2015 (r387630) +++ head/devel/rubygem-ruby-ole/distinfo Wed May 27 16:22:07 2015 (r387631) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ruby-ole-1.2.11.7.gem) = 188e618660786b454e74e031c05b99b438a6200c7fd125c7f16a19e150729ad3 -SIZE (rubygem/ruby-ole-1.2.11.7.gem) = 56832 +SHA256 (rubygem/ruby-ole-1.2.11.8.gem) = e999b1d6be00a55181fb29162c685ad3e950025a4b8ef0e99eda173087f8cd31 +SIZE (rubygem/ruby-ole-1.2.11.8.gem) = 56832 Modified: head/devel/rubygem-ruby-ole/pkg-descr ============================================================================== --- head/devel/rubygem-ruby-ole/pkg-descr Wed May 27 16:22:02 2015 (r387630) +++ head/devel/rubygem-ruby-ole/pkg-descr Wed May 27 16:22:07 2015 (r387631) @@ -2,4 +2,4 @@ The ruby-ole library provides a variety working with OLE2 structured storage files, such as those produced by Microsoft Office - eg *.doc, *.msg etc. -WWW: http://code.google.com/p/ruby-ole +WWW: https://github.com/aquasync/ruby-ole