summaryrefslogtreecommitdiff
path: root/lang/ruby-tcltklib
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-09-28 19:33:39 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-09-28 19:33:39 +0000
commit3d3b2e83ce1bc322f7d9f95b843bd217d0e82782 (patch)
tree1beea6724c2491931de0894308cb970c4054b3a8 /lang/ruby-tcltklib
parentUpdate to 0.2. (diff)
Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)
Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>, with his approval. I can never thank him too much for his previous work which led me in the right direction! :) lang/ruby: - Add a patch for find.rb, which fixes the bug found after 1.6.1 was released. databases/ruby-gdbm, */ruby-{tcltklib,tk}: - Remove files/md5 and refer to lang/ruby's one.
Diffstat (limited to 'lang/ruby-tcltklib')
-rw-r--r--lang/ruby-tcltklib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/ruby-tcltklib/Makefile b/lang/ruby-tcltklib/Makefile
index 2de946cc6b25..71b1f2295d4a 100644
--- a/lang/ruby-tcltklib/Makefile
+++ b/lang/ruby-tcltklib/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_RUBY}
DISTNAME= ruby-${PORTVERSION}
DIST_SUBDIR= ruby
-MAINTAINER?= yasuf@bsdclub.org
+MAINTAINER?= knu@FreeBSD.org
LIB_DEPENDS= ${TCL_LIB}.1:${PORTSDIR}/${TCL_CATEGORY}/tcl${TCL_VERSION} \
${TK_LIB}.1:${PORTSDIR}/${TK_CATEGORY}/tk${TK_VERSION}
@@ -21,6 +21,9 @@ LIB_DEPENDS= ${TCL_LIB}.1:${PORTSDIR}/${TCL_CATEGORY}/tcl${TCL_VERSION} \
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
USE_XLIB= yes
+
+MD5_FILE= ${PORTSDIR}/lang/ruby/files/md5
+
WRKSRC= ${WRKDIR}/${DISTNAME}/ext/tcltklib
CONFIGURE_ARGS= --with-tcllib="${TCL_LIB}" --with-tklib="${TK_LIB}" \
--with-tcl-lib="${LOCALBASE}/lib/${TCL_DIR}" \