- Add rubygem-addressable 2.2 port copied from newer version
- Use that port for datamapper and friends PR: ports/178983 Submitted by: wollman
This commit is contained in:
@@ -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
|
||||
|
||||
19
www/rubygem-addressable22/Makefile
Normal file
19
www/rubygem-addressable22/Makefile
Normal file
@@ -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>
|
||||
2
www/rubygem-addressable22/distinfo
Normal file
2
www/rubygem-addressable22/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/addressable-2.2.8.gem) = 8958a2cf63d3b36ca1f7aa939eb36e7ae8822471877402b180ea44a98ace3cff
|
||||
SIZE (rubygem/addressable-2.2.8.gem) = 99328
|
||||
5
www/rubygem-addressable22/pkg-descr
Normal file
5
www/rubygem-addressable22/pkg-descr
Normal file
@@ -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/
|
||||
Reference in New Issue
Block a user