aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-05-27 07:39:05 +0800
committerswills <swills@FreeBSD.org>2013-05-27 07:39:05 +0800
commit3fade103909a35435ffefc1c6f48d18c1eaa8e32 (patch)
tree132d51e68219998242982e23ffd4ac212e874e8a
parentcaa47fcadef441d7c35500640ab5c62203675b11 (diff)
downloadfreebsd-ports-gnome-3fade103909a35435ffefc1c6f48d18c1eaa8e32.tar.gz
freebsd-ports-gnome-3fade103909a35435ffefc1c6f48d18c1eaa8e32.tar.zst
freebsd-ports-gnome-3fade103909a35435ffefc1c6f48d18c1eaa8e32.zip
- Add rubygem-addressable 2.2 port copied from newer version
- Use that port for datamapper and friends PR: ports/178983 Submitted by: wollman
-rw-r--r--databases/rubygem-dm-core/Makefile4
-rw-r--r--www/rubygem-addressable22/Makefile19
-rw-r--r--www/rubygem-addressable22/distinfo2
-rw-r--r--www/rubygem-addressable22/pkg-descr5
4 files changed, 27 insertions, 3 deletions
diff --git a/databases/rubygem-dm-core/Makefile b/databases/rubygem-dm-core/Makefile
index 13ebcad5d44a..e1bf31afedcf 100644
--- a/databases/rubygem-dm-core/Makefile
+++ b/databases/rubygem-dm-core/Makefile
@@ -14,9 +14,7 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= An Object/Relational Mapper for Ruby
RUN_DEPENDS= rubygem-extlib>=0.9.15:${PORTSDIR}/devel/rubygem-extlib \
- rubygem-addressable>=2.2.6:${PORTSDIR}/www/rubygem-addressable
-
-BROKEN= unable to resolve dependencies
+ rubygem-addressable==2.2.8:${PORTSDIR}/www/rubygem-addressable22
USE_RUBY= yes
USE_RUBYGEMS= yes
diff --git a/www/rubygem-addressable22/Makefile b/www/rubygem-addressable22/Makefile
new file mode 100644
index 000000000000..981fb2ba9cec
--- /dev/null
+++ b/www/rubygem-addressable22/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: rubygem-addressable
+# Date created: 01 March 2009
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+
+PORTNAME= addressable
+PORTVERSION= 2.2.8
+CATEGORIES= www devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= A replacement for the URI implementation
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-addressable22/distinfo b/www/rubygem-addressable22/distinfo
new file mode 100644
index 000000000000..e47e28929b20
--- /dev/null
+++ b/www/rubygem-addressable22/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/addressable-2.2.8.gem) = 8958a2cf63d3b36ca1f7aa939eb36e7ae8822471877402b180ea44a98ace3cff
+SIZE (rubygem/addressable-2.2.8.gem) = 99328
diff --git a/www/rubygem-addressable22/pkg-descr b/www/rubygem-addressable22/pkg-descr
new file mode 100644
index 000000000000..1685f1750903
--- /dev/null
+++ b/www/rubygem-addressable22/pkg-descr
@@ -0,0 +1,5 @@
+Addressable is a replacement for the URI implementation that is part of Ruby's
+standard library. It more closely conforms to the relevant RFCs and adds support
+for IRIs and URI templates.
+
+WWW: http://addressable.rubyforge.org/