Sun Apr 17 02:13:23 2011 UTC ()
Update mikutter to 0.0.2.13

* support ruby-1.9.2
* support notification of retweeted tweet.


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/net/mikutter/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/net/mikutter/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/mikutter/Makefile (switch to unified diff)

--- pkgsrc/net/mikutter/Makefile 2011/04/05 11:47:16 1.1.1.1
+++ pkgsrc/net/mikutter/Makefile 2011/04/17 02:13:23 1.2
@@ -1,54 +1,54 @@ @@ -1,54 +1,54 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/04/05 11:47:16 obache Exp $ 1# $NetBSD: Makefile,v 1.2 2011/04/17 02:13:23 obache Exp $
2# 2#
3 3
4DISTNAME= mikutter.0.0.2.12 4DISTNAME= mikutter.0.0.2.13
5PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} 5PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= http://mikutter.hachune.net/bin/ 7MASTER_SITES= http://mikutter.hachune.net/bin/
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://mikutter.hachune.net/ 10HOMEPAGE= http://mikutter.hachune.net/
11COMMENT= Moest Twitter Client 11COMMENT= Moest Twitter Client
12LICENSE= gnu-gpl-v3 12LICENSE= gnu-gpl-v3
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16.include "../../lang/ruby/rubyversion.mk" 16.include "../../lang/ruby/rubyversion.mk"
17 17
18DEPENDS+= ${RUBY_PKGPREFIX}-sqlite3-[0-9]*:../../databases/ruby-sqlite3 18DEPENDS+= ${RUBY_PKGPREFIX}-sqlite3-[0-9]*:../../databases/ruby-sqlite3
19DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils 19DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
20DEPENDS+= ${RUBY_PKGPREFIX}-json>=1.1.9:../../textproc/ruby-json 20DEPENDS+= ${RUBY_PKGPREFIX}-json>=1.1.9:../../textproc/ruby-json
21DEPENDS+= ${RUBY_PKGPREFIX}-hmac-[0-9]*:../../security/ruby-hmac 21DEPENDS+= ${RUBY_PKGPREFIX}-hmac-[0-9]*:../../security/ruby-hmac
22DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk-[0-9]*:../../x11/ruby-gnome2-gtk 22DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk-[0-9]*:../../x11/ruby-gnome2-gtk
23DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer-[0-9]*:../../multimedia/ruby-gnome2-gstreamer 23DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer-[0-9]*:../../multimedia/ruby-gnome2-gstreamer
24DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth 24DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth
25DEPENDS+= ${RUBY_PKGPREFIX}-escape-[0-9]*:../../textproc/ruby-escape 25DEPENDS+= ${RUBY_PKGPREFIX}-escape-[0-9]*:../../textproc/ruby-escape
26DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize 26DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize
27DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient 27DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient
28# notif-send 28# notif-send
29DEPENDS+= libnotify-[0-9]*:../../sysutils/libnotify 29DEPENDS+= libnotify-[0-9]*:../../sysutils/libnotify
30 30
31WRKSRC= ${WRKDIR}/mikutter 31WRKSRC= ${WRKDIR}/mikutter
32USE_LANGUAGES= # none 32USE_LANGUAGES= # none
33USE_TOOLS+= pax 33USE_TOOLS+= pax
34 34
35REPLACE_RUBY= mikutter.rb 35REPLACE_RUBY= mikutter.rb
36REPLACE_RUBY_DIRS= core 36REPLACE_RUBY_DIRS= core
37.include "../../lang/ruby/replace.mk" 37.include "../../lang/ruby/replace.mk"
38 38
39INSTALLATION_DIRS+= bin share/doc/mikutter share/applications share/mikutter 39INSTALLATION_DIRS+= bin share/doc/mikutter share/applications share/mikutter
40 40
41do-build: 41do-build:
42 cd ${WRKSRC}/core && ${RM} -rf json* lib/escape.rb lib/oauth* lib/memoize.rb 42 cd ${WRKSRC}/core && ${RM} -rf json* lib/escape.rb lib/oauth* lib/memoize.rb
43 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/desktop.in > ${WRKDIR}/desktop 43 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/desktop.in > ${WRKDIR}/desktop
44 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/mikutter.sh.in > ${WRKDIR}/mikutter.sh 44 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/mikutter.sh.in > ${WRKDIR}/mikutter.sh
45 45
46do-install: 46do-install:
47 ${INSTALL_SCRIPT} ${WRKSRC}/mikutter.rb ${DESTDIR}${PREFIX}/share/mikutter 47 ${INSTALL_SCRIPT} ${WRKSRC}/mikutter.rb ${DESTDIR}${PREFIX}/share/mikutter
48 cd ${WRKSRC} && pax -rwpp core plugin ${DESTDIR}${PREFIX}/share/mikutter 48 cd ${WRKSRC} && pax -rwpp core plugin ${DESTDIR}${PREFIX}/share/mikutter
49 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mikutter 49 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mikutter
50 ${INSTALL_SCRIPT} ${WRKDIR}/mikutter.sh ${DESTDIR}${PREFIX}/bin/mikutter 50 ${INSTALL_SCRIPT} ${WRKDIR}/mikutter.sh ${DESTDIR}${PREFIX}/bin/mikutter
51 ${INSTALL_DATA} ${WRKDIR}/desktop ${DESTDIR}${PREFIX}/share/applications/mikutter.desktop 51 ${INSTALL_DATA} ${WRKDIR}/desktop ${DESTDIR}${PREFIX}/share/applications/mikutter.desktop
52 52
53.include "../../sysutils/desktop-file-utils/desktopdb.mk" 53.include "../../sysutils/desktop-file-utils/desktopdb.mk"
54.include "../../mk/bsd.pkg.mk" 54.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/mikutter/distinfo (switch to unified diff)

--- pkgsrc/net/mikutter/distinfo 2011/04/05 11:47:16 1.1.1.1
+++ pkgsrc/net/mikutter/distinfo 2011/04/17 02:13:23 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/04/05 11:47:16 obache Exp $ 1$NetBSD: distinfo,v 1.2 2011/04/17 02:13:23 obache Exp $
2 2
3SHA1 (mikutter.0.0.2.12.tar.gz) = b276e03302bc63dd86f68fddfbad7b5b1a398011 3SHA1 (mikutter.0.0.2.13.tar.gz) = 9e39cf31b86ab75a2fbb68b9acfdb25de98330a5
4RMD160 (mikutter.0.0.2.12.tar.gz) = 805885f0e6029d7bb4bd1315636aed827e31e46e 4RMD160 (mikutter.0.0.2.13.tar.gz) = cd4e4fcd7b250fb7b158265aac8ca74b53892230
5Size (mikutter.0.0.2.12.tar.gz) = 2047147 bytes 5Size (mikutter.0.0.2.13.tar.gz) = 2047369 bytes