diff options
author | knu <knu@FreeBSD.org> | 2001-03-17 20:09:53 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-17 20:09:53 +0800 |
commit | 514cf20108885da0fe096a027b31ae48034e18d4 (patch) | |
tree | 789867486164ccbcf06365b12a92b1758d1d04f1 | |
parent | aec1a841d9a32bf32d1e4efe40796c3ac8c70afa (diff) | |
download | freebsd-ports-gnome-514cf20108885da0fe096a027b31ae48034e18d4.tar.gz freebsd-ports-gnome-514cf20108885da0fe096a027b31ae48034e18d4.tar.zst freebsd-ports-gnome-514cf20108885da0fe096a027b31ae48034e18d4.zip |
Update to 0.15.
-rw-r--r-- | x11-toolkits/ruby-qt/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/ruby-qt/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/ruby-qt/Makefile b/x11-toolkits/ruby-qt/Makefile index 0b4b139f5e9d..d181ec657ef5 100644 --- a/x11-toolkits/ruby-qt/Makefile +++ b/x11-toolkits/ruby-qt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qt -PORTVERSION= 0.14b +PORTVERSION= 0.15 CATEGORIES= x11-toolkits ruby MASTER_SITES= http://sfns.u-shizuoka-ken.ac.jp/geneng/horie_hp/ruby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -30,7 +30,7 @@ MAKE_ARGS= LOCAL_LIBS=-lgcc INSTALL_TARGET= site-install post-extract: - find ${WRKSRC}/examples '(' -name .cvsignore -o -name a.out ')' -delete + find ${WRKSRC}/examples -name .cvsignore -delete post-patch: ${RUBY} -i -pe 'gsub %r"/usr/X11\b", "${X11BASE}"' ${WRKSRC}/lib/qt.rb diff --git a/x11-toolkits/ruby-qt/distinfo b/x11-toolkits/ruby-qt/distinfo index 7ab1ceb5789c..3468dd4c7415 100644 --- a/x11-toolkits/ruby-qt/distinfo +++ b/x11-toolkits/ruby-qt/distinfo @@ -1 +1 @@ -MD5 (ruby/ruby-qt-0.14b.tar.gz) = 5b40cdec364745e85f98aceeb09ac947 +MD5 (ruby/ruby-qt-0.15.tar.gz) = 4a60754d16cc6170e7ed1125e6fca08f |