1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Use the older rubygem-sqlite3-ruby now that it's repo copied

- Change portname on rubygem-sqlite3-ruby

PR:		ports/154958
Submitted by:	wen
This commit is contained in:
Steve Wills 2011-07-21 00:37:18 +00:00
parent 4a8aaebcbb
commit 2a54b48a1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278054
2 changed files with 4 additions and 3 deletions

View File

@ -5,11 +5,11 @@
# $FreeBSD$
#
PORTNAME= sqlite3
PORTNAME= sqlite3-ruby
PORTVERSION= 1.3.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface to the SQLite DB engine version 3

View File

@ -7,13 +7,14 @@
PORTNAME= rails-app-installer
PORTVERSION= 0.2.0
PORTREVISION= 1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= An installer for Rails apps
RUN_DEPENDS= rubygem-sqlite3>=1.1.0:${PORTSDIR}/databases/rubygem-sqlite3 \
RUN_DEPENDS= rubygem-sqlite3-ruby>=1.1.0:${PORTSDIR}/databases/rubygem-sqlite3-ruby \
rubygem-mongrel>=0.3.13.3:${PORTSDIR}/www/rubygem-mongrel \
rubygem-mongrel_cluster>=0.2.0:${PORTSDIR}/www/rubygem-mongrel_cluster