diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-06 02:26:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-06 02:26:15 +0800 |
commit | b5804ad3f920183c20cf4d083b9b8c588981fbc3 (patch) | |
tree | e3eae71cb26dffc458ee0a9e79e5d62e2f78121c /devel | |
parent | 19ee76983371c8f50cab5ab0885cfde8bbd80571 (diff) | |
download | freebsd-ports-gnome-b5804ad3f920183c20cf4d083b9b8c588981fbc3.tar.gz freebsd-ports-gnome-b5804ad3f920183c20cf4d083b9b8c588981fbc3.tar.zst freebsd-ports-gnome-b5804ad3f920183c20cf4d083b9b8c588981fbc3.zip |
- Move devel/rubygem-transactionsimple to devel/rubygem-transaction-simple
- Add LICENSE
- Remove DISTNAME and GEM_NAME
- Update WWW
- Bump PORTREVISION for dependency change
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-transaction-simple/Makefile (renamed from devel/rubygem-transactionsimple/Makefile) | 8 | ||||
-rw-r--r-- | devel/rubygem-transaction-simple/distinfo (renamed from devel/rubygem-transactionsimple/distinfo) | 0 | ||||
-rw-r--r-- | devel/rubygem-transaction-simple/pkg-descr (renamed from devel/rubygem-transactionsimple/pkg-descr) | 2 |
4 files changed, 5 insertions, 7 deletions
diff --git a/devel/Makefile b/devel/Makefile index 463a01933702..fa659b55be3a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-transactionsimple/Makefile b/devel/rubygem-transaction-simple/Makefile index ec95ae2c74aa..90f4ad04d23e 100644 --- a/devel/rubygem-transactionsimple/Makefile +++ b/devel/rubygem-transaction-simple/Makefile @@ -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 diff --git a/devel/rubygem-transactionsimple/distinfo b/devel/rubygem-transaction-simple/distinfo index 2084dca324f4..2084dca324f4 100644 --- a/devel/rubygem-transactionsimple/distinfo +++ b/devel/rubygem-transaction-simple/distinfo diff --git a/devel/rubygem-transactionsimple/pkg-descr b/devel/rubygem-transaction-simple/pkg-descr index beaad0e5deb5..efddde3b9219 100644 --- a/devel/rubygem-transactionsimple/pkg-descr +++ b/devel/rubygem-transaction-simple/pkg-descr @@ -3,4 +3,4 @@ to objects. The transaction methods added by this module will work with most 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/ |