svn commit: r383345 - in head/devel: . rubygem-transaction-simple rubygem-transactionsimple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 5 18:26:18 UTC 2015


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 at 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/


More information about the svn-ports-head mailing list