summaryrefslogtreecommitdiff
path: root/databases/ruby-activerecord/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ruby-activerecord/Makefile')
-rw-r--r--databases/ruby-activerecord/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/databases/ruby-activerecord/Makefile b/databases/ruby-activerecord/Makefile
index 58decace53d..323e7bda009 100644
--- a/databases/ruby-activerecord/Makefile
+++ b/databases/ruby-activerecord/Makefile
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.10 2007/10/16 03:05:38 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2008/02/09 06:20:25 minskim Exp $
-DISTNAME= activerecord-1.15.5
+DISTNAME= activerecord-2.0.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= databases ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/26551/
+MASTER_SITES= http://rubyforge.org/frs/download.php/29348/
EXTRACT_SUFX= .tgz
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/activerecord/
COMMENT= Object-relation mapping put on rails
-DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=1.4.4:../../devel/ruby-activesupport
+DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.0.2:../../devel/ruby-activesupport
NO_BUILD= yes
NO_CONFIGURE= yes
USE_RUBY_INSTALL= yes
-EXAMPLES= associations.png associations.rb shared_setup.rb \
- validation.rb
+EXAMPLES= associations.png
.include "../../lang/ruby/modules.mk"