pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/mikutter



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sat Sep  8 15:52:37 UTC 2018

Modified Files:
        pkgsrc/net/mikutter: Makefile PLIST distinfo

Log Message:
mikutter: updated to 3.8.0.

Upstream changes:

mikutter 3.8.0

* create a search tab if at least one search spell is defined
* explicitly specify Addressable 2.5.2 or later
* twitter: warn if User Stream API is used
* update a default message of the status bar for 3.8
 * thanks @4pk
* streaming: change file layout since UserStream gone
 * remove UserStream settings
 * remove UserStream code
* remove unexpected executable bits in some files
 * thanks Izumi Tsutsui
* remove unused devel directory


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 pkgsrc/net/mikutter/Makefile
cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/mikutter/PLIST
cvs rdiff -u -r1.148 -r1.149 pkgsrc/net/mikutter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/mikutter/Makefile
diff -u pkgsrc/net/mikutter/Makefile:1.164 pkgsrc/net/mikutter/Makefile:1.165
--- pkgsrc/net/mikutter/Makefile:1.164  Sat Jul 28 14:38:53 2018
+++ pkgsrc/net/mikutter/Makefile        Sat Sep  8 15:52:36 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.164 2018/07/28 14:38:53 tsutsui Exp $
+# $NetBSD: Makefile,v 1.165 2018/09/08 15:52:36 tsutsui Exp $
 #
 
-DISTNAME=      mikutter.3.7.4
+DISTNAME=      mikutter.3.8.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
 CATEGORIES=    net
 MASTER_SITES=  https://mikutter.hachune.net/bin/
@@ -35,14 +35,12 @@ WRKSRC=             ${WRKDIR}/mikutter
 USE_LANGUAGES= # none
 USE_TOOLS+=    pax
 
-REPLACE_RUBY=  mikutter.rb devel/makechi.rb
+REPLACE_RUBY=  mikutter.rb
 REPLACE_RUBY_DIRS=     core
 
 INSTALLATION_DIRS+=    bin share/doc/mikutter share/applications share/mikutter
 
 do-build:
-       cd ${WRKSRC}/devel && \
-               ${RM} -rf debian
        ${RM} -rf ${WRKSRC}/vendor
        ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/desktop.in > ${WRKDIR}/desktop
        ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/mikutter.sh.in > ${WRKDIR}/mikutter.sh
@@ -50,7 +48,7 @@ do-build:
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/mikutter.rb ${DESTDIR}${PREFIX}/share/mikutter
        ${INSTALL_DATA} ${WRKSRC}/Gemfile ${DESTDIR}${PREFIX}/share/mikutter
-       cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' core devel plugin ${DESTDIR}${PREFIX}/share/mikutter
+       cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' core plugin ${DESTDIR}${PREFIX}/share/mikutter
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mikutter
        ${INSTALL_SCRIPT} ${WRKDIR}/mikutter.sh ${DESTDIR}${PREFIX}/bin/mikutter
        ${INSTALL_DATA} ${WRKDIR}/desktop ${DESTDIR}${PREFIX}/share/applications/mikutter.desktop

Index: pkgsrc/net/mikutter/PLIST
diff -u pkgsrc/net/mikutter/PLIST:1.42 pkgsrc/net/mikutter/PLIST:1.43
--- pkgsrc/net/mikutter/PLIST:1.42      Sun Jul  8 06:08:09 2018
+++ pkgsrc/net/mikutter/PLIST   Sat Sep  8 15:52:36 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.42 2018/07/08 06:08:09 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.43 2018/09/08 15:52:36 tsutsui Exp $
 bin/mikutter
 share/applications/mikutter.desktop
 share/doc/mikutter/README
@@ -714,8 +714,6 @@ share/mikutter/core/plugin/spell/error.r
 share/mikutter/core/plugin/spell/spell.rb
 share/mikutter/core/plugin/spell/struct.rb
 share/mikutter/core/plugin/streaming/.mikutter.yml
-share/mikutter/core/plugin/streaming/filter.rb
-share/mikutter/core/plugin/streaming/perma_streamer.rb
 share/mikutter/core/plugin/streaming/po/ar/streaming.po
 share/mikutter/core/plugin/streaming/po/de/streaming.po
 share/mikutter/core/plugin/streaming/po/el/streaming.po
@@ -728,8 +726,6 @@ share/mikutter/core/plugin/streaming/po/
 share/mikutter/core/plugin/streaming/po/zh/streaming.po
 share/mikutter/core/plugin/streaming/po/zh_CN/streaming.po
 share/mikutter/core/plugin/streaming/po/zh_TW/streaming.po
-share/mikutter/core/plugin/streaming/streamer.rb
-share/mikutter/core/plugin/streaming/streamer_error.rb
 share/mikutter/core/plugin/streaming/streaming.rb
 share/mikutter/core/plugin/streaming_connection_status/.mikutter.yml
 share/mikutter/core/plugin/streaming_connection_status/streaming_connection_status.rb
@@ -881,22 +877,5 @@ share/mikutter/core/system/system.rb
 share/mikutter/core/system/user.rb
 share/mikutter/core/userconfig.rb
 share/mikutter/core/utils.rb
-share/mikutter/devel/ABOUTCHI
-share/mikutter/devel/chiskel/core/config.rb
-share/mikutter/devel/chiskel/core/lib/graph.rb
-share/mikutter/devel/chiskel/core/lib/sensor.rb
-share/mikutter/devel/chiskel/core/plugin/ChangeLog
-share/mikutter/devel/chiskel/core/plugin/auth.rb
-share/mikutter/devel/chiskel/core/plugin/diskobserver.rb
-share/mikutter/devel/chiskel/core/plugin/kiriban.rb
-share/mikutter/devel/chiskel/core/plugin/loadaverage.rb
-share/mikutter/devel/chiskel/core/plugin/ping.rb
-share/mikutter/devel/chiskel/core/plugin/plugin.rb
-share/mikutter/devel/chiskel/core/plugin/plugin_class.rb
-share/mikutter/devel/chiskel/core/plugin/streaming.rb
-share/mikutter/devel/chiskel/core/plugin/temperature.rb
-share/mikutter/devel/chiskel/core/plugin/template
-share/mikutter/devel/chiskel/core/plugin/uptime.rb
-share/mikutter/devel/makechi.rb
 share/mikutter/mikutter.rb
 share/mikutter/plugin/WHATSTHIS

Index: pkgsrc/net/mikutter/distinfo
diff -u pkgsrc/net/mikutter/distinfo:1.148 pkgsrc/net/mikutter/distinfo:1.149
--- pkgsrc/net/mikutter/distinfo:1.148  Sat Jul 28 14:38:53 2018
+++ pkgsrc/net/mikutter/distinfo        Sat Sep  8 15:52:36 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.148 2018/07/28 14:38:53 tsutsui Exp $
+$NetBSD: distinfo,v 1.149 2018/09/08 15:52:36 tsutsui Exp $
 
-SHA1 (mikutter.3.7.4.tar.gz) = 09346a2e7cdb04dad14924d07b2ac91043f99136
-RMD160 (mikutter.3.7.4.tar.gz) = 681ff31700fe2ff6147734e452e83fde2911cdcb
-SHA512 (mikutter.3.7.4.tar.gz) = 08fdb72a979e455426984b26970e841164574613f234f9ac2bc3d257d4b8d04fd0368d707ddbfe78a2558307fc7118ee0aabbe43340ac5b5dffb5ac26b8e2104
-Size (mikutter.3.7.4.tar.gz) = 2907609 bytes
+SHA1 (mikutter.3.8.0.tar.gz) = 98625f5d00214b902ced6da67c1450bba36fcaa5
+RMD160 (mikutter.3.8.0.tar.gz) = 78ad6df713aae79428da5b02107438cf6d8d66ec
+SHA512 (mikutter.3.8.0.tar.gz) = de08b4aded34c5bb36041d0ca45afc01d4a18aa2cf5d94a0527f8caf0df3e35abb33cf539a7a6d63c8b575ba84aa067d1e15e0295563e1158919a690913e0ae9
+Size (mikutter.3.8.0.tar.gz) = 2893749 bytes
 SHA1 (patch-core_plugin_libnotify_rnotify.rb) = 0bb5630f4411d11ad188c722fb1d14e2d6748d17
 SHA1 (patch-core_plugin_photo__support_Gemfile) = 754b96024904e2e2f55c83e88fd3c763eecf723c
 SHA1 (patch-core_plugin_photo__support_photo__support.rb) = 2d10f907d278000168210c5325e7d41c5dd2ca08



Home | Main Index | Thread Index | Old Index