Date: Sun, 5 Apr 2015 18:26:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201504051826.t35IQG6d079884@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504051826.t35IQG6d079884>