Steve Wills f64d997379 many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:

- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
  only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
  (which are still fetchable from rubygems.org)

The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.

Phabric:	D591
With hat:	ruby
Approved by:	portmgr (because of committing to unstaged graphics/mingplot port)
2014-08-19 15:35:35 +00:00

26 lines
600 B
Makefile

# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
PORTNAME= dbd_sqlite
PORTVERSION= 0.1.2
CATEGORIES= databases ruby
MASTER_SITES= RF
MASTER_SITE_SUBDIR= ruby-dbi
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= dbd-sqlite-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= SQLite driver for DBI-for-Ruby
LIB_DEPENDS= libsqlite.so:${PORTSDIR}/databases/sqlite2
RUN_DEPENDS= ${RUBY_SITELIBDIR}/dbi.rb:${PORTSDIR}/databases/ruby-dbi
USE_RUBY= yes
USE_RUBY_SETUP= yes
DEPRECATED= RubyForge shutdown May 15 2014
EXPIRATION_DATE= 2014-09-20
.include <bsd.port.mk>