Wed Feb 1 11:05:59 2012 UTC ()
Update mikutter to 0.0.4.658.

* Support specification changes of Twitpic to be able to open images.


(obache)
diff -r1.34 -r1.35 pkgsrc/net/mikutter/Makefile
diff -r1.32 -r1.33 pkgsrc/net/mikutter/distinfo

cvs diff -r1.34 -r1.35 pkgsrc/net/mikutter/Makefile (switch to unified diff)

--- pkgsrc/net/mikutter/Makefile 2012/01/15 12:42:39 1.34
+++ pkgsrc/net/mikutter/Makefile 2012/02/01 11:05:59 1.35
@@ -1,58 +1,58 @@ @@ -1,58 +1,58 @@
1# $NetBSD: Makefile,v 1.34 2012/01/15 12:42:39 obache Exp $ 1# $NetBSD: Makefile,v 1.35 2012/02/01 11:05:59 obache Exp $
2# 2#
3 3
4DISTNAME= mikutter.0.0.4.642 4DISTNAME= mikutter.0.0.4.658
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= Simply, powerfully, and moefully twitter client 11COMMENT= Simply, powerfully, and moefully 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+= xdg-utils-[0-9]*:../../misc/xdg-utils 18DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
19DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4.0:../../security/ruby-hmac 19DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4.0:../../security/ruby-hmac
20DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=1.0.0:../../x11/ruby-gnome2-gtk 20DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=1.0.0:../../x11/ruby-gnome2-gtk
21DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth 21DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth
22# need included escape.rb 22# need included escape.rb
23#DEPENDS+= ${RUBY_PKGPREFIX}-escape-[0-9]*:../../textproc/ruby-escape 23#DEPENDS+= ${RUBY_PKGPREFIX}-escape-[0-9]*:../../textproc/ruby-escape
24DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize 24DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize
25DEPENDS+= ${RUBY_PKGPREFIX}-bsearch>=1.5:../../devel/ruby-bsearch 25DEPENDS+= ${RUBY_PKGPREFIX}-bsearch>=1.5:../../devel/ruby-bsearch
26DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient 26DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient
27DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.6nb1:../../net/ruby-addressable 27DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.6nb1:../../net/ruby-addressable
28# notif-send 28# notif-send
29DEPENDS+= libnotify-[0-9]*:../../sysutils/libnotify 29DEPENDS+= libnotify-[0-9]*:../../sysutils/libnotify
30 30
31RUBY_JSON_REQD= 1.5.1 31RUBY_JSON_REQD= 1.5.1
32WRKSRC= ${WRKDIR}/mikutter 32WRKSRC= ${WRKDIR}/mikutter
33USE_LANGUAGES= # none 33USE_LANGUAGES= # none
34USE_TOOLS+= pax 34USE_TOOLS+= pax
35 35
36REPLACE_RUBY= mikutter.rb 36REPLACE_RUBY= mikutter.rb
37REPLACE_RUBY_DIRS= core 37REPLACE_RUBY_DIRS= core
38.include "../../lang/ruby/replace.mk" 38.include "../../lang/ruby/replace.mk"
39 39
40INSTALLATION_DIRS+= bin share/doc/mikutter share/applications share/mikutter 40INSTALLATION_DIRS+= bin share/doc/mikutter share/applications share/mikutter
41 41
42do-build: 42do-build:
43 cd ${WRKSRC}/core/lib && \ 43 cd ${WRKSRC}/core/lib && \
44 ${RM} -rf json* hmac*.rb oauth* memoize.rb ruby-bsearch-* addressable && \ 44 ${RM} -rf json* hmac*.rb oauth* memoize.rb ruby-bsearch-* addressable && \
45 ${MKDIR} miku && ${MV} escape.rb miku/escape.rb 45 ${MKDIR} miku && ${MV} escape.rb miku/escape.rb
46 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/desktop.in > ${WRKDIR}/desktop 46 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/desktop.in > ${WRKDIR}/desktop
47 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/mikutter.sh.in > ${WRKDIR}/mikutter.sh 47 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/mikutter.sh.in > ${WRKDIR}/mikutter.sh
48 48
49do-install: 49do-install:
50 ${INSTALL_SCRIPT} ${WRKSRC}/mikutter.rb ${DESTDIR}${PREFIX}/share/mikutter 50 ${INSTALL_SCRIPT} ${WRKSRC}/mikutter.rb ${DESTDIR}${PREFIX}/share/mikutter
51 cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' core plugin ${DESTDIR}${PREFIX}/share/mikutter 51 cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' core plugin ${DESTDIR}${PREFIX}/share/mikutter
52 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mikutter 52 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mikutter
53 ${INSTALL_SCRIPT} ${WRKDIR}/mikutter.sh ${DESTDIR}${PREFIX}/bin/mikutter 53 ${INSTALL_SCRIPT} ${WRKDIR}/mikutter.sh ${DESTDIR}${PREFIX}/bin/mikutter
54 ${INSTALL_DATA} ${WRKDIR}/desktop ${DESTDIR}${PREFIX}/share/applications/mikutter.desktop 54 ${INSTALL_DATA} ${WRKDIR}/desktop ${DESTDIR}${PREFIX}/share/applications/mikutter.desktop
55 55
56.include "../../lang/ruby/json.mk" 56.include "../../lang/ruby/json.mk"
57.include "../../sysutils/desktop-file-utils/desktopdb.mk" 57.include "../../sysutils/desktop-file-utils/desktopdb.mk"
58.include "../../mk/bsd.pkg.mk" 58.include "../../mk/bsd.pkg.mk"

cvs diff -r1.32 -r1.33 pkgsrc/net/mikutter/distinfo (switch to unified diff)

--- pkgsrc/net/mikutter/distinfo 2012/01/15 12:42:39 1.32
+++ pkgsrc/net/mikutter/distinfo 2012/02/01 11:05:59 1.33
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.32 2012/01/15 12:42:39 obache Exp $ 1$NetBSD: distinfo,v 1.33 2012/02/01 11:05:59 obache Exp $
2 2
3SHA1 (mikutter.0.0.4.642.tar.gz) = 539034f7c725b14be4fb90644015ee462c91a97f 3SHA1 (mikutter.0.0.4.658.tar.gz) = 28614c458d17466b662126494d149f91385bb12b
4RMD160 (mikutter.0.0.4.642.tar.gz) = 03da2bbb4e14d37a41f8d651234e78d098266ef5 4RMD160 (mikutter.0.0.4.658.tar.gz) = dfcaba6b0636e65df7785efef1804d942d94543c
5Size (mikutter.0.0.4.642.tar.gz) = 2117455 bytes 5Size (mikutter.0.0.4.658.tar.gz) = 2117441 bytes
6SHA1 (patch-core_mui_cairo__inner__tl.rb) = 58a55b857e35db0da3b5e72ede7dc9b1829efb6b 6SHA1 (patch-core_mui_cairo__inner__tl.rb) = 58a55b857e35db0da3b5e72ede7dc9b1829efb6b
7SHA1 (patch-core_utils.rb) = f993f18a7e0f0cc8c4eb8e1ce380a94f78bc2e81 7SHA1 (patch-core_utils.rb) = f993f18a7e0f0cc8c4eb8e1ce380a94f78bc2e81