From owner-svn-ports-head@FreeBSD.ORG Sun Apr 5 18:26:17 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 DB7E5D5D; Sun, 5 Apr 2015 18:26:17 +0000 (UTC) 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 ACDB8C47; Sun, 5 Apr 2015 18:26:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t35IQHrg079888; Sun, 5 Apr 2015 18:26:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t35IQG6d079884; Sun, 5 Apr 2015 18:26:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201504051826.t35IQG6d079884@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 5 Apr 2015 18:26:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383345 - in head/devel: . rubygem-transaction-simple rubygem-transactionsimple 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.18-1 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: Sun, 05 Apr 2015 18:26:18 -0000 Author: sunpoet Date: Sun Apr 5 18:26:15 2015 New Revision: 383345 URL: https://svnweb.freebsd.org/changeset/ports/383345 Log: - Move devel/rubygem-transactionsimple to devel/rubygem-transaction-simple - Add LICENSE - Remove DISTNAME and GEM_NAME - Update WWW - Bump PORTREVISION for dependency change Added: head/devel/rubygem-transaction-simple/ - copied from r383230, head/devel/rubygem-transactionsimple/ Deleted: head/devel/rubygem-transactionsimple/ Modified: head/devel/Makefile head/devel/rubygem-transaction-simple/Makefile head/devel/rubygem-transaction-simple/pkg-descr Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Apr 5 18:26:09 2015 (r383344) +++ head/devel/Makefile Sun Apr 5 18:26:15 2015 (r383345) @@ -4728,7 +4728,7 @@ SUBDIR += rubygem-tins SUBDIR += rubygem-tins0 SUBDIR += rubygem-toml - SUBDIR += rubygem-transactionsimple + SUBDIR += rubygem-transaction-simple SUBDIR += rubygem-travis SUBDIR += rubygem-treetop SUBDIR += rubygem-trollop Modified: head/devel/rubygem-transaction-simple/Makefile ============================================================================== --- head/devel/rubygem-transactionsimple/Makefile Sat Apr 4 16:23:55 2015 (r383230) +++ head/devel/rubygem-transaction-simple/Makefile Sun Apr 5 18:26:15 2015 (r383345) @@ -1,17 +1,15 @@ # $FreeBSD$ -PORTNAME= transactionsimple +PORTNAME= transaction-simple PORTVERSION= 1.4.0.2 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG -DISTNAME= transaction-simple-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= Simple object transaction support -RUN_DEPENDS= rubygem-hoe>=1.3.0:${PORTSDIR}/devel/rubygem-hoe - -GEM_NAME= ${DISTNAME} +LICENSE= MIT USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-transaction-simple/pkg-descr ============================================================================== --- head/devel/rubygem-transactionsimple/pkg-descr Sat Apr 4 16:23:55 2015 (r383230) +++ head/devel/rubygem-transaction-simple/pkg-descr Sun Apr 5 18:26:15 2015 (r383345) @@ -3,4 +3,4 @@ to objects. The transaction methods adde objects, excluding those that cannot be Marshal-ed (bindings, procedure objects, IO instances, or singleton objects). -WWW: http://rubygems.org/gems/transactionsimple/ +WWW: http://trans-simple.rubyforge.org/