diff options
author | knu <knu@FreeBSD.org> | 2000-04-25 15:08:56 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-25 15:08:56 +0800 |
commit | 642342606cd9db9068525943595db32d27854dcb (patch) | |
tree | f7fdeff2ee9f4a18d4f0429d72028346287e6f7b /x11-toolkits/ruby-tk | |
parent | 0c8cdd9fb3f6b34cc30f8ec79d3b337fba5054ca (diff) | |
download | freebsd-ports-graphics-642342606cd9db9068525943595db32d27854dcb.tar.gz freebsd-ports-graphics-642342606cd9db9068525943595db32d27854dcb.tar.zst freebsd-ports-graphics-642342606cd9db9068525943595db32d27854dcb.zip |
Update corresponding to the update of lang/ruby to 1.4.4.
Change the MAINTAINER's mail address.
PR: ports/18195
Submitted by: MAINTAINER
Diffstat (limited to 'x11-toolkits/ruby-tk')
-rw-r--r-- | x11-toolkits/ruby-tk/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/ruby-tk/pkg-descr | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11-toolkits/ruby-tk/Makefile b/x11-toolkits/ruby-tk/Makefile index 5759e230119..9ac55a28af3 100644 --- a/x11-toolkits/ruby-tk/Makefile +++ b/x11-toolkits/ruby-tk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= rubytk -PORTVERSION= ${VERSION} +PORTVERSION= 1.4.4 CATEGORIES+= x11-toolkits MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://ftp.TokyoNet.AD.JP/pub/misc/ruby/${BRANCH_NAME}/ \ @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.netlab.co.jp/pub/lang/ruby/${BRANCH_NAME}/ \ ftp://mirror.nucba.ac.jp/mirror/ruby/${BRANCH_NAME}/ DISTNAME= ruby-${PORTVERSION} -MAINTAINER?= yasuf@big.or.jp +MAINTAINER?= yasuf@bsdclub.org BUILD_DEPENDS= ruby:${PORTSDIR}/lang/ruby RUN_DEPENDS= ruby:${PORTSDIR}/lang/ruby @@ -25,7 +25,7 @@ LIB_DEPENDS= ${TCL_LIB}.1:${PORTSDIR}/${TCL_CATEGORY}/tcl${TCL_VERSION} \ USE_XLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME}/ext -CONFIGURE_ARGS+= --with-tcllib="${TCL_LIB}" --with-tklib="${TK_LIB}" \ +CONFIGURE_ARGS= --with-tcllib="${TCL_LIB}" --with-tklib="${TK_LIB}" \ --with-tcl-lib="${LOCALBASE}/lib/${TCL_DIR}" \ --with-tk-lib="${LOCALBASE}/lib/${TK_DIR}" \ --with-tcl-include="${LOCALBASE}/include/${TCL_DIR}" \ @@ -33,7 +33,6 @@ CONFIGURE_ARGS+= --with-tcllib="${TCL_LIB}" --with-tklib="${TK_LIB}" \ --with-X11-dir="${X11BASE}" PLIST_SUB+= RUBY_VER="${RUBY_VER}" RUBY_ARCH="${RUBY_ARCH}" -VERSION= 1.4.3 BRANCH_NAME= 1.4 RUBY_VER= 1.4 diff --git a/x11-toolkits/ruby-tk/pkg-descr b/x11-toolkits/ruby-tk/pkg-descr index 1692318ccdd..5338175ce86 100644 --- a/x11-toolkits/ruby-tk/pkg-descr +++ b/x11-toolkits/ruby-tk/pkg-descr @@ -2,4 +2,4 @@ This is Ruby/Tk, a Ruby interface to Tcl/Tk libraries. It's a part of the official Ruby distribution. - Yasuhiro Fukuma -yasuf@big.or.jp +yasuf@bsdclub.org |