svn commit: r452137 - in head/net-im/mikutter: . files

TAKATSU Tomonari tota at FreeBSD.org
Sun Oct 15 11:14:06 UTC 2017


Author: tota
Date: Sun Oct 15 11:14:04 2017
New Revision: 452137
URL: https://svnweb.freebsd.org/changeset/ports/452137

Log:
  - Update to 3.5.12

Modified:
  head/net-im/mikutter/Makefile   (contents, props changed)
  head/net-im/mikutter/distinfo   (contents, props changed)
  head/net-im/mikutter/files/patch-mikutter.rb   (contents, props changed)

Modified: head/net-im/mikutter/Makefile
==============================================================================
--- head/net-im/mikutter/Makefile	Sun Oct 15 11:12:44 2017	(r452136)
+++ head/net-im/mikutter/Makefile	Sun Oct 15 11:14:04 2017	(r452137)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mikutter
-PORTVERSION=	3.5.11
+PORTVERSION=	3.5.12
 CATEGORIES=	net-im ruby
 MASTER_SITES=	http://mikutter.hachune.net/bin/ \
 		LOCAL/tota/${PORTNAME}

Modified: head/net-im/mikutter/distinfo
==============================================================================
--- head/net-im/mikutter/distinfo	Sun Oct 15 11:12:44 2017	(r452136)
+++ head/net-im/mikutter/distinfo	Sun Oct 15 11:14:04 2017	(r452137)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504612178
-SHA256 (mikutter.3.5.11.tar.gz) = b90b09c400fe99092b1eaa4b4f39f78b90cff4335ed94d996cc2d4de08467550
-SIZE (mikutter.3.5.11.tar.gz) = 2733061
+TIMESTAMP = 1507544651
+SHA256 (mikutter.3.5.12.tar.gz) = a953a9445d27d2ba869ccf0912489803033cc2b243d7d1c36aef44426ee5ad27
+SIZE (mikutter.3.5.12.tar.gz) = 2859323

Modified: head/net-im/mikutter/files/patch-mikutter.rb
==============================================================================
--- head/net-im/mikutter/files/patch-mikutter.rb	Sun Oct 15 11:12:44 2017	(r452136)
+++ head/net-im/mikutter/files/patch-mikutter.rb	Sun Oct 15 11:14:04 2017	(r452137)
@@ -1,11 +1,20 @@
---- mikutter.rb.orig	2015-05-14 01:40:33 UTC
+--- mikutter.rb.orig	2017-10-08 12:29:16 UTC
 +++ mikutter.rb
-@@ -9,7 +9,7 @@ This software is released under the MIT 
+@@ -11,7 +11,7 @@ This software is released under the MIT 
  http://opensource.org/licenses/mit-license.php
  
  =end
--mikutter_directory = File.expand_path(File.dirname(__FILE__))
-+mikutter_directory = '%%RUBY_SITELIBDIR%%/mikutter'
+-require_relative 'core/boot/option'
++require_relative '%%RUBY_SITELIBDIR%%/mikutter/core/boot/option'
+ Mopt.parse exec_command: true
  
- unless ENV['DISABLE_BUNDLER_SETUP']
-   begin
+ if !ENV['DISABLE_BUNDLER_SETUP'] || ['', '0'].include?(ENV['DISABLE_BUNDLER_SETUP'].to_s)
+@@ -31,7 +31,7 @@ require 'webrick'
+ require 'thread'
+ require 'fileutils'
+ 
+-require_relative 'core/utils'
++require_relative '%%RUBY_SITELIBDIR%%/mikutter/core/utils'
+ 
+ miquire :boot, 'check_config_permission', 'mainloop', 'delayer'
+ miquire :core, 'service', 'environment'


More information about the svn-ports-all mailing list