summaryrefslogtreecommitdiff
path: root/databases/ruby-activerecord/Makefile
diff options
context:
space:
mode:
authortaca <taca>2005-09-04 14:00:05 +0000
committertaca <taca>2005-09-04 14:00:05 +0000
commitd6bd2a2218efc6fcb4a2b3fc716ea86bed1e8f43 (patch)
tree32b414d05562fc1faa85a821446809208b8e446a /databases/ruby-activerecord/Makefile
parentae58cdc87f2a1b74936afcef6d18a8c680cc087f (diff)
downloadpkgsrc-d6bd2a2218efc6fcb4a2b3fc716ea86bed1e8f43.tar.gz
Update ruby-activerecord to 1.11.1.
Changes from 1.9.1 are too huge, please see web page: http://ar.rubyonrails.org/files/CHANGELOG.html.
Diffstat (limited to 'databases/ruby-activerecord/Makefile')
-rw-r--r--databases/ruby-activerecord/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/ruby-activerecord/Makefile b/databases/ruby-activerecord/Makefile
index f42be5df05a..72059f9d262 100644
--- a/databases/ruby-activerecord/Makefile
+++ b/databases/ruby-activerecord/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/04/10 04:45:59 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2005/09/04 14:00:05 taca Exp $
-DISTNAME= activerecord-1.9.1
+DISTNAME= activerecord-1.11.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= databases ruby
-MASTER_SITES= http://rubyforge.org/frs/download.php/3681/
+MASTER_SITES= http://rubyforge.org/frs/download.php/5164/
EXTRACT_SUFX= .tgz
MAINTAINER= minskim@NetBSD.org
@@ -19,6 +19,7 @@ USE_RUBY_INSTALL= yes
.include "../../lang/ruby/modules.mk"
post-install:
+ ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}/active_record/support
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/active_record
${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/active_record