From owner-svn-ports-head@FreeBSD.ORG Sun May 17 06:30:29 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6895762F; Sun, 17 May 2015 06:30:29 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 583151872; Sun, 17 May 2015 06:30:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4H6UTHY081400; Sun, 17 May 2015 06:30:29 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4H6USqo081395; Sun, 17 May 2015 06:30:28 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201505170630.t4H6USqo081395@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 17 May 2015 06:30:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386582 - in head/net-im/mikutter: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 06:30:29 -0000 Author: tota Date: Sun May 17 06:30:28 2015 New Revision: 386582 URL: https://svnweb.freebsd.org/changeset/ports/386582 Log: - Update to 3.2.3 - Regenerate patch file with 'make makepatch' - Use USES=shebangfix instead of RUBY_SHEBANG_FILES - Remove RUBY_REQUIRE Modified: head/net-im/mikutter/Makefile head/net-im/mikutter/distinfo head/net-im/mikutter/files/patch-mikutter.rb Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Sat May 16 23:29:11 2015 (r386581) +++ head/net-im/mikutter/Makefile Sun May 17 06:30:28 2015 (r386582) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 3.2.2 +PORTVERSION= 3.2.3 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} @@ -14,7 +14,7 @@ COMMENT= Simple, powerful, and moeful Tw LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-gtk2>=2.2.0:${PORTSDIR}/x11-toolkits/rubygem-gtk2 \ +RUN_DEPENDS= rubygem-gtk2>=2.2.5:${PORTSDIR}/x11-toolkits/rubygem-gtk2 \ rubygem-cairo>=1.12.9:${PORTSDIR}/graphics/rubygem-cairo \ rubygem-addressable>=2.3.6:${PORTSDIR}/www/rubygem-addressable \ rubygem-hmac>=0.4.0:${PORTSDIR}/security/rubygem-hmac \ @@ -30,13 +30,13 @@ RUN_DEPENDS= rubygem-gtk2>=2.2.0:${PORTS WRKSRC= ${WRKDIR}/${PORTNAME} USE_RUBY= yes +USES= shebangfix NO_BUILD= yes -RUBY_REQUIRE= Ruby >= 200 -RUBY_SHEBANG_FILES= mikutter.rb \ - core/miku/miku.rb \ - core/lib/piapro.rb \ - devel/makechi.rb +SHEBANG_FILES= mikutter.rb \ + core/miku/miku.rb \ + core/lib/piapro.rb \ + devel/makechi.rb PORTDOCS= README SUB_FILES= mikutter.desktop @@ -50,11 +50,7 @@ NOTIFY_DESC= notify-send support OPTIONS_DEFAULT= ${OPTIONS_DEFINE} -.include - -.if !defined(RUBY_PROVIDED) -IGNORE= requires Ruby 2.0.0 or later -.endif +.include HTTPCLIENT_RUN_DEPENDS= rubygem-httpclient>=0:${PORTSDIR}/www/rubygem-httpclient NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify @@ -78,4 +74,4 @@ x-generate-plist: stage ${FIND} ${STAGEDIR}${RUBY_SITELIBDIR}/mikutter -type f | ${SORT} | ${SED} -e 's,${STAGEDIR}${RUBY_SITELIBDIR},%%RUBY_SITELIBDIR%%,' >> pkg-plist.new ${ECHO} share/applications/mikutter.desktop >> pkg-plist.new -.include +.include Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Sat May 16 23:29:11 2015 (r386581) +++ head/net-im/mikutter/distinfo Sun May 17 06:30:28 2015 (r386582) @@ -1,2 +1,2 @@ -SHA256 (mikutter.3.2.2.tar.gz) = 4a8b24a357ccd3132688f7ee97efb909a03a9b78976b19f92e3f50f56dd887ad -SIZE (mikutter.3.2.2.tar.gz) = 2575294 +SHA256 (mikutter.3.2.3.tar.gz) = 7e4337d38a4a778dc001c5d9a315ef3f9646eec3c386e9686abc7f58a9e5f8f5 +SIZE (mikutter.3.2.3.tar.gz) = 2575579 Modified: head/net-im/mikutter/files/patch-mikutter.rb ============================================================================== --- head/net-im/mikutter/files/patch-mikutter.rb Sat May 16 23:29:11 2015 (r386581) +++ head/net-im/mikutter/files/patch-mikutter.rb Sun May 17 06:30:28 2015 (r386582) @@ -1,11 +1,11 @@ ---- mikutter.rb.orig 2013-06-12 02:55:23.699616516 +0000 -+++ mikutter.rb 2013-06-12 02:58:14.554656063 +0000 -@@ -11,7 +11,7 @@ - You should have received a copy of the GNU General Public License along with this program. If not, see . +--- mikutter.rb.orig 2015-05-14 01:40:33 UTC ++++ mikutter.rb +@@ -9,7 +9,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' - begin - ENV['BUNDLE_GEMFILE'] = File.expand_path(File.join(File.dirname($0), "Gemfile")) + unless ENV['DISABLE_BUNDLER_SETUP'] + begin