diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-04 01:30:57 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-04 01:30:57 +0000 |
commit | f3342f93f39f606b04fbb1f8fafeccc9be407440 (patch) | |
tree | 99cefa20603944e222c0bd586127a8237381a90f /databases | |
parent | aab2ff6debcc9ade62e8978004332dc083c3c045 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-search-namazu/Makefile | 3 | ||||
-rw-r--r-- | databases/ruby-sqlite/Makefile | 3 | ||||
-rw-r--r-- | databases/rubygem-kirbybase/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/databases/ruby-search-namazu/Makefile b/databases/ruby-search-namazu/Makefile index 34707f5f70f3..221fa2b2c118 100644 --- a/databases/ruby-search-namazu/Makefile +++ b/databases/ruby-search-namazu/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library which wraps libnmz of Namazu +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + LIB_DEPENDS= nmz.8:${PORTSDIR}/japanese/namazu2 USE_RUBY= yes diff --git a/databases/ruby-sqlite/Makefile b/databases/ruby-sqlite/Makefile index ec9e229c715e..ce44d540c71e 100644 --- a/databases/ruby-sqlite/Makefile +++ b/databases/ruby-sqlite/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the SQLite DB engine version 2 +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + LIB_DEPENDS= sqlite.2:${PORTSDIR}/databases/sqlite2 USE_BZIP2= yes diff --git a/databases/rubygem-kirbybase/Makefile b/databases/rubygem-kirbybase/Makefile index 9486bd75ac8e..426bd5cfeca7 100644 --- a/databases/rubygem-kirbybase/Makefile +++ b/databases/rubygem-kirbybase/Makefile @@ -13,6 +13,9 @@ DISTNAME= KirbyBase-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org COMMENT= A Small and Plain-text DBMS Written in Ruby +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + USE_RUBY= yes USE_RUBYGEMS= yes GEM_NAME= ${DISTNAME} |