pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mikutter-plugins-twitter



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Sun Sep 20 15:13:03 UTC 2020

Modified Files:
        pkgsrc/net/mikutter-plugins-twitter: Makefile distinfo

Log Message:
mikutter-plugins-twitter: sync with mikutter 4.1.x.

- use ${PLUGINDIR} environment to specify plugin dir (for future move)
- update streaming plugin to 2.1 (I didn't notice the update)
- depends on mikutter>=4.1.0


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/mikutter-plugins-twitter/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/mikutter-plugins-twitter/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-plugins-twitter/Makefile
diff -u pkgsrc/net/mikutter-plugins-twitter/Makefile:1.6 pkgsrc/net/mikutter-plugins-twitter/Makefile:1.7
--- pkgsrc/net/mikutter-plugins-twitter/Makefile:1.6    Thu May 21 16:04:23 2020
+++ pkgsrc/net/mikutter-plugins-twitter/Makefile        Sun Sep 20 15:13:03 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/05/21 16:04:23 taca Exp $
+# $NetBSD: Makefile,v 1.7 2020/09/20 15:13:03 tsutsui Exp $
 
-PKGNAME=       ${RUBY_PKGPREFIX}-mikutter-plugins-twitter-4.0
-PKGREVISION=   2
+PKGNAME=       ${RUBY_PKGPREFIX}-mikutter-plugins-twitter-4.1
 DIST_SUBDIR=   mikutter-plugins
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mikutter/}
@@ -27,7 +26,7 @@ PLUGIN_DISTNAME+=     message_retweet-1.0
 PLUGIN_DISTNAME+=      ratelimit-1.0
 PLUGIN_DISTNAME+=      rest-1.1
 PLUGIN_DISTNAME+=      saved_search-1.1
-PLUGIN_DISTNAME+=      streaming-2.0
+PLUGIN_DISTNAME+=      streaming-2.1
 PLUGIN_DISTNAME+=      twitter-1.1
 PLUGIN_DISTNAME+=      twitter_activity-1.0
 PLUGIN_DISTNAME+=      twitter_datasource-1.1
@@ -40,7 +39,7 @@ DISTFILES+=   ${plugin}${EXTRACT_SUFX}
 SITES.${plugin}${EXTRACT_SUFX}=        -${MASTER_SITES:=${plugin:C/-[^-]*$//}/archive/v${plugin:C/^.*-//}${EXTRACT_SUFX}}
 .endfor
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-mikutter>=4.0.4:../../net/mikutter
+DEPENDS+=      ${RUBY_PKGPREFIX}-mikutter>=4.1.0:../../net/mikutter
 DEPENDS+=      ${RUBY_PKGPREFIX}-twitter-text-simpleidn>=3.0.0.0:../../net/ruby-twitter-text-simpleidn
 
 USE_TOOLS+=    pax
@@ -48,7 +47,8 @@ USE_TOOLS+=   pax
 EXTRACT_DIR=   ${WRKDIR}/plugin
 WRKSRC=                ${EXTRACT_DIR}
 
-INSTALLATION_DIRS+=    share/mikutter/plugin
+PLUGINDIR=             plugin
+INSTALLATION_DIRS+=    share/mikutter/{PLUGINDIR}
 
 NO_BUILD=      yes
 
@@ -60,7 +60,7 @@ post-extract:
 
 do-install:
        (cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' . \
-           ${DESTDIR}${PREFIX}/share/mikutter/plugin)
+           ${DESTDIR}${PREFIX}/share/mikutter/${PLUGINDIR})
 
 .include "../../lang/ruby/replace.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/mikutter-plugins-twitter/distinfo
diff -u pkgsrc/net/mikutter-plugins-twitter/distinfo:1.3 pkgsrc/net/mikutter-plugins-twitter/distinfo:1.4
--- pkgsrc/net/mikutter-plugins-twitter/distinfo:1.3    Tue Apr 28 13:31:36 2020
+++ pkgsrc/net/mikutter-plugins-twitter/distinfo        Sun Sep 20 15:13:03 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2020/04/28 13:31:36 tsutsui Exp $
+$NetBSD: distinfo,v 1.4 2020/09/20 15:13:03 tsutsui Exp $
 
 SHA1 (mikutter-plugins/api_request_file_cache-1.0.tar.gz) = c877f72de6abdf0c8ffc70b030ce6f123dc27c7c
 RMD160 (mikutter-plugins/api_request_file_cache-1.0.tar.gz) = eb44243b2615bf29234d67b2e8f3ee7eb75f38ae
@@ -52,10 +52,10 @@ SHA1 (mikutter-plugins/saved_search-1.1.
 RMD160 (mikutter-plugins/saved_search-1.1.tar.gz) = b4fd2d16eeb66882c56c9beecbfd856287fbf2ab
 SHA512 (mikutter-plugins/saved_search-1.1.tar.gz) = 175d26349f749c4de95af46290303a1002ca58bb04d1cc9030ad07a9c2b8df8ecd439859571e1cead08ce1cc364b58822fca787756b7289c2252fcef337bfb92
 Size (mikutter-plugins/saved_search-1.1.tar.gz) = 5547 bytes
-SHA1 (mikutter-plugins/streaming-2.0.tar.gz) = 59d903e17b5ed30986d9a2cb8702b8524c73b79e
-RMD160 (mikutter-plugins/streaming-2.0.tar.gz) = e5409889f871c464be64e9700f1ce041f3c6893f
-SHA512 (mikutter-plugins/streaming-2.0.tar.gz) = edb3948251922af88104d94058348160ec8b435f7b2c7bf138564ac7bbda219f97486977244e703a8ddb68ba961ef381a4f6f34f9b5d1c5b480a72bf3b6ae744
-Size (mikutter-plugins/streaming-2.0.tar.gz) = 3642 bytes
+SHA1 (mikutter-plugins/streaming-2.1.tar.gz) = 8d5fa24a73c70d8e7df3fc7af8032e72a96ad109
+RMD160 (mikutter-plugins/streaming-2.1.tar.gz) = 08f6c774dddd1dcc958107611b9146632fcc016b
+SHA512 (mikutter-plugins/streaming-2.1.tar.gz) = 6ca030f43bbbfba47a794419752487d4431a09c1f211c8d992787d639f5bb27bc638d6edc9ea78b02917fd209faeee612541c7c8899fed8f7049bff3802929dc
+Size (mikutter-plugins/streaming-2.1.tar.gz) = 3647 bytes
 SHA1 (mikutter-plugins/twitter-1.1.tar.gz) = 3f422fb6fee9d335bedacbbb40394776f1995dcd
 RMD160 (mikutter-plugins/twitter-1.1.tar.gz) = bd098423615ecfb8a886cbdf4486ab6ebe8d3873
 SHA512 (mikutter-plugins/twitter-1.1.tar.gz) = a8b6e85f3ae104050f992fc36d93cb719ed0da198e0c747b8c24f790d6d806522e9ce57737f7473db1d5ac2fc4082572c3bc476ce0d2e8f6ebc184da6f3d9b63



Home | Main Index | Thread Index | Old Index