From owner-svn-ports-all@freebsd.org Wed Nov 2 15:42:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6EDFC2BC3F; Wed, 2 Nov 2016 15:42:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6D31C18D7; Wed, 2 Nov 2016 15:42:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA2Fg8Oj073330; Wed, 2 Nov 2016 15:42:08 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA2Fg8Gm073329; Wed, 2 Nov 2016 15:42:08 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201611021542.uA2Fg8Gm073329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 2 Nov 2016 15:42:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425160 - head/irc/iroffer-dinoex 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.23 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: Wed, 02 Nov 2016 15:42:10 -0000 Author: swills Date: Wed Nov 2 15:42:08 2016 New Revision: 425160 URL: https://svnweb.freebsd.org/changeset/ports/425160 Log: irc/iroffer-dinoex: convert from LIBRUBY to LIB_DEPENDS Modified: head/irc/iroffer-dinoex/Makefile Modified: head/irc/iroffer-dinoex/Makefile ============================================================================== --- head/irc/iroffer-dinoex/Makefile Wed Nov 2 14:54:56 2016 (r425159) +++ head/irc/iroffer-dinoex/Makefile Wed Nov 2 15:42:08 2016 (r425160) @@ -11,6 +11,8 @@ DISTNAME= iroffer-dinoex-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org COMMENT= IRC "bot" that makes sharing files via DCC extremely easy +LIB_DEPENDS= lib${RUBY_NAME}.so:${RUBY_PORT} + LICENSE= GPLv2 CONFLICTS= iroffer-1* iroffer-lamm-1.* @@ -44,7 +46,7 @@ OPTIONS_DEFAULT=CURL RUBY UPNP GEOIP CURL_LIB_DEPENDS= libcurl.so:ftp/curl CURL_CONFIGURE_ON= -curl -RUBY_USE= RUBY=yes LIBRUBY=yes +RUBY_USE= RUBY=yes RUBY_CONFIGURE_ON= -ruby UPNP_LIB_DEPENDS= libminiupnpc.so:net/miniupnpc UPNP_CONFIGURE_ON= -upnp