aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-09-07 04:51:04 +0800
committerswills <swills@FreeBSD.org>2014-09-07 04:51:04 +0800
commit9521ef75183280de4270080ccafe121b7212544d (patch)
treedf5c97483a68a5a3007c3bcb602054ef7a85486a /devel
parent05bbf50496abc3f3132248dfa77983daa7e790b6 (diff)
downloadfreebsd-ports-gnome-9521ef75183280de4270080ccafe121b7212544d.tar.gz
freebsd-ports-gnome-9521ef75183280de4270080ccafe121b7212544d.tar.zst
freebsd-ports-gnome-9521ef75183280de4270080ccafe121b7212544d.zip
devel/rubygem-tzinfo: update to 1.2.2
While here, create a port for the older 0.3 version for the ports that need it, hook it up to the build, set those ports to use the older version and bump portrev on those ports.
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-tzinfo/Makefile2
-rw-r--r--devel/rubygem-tzinfo/distinfo4
-rw-r--r--devel/rubygem-tzinfo03/Makefile19
-rw-r--r--devel/rubygem-tzinfo03/distinfo2
-rw-r--r--devel/rubygem-tzinfo03/pkg-descr7
6 files changed, 32 insertions, 3 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9bc7bd8a8fca..e37b67275985 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4536,6 +4536,7 @@
SUBDIR += rubygem-turn
SUBDIR += rubygem-typed-array
SUBDIR += rubygem-tzinfo
+ SUBDIR += rubygem-tzinfo03
SUBDIR += rubygem-unicode
SUBDIR += rubygem-uuid
SUBDIR += rubygem-uuidtools
diff --git a/devel/rubygem-tzinfo/Makefile b/devel/rubygem-tzinfo/Makefile
index 0ebc14357847..147fdd5e1fac 100644
--- a/devel/rubygem-tzinfo/Makefile
+++ b/devel/rubygem-tzinfo/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tzinfo
-PORTVERSION= 0.3.41
+PORTVERSION= 1.2.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
diff --git a/devel/rubygem-tzinfo/distinfo b/devel/rubygem-tzinfo/distinfo
index 2ebec5d44666..f117ede2c203 100644
--- a/devel/rubygem-tzinfo/distinfo
+++ b/devel/rubygem-tzinfo/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/tzinfo-0.3.41.gem) = 381b22fd1744a35d0a0239f563f505773681e626e6d900063b14cb9b1b68e98c
-SIZE (rubygem/tzinfo-0.3.41.gem) = 301568
+SHA256 (rubygem/tzinfo-1.2.2.gem) = fdb1d3fdf2776d490c82a0e589a08e7cbde70ac1ae7d2b1f0b7e77f3e6b801b0
+SIZE (rubygem/tzinfo-1.2.2.gem) = 147456
diff --git a/devel/rubygem-tzinfo03/Makefile b/devel/rubygem-tzinfo03/Makefile
new file mode 100644
index 000000000000..98fa25814c76
--- /dev/null
+++ b/devel/rubygem-tzinfo03/Makefile
@@ -0,0 +1,19 @@
+# Created by: Rui Lopes (rgl ruilopes com)
+# $FreeBSD$
+
+PORTNAME= tzinfo
+PORTVERSION= 0.3.41
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 03
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Daylight-savings aware timezone support for Ruby
+
+LICENSE= MIT
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-tzinfo03/distinfo b/devel/rubygem-tzinfo03/distinfo
new file mode 100644
index 000000000000..2ebec5d44666
--- /dev/null
+++ b/devel/rubygem-tzinfo03/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/tzinfo-0.3.41.gem) = 381b22fd1744a35d0a0239f563f505773681e626e6d900063b14cb9b1b68e98c
+SIZE (rubygem/tzinfo-0.3.41.gem) = 301568
diff --git a/devel/rubygem-tzinfo03/pkg-descr b/devel/rubygem-tzinfo03/pkg-descr
new file mode 100644
index 000000000000..1d4959288acc
--- /dev/null
+++ b/devel/rubygem-tzinfo03/pkg-descr
@@ -0,0 +1,7 @@
+TZInfo is a Ruby library that uses the standard tz database
+(http://www.twinsun.com/tz/tz-link.htm) to provide daylight savings
+aware transformations between times in different time zones. The
+tz database is compiled into Ruby classes which are packaged in the
+release. No external zoneinfo files are required at runtime.
+
+WWW: http://rubygems.org/gems/tzinfo/