summaryrefslogtreecommitdiff
path: root/net/mikutter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/mikutter/Makefile')
-rw-r--r--net/mikutter/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile
index bfd60eccd09..4bb0bd0dfc6 100644
--- a/net/mikutter/Makefile
+++ b/net/mikutter/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2011/05/16 03:05:04 obache Exp $
+# $NetBSD: Makefile,v 1.7 2011/05/29 06:54:59 obache Exp $
#
-DISTNAME= mikutter.0.0.3.4
+DISTNAME= mikutter.0.0.3.6
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
CATEGORIES= net
MASTER_SITES= http://mikutter.hachune.net/bin/
@@ -17,11 +17,12 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
DEPENDS+= ${RUBY_PKGPREFIX}-json>=1.1.9:../../textproc/ruby-json
-DEPENDS+= ${RUBY_PKGPREFIX}-hmac-[0-9]*:../../security/ruby-hmac
+DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4.0:../../security/ruby-hmac
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk-[0-9]*:../../x11/ruby-gnome2-gtk
DEPENDS+= ${RUBY_PKGPREFIX}-SDL-[0-9]*:../../devel/ruby-SDL
DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth
-DEPENDS+= ${RUBY_PKGPREFIX}-escape-[0-9]*:../../textproc/ruby-escape
+# need included escape.rb
+#DEPENDS+= ${RUBY_PKGPREFIX}-escape-[0-9]*:../../textproc/ruby-escape
DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize
DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient
# notif-send
@@ -38,7 +39,7 @@ REPLACE_RUBY_DIRS= core
INSTALLATION_DIRS+= bin share/doc/mikutter share/applications share/mikutter
do-build:
- cd ${WRKSRC}/core/lib && ${RM} -rf json* escape.rb oauth* memoize.rb
+ cd ${WRKSRC}/core/lib && ${RM} -rf json* hmac*.rb oauth* memoize.rb
${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/desktop.in > ${WRKDIR}/desktop
${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/mikutter.sh.in > ${WRKDIR}/mikutter.sh