diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2014-05-10 08:40:47 +0800 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2014-05-10 08:40:47 +0800 |
commit | 722bf4feb9b5e0af968ce77522c926e680a4da5f (patch) | |
tree | 8ae8facdbbd8fb77803274509a431c13d60c906a /devel | |
parent | afaf715b7d130c1d0952d9a5fba767f5dabd34ad (diff) | |
download | freebsd-ports-gnome-722bf4feb9b5e0af968ce77522c926e680a4da5f.tar.gz freebsd-ports-gnome-722bf4feb9b5e0af968ce77522c926e680a4da5f.tar.zst freebsd-ports-gnome-722bf4feb9b5e0af968ce77522c926e680a4da5f.zip |
Introduce a new port rubygem-tins0 for an old version of the tins Ruby GEM.
This is a dependency only for rubygem-file-tail.
Reviewed by: swills
Approved by: swills
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-file-tail/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-tins/Makefile | 2 | ||||
-rw-r--r-- | devel/rubygem-tins/distinfo | 4 | ||||
-rw-r--r-- | devel/rubygem-tins0/Makefile | 17 | ||||
-rw-r--r-- | devel/rubygem-tins0/distinfo | 2 | ||||
-rw-r--r-- | devel/rubygem-tins0/pkg-descr | 4 |
7 files changed, 28 insertions, 4 deletions
diff --git a/devel/Makefile b/devel/Makefile index c1826b20267a..0c1725a66c37 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4415,6 +4415,7 @@ SUBDIR += rubygem-timers SUBDIR += rubygem-timers1 SUBDIR += rubygem-tins + SUBDIR += rubygem-tins0 SUBDIR += rubygem-toml SUBDIR += rubygem-transactionsimple SUBDIR += rubygem-treetop diff --git a/devel/rubygem-file-tail/Makefile b/devel/rubygem-file-tail/Makefile index 422a6367081b..e7bd33fc105f 100644 --- a/devel/rubygem-file-tail/Makefile +++ b/devel/rubygem-file-tail/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library that allows Ruby to 'tail' files -RUN_DEPENDS= rubygem-tins>=0.5.0:${PORTSDIR}/devel/rubygem-tins +RUN_DEPENDS= rubygem-tins0>=0.5.0:${PORTSDIR}/devel/rubygem-tins0 USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/devel/rubygem-tins/Makefile b/devel/rubygem-tins/Makefile index a02bf47b2ce5..a4b5f6b23db3 100644 --- a/devel/rubygem-tins/Makefile +++ b/devel/rubygem-tins/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tins -PORTVERSION= 0.8.3 +PORTVERSION= 1.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-tins/distinfo b/devel/rubygem-tins/distinfo index c0fd8bdd226c..5691470421e5 100644 --- a/devel/rubygem-tins/distinfo +++ b/devel/rubygem-tins/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/tins-0.8.3.gem) = 8d1a63546afa3218d466245490646cdc8771c3184b5da4a843083c03e29c9993 -SIZE (rubygem/tins-0.8.3.gem) = 33280 +SHA256 (rubygem/tins-1.1.0.gem) = 5964d11f3784651370b685ea2751f3f88c75f4def29a1b04b19f224e0161ad49 +SIZE (rubygem/tins-1.1.0.gem) = 299008 diff --git a/devel/rubygem-tins0/Makefile b/devel/rubygem-tins0/Makefile new file mode 100644 index 000000000000..2d11a8c059de --- /dev/null +++ b/devel/rubygem-tins0/Makefile @@ -0,0 +1,17 @@ +# Created by: Steve Wills <swills@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= tins +PORTVERSION= 0.8.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 0 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Useful tools library in Ruby + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-tins0/distinfo b/devel/rubygem-tins0/distinfo new file mode 100644 index 000000000000..c0fd8bdd226c --- /dev/null +++ b/devel/rubygem-tins0/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/tins-0.8.3.gem) = 8d1a63546afa3218d466245490646cdc8771c3184b5da4a843083c03e29c9993 +SIZE (rubygem/tins-0.8.3.gem) = 33280 diff --git a/devel/rubygem-tins0/pkg-descr b/devel/rubygem-tins0/pkg-descr new file mode 100644 index 000000000000..63c05f008fcd --- /dev/null +++ b/devel/rubygem-tins0/pkg-descr @@ -0,0 +1,4 @@ +Useful tools library in Ruby - All the stuff that isn't good/big enough for a +real library. + +WWW: http://flori.github.com/tins |