From owner-svn-ports-all@FreeBSD.ORG Sat Jun 13 11:52:31 2015 Return-Path: Delivered-To: svn-ports-all@hub.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 CADD954A; Sat, 13 Jun 2015 11:52:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) 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 B89ABA81; Sat, 13 Jun 2015 11:52:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5DBqVj8087882; Sat, 13 Jun 2015 11:52:31 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5DBqVAS087881; Sat, 13 Jun 2015 11:52:31 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201506131152.t5DBqVAS087881@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sat, 13 Jun 2015 11:52:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389349 - head/net-im/mikutter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 11:52:31 -0000 Author: tota Date: Sat Jun 13 11:52:31 2015 New Revision: 389349 URL: https://svnweb.freebsd.org/changeset/ports/389349 Log: - Change HTTPCLIENT from option to mandatory dependency Modified: head/net-im/mikutter/Makefile Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Sat Jun 13 11:33:25 2015 (r389348) +++ head/net-im/mikutter/Makefile Sat Jun 13 11:52:31 2015 (r389349) @@ -3,7 +3,7 @@ PORTNAME= mikutter PORTVERSION= 3.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL/tota/${PORTNAME} @@ -26,7 +26,8 @@ RUN_DEPENDS= rubygem-gtk2>=2.2.5:${PORTS rubygem-delayer>=0.0.2:${PORTSDIR}/devel/rubygem-delayer \ rubygem-gettext>=2.3.1:${PORTSDIR}/devel/rubygem-gettext \ rubygem-moneta>=0.7:${PORTSDIR}/devel/rubygem-moneta \ - rubygem-nokogiri>=1.6.3.1:${PORTSDIR}/textproc/rubygem-nokogiri + rubygem-nokogiri>=1.6.3.1:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-httpclient>=0:${PORTSDIR}/www/rubygem-httpclient WRKSRC= ${WRKDIR}/${PORTNAME} @@ -45,15 +46,13 @@ SUB_LIST= RUBY_SITELIBDIR=${RUBY_SITELIB REINPLACE_ARGS= -i '' -OPTIONS_DEFINE= DOCS HTTPCLIENT NOTIFY -HTTPCLIENT_DESC= httpclient support +OPTIONS_DEFINE= DOCS NOTIFY NOTIFY_DESC= notify-send support OPTIONS_DEFAULT= ${OPTIONS_DEFINE} .include -HTTPCLIENT_RUN_DEPENDS= rubygem-httpclient>=0:${PORTSDIR}/www/rubygem-httpclient NOTIFY_RUN_DEPENDS= notify-send:${PORTSDIR}/devel/libnotify post-patch: