From owner-svn-ports-all@FreeBSD.ORG Mon Sep 8 13:38:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BCC94A32; Mon, 8 Sep 2014 13:38:07 +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 A89FC1D99; Mon, 8 Sep 2014 13:38:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s88Dc7Hm073136; Mon, 8 Sep 2014 13:38:07 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s88Dc7sp073135; Mon, 8 Sep 2014 13:38:07 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409081338.s88Dc7sp073135@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 8 Sep 2014 13:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367624 - head/sysutils/philesight 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.18-1 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: Mon, 08 Sep 2014 13:38:07 -0000 Author: swills Date: Mon Sep 8 13:38:07 2014 New Revision: 367624 URL: http://svnweb.freebsd.org/changeset/ports/367624 QAT: https://qat.redports.org/buildarchive/r367624/ Log: sysutils/philesight: fix build with ruby 2.0 Modified: head/sysutils/philesight/Makefile Modified: head/sysutils/philesight/Makefile ============================================================================== --- head/sysutils/philesight/Makefile Mon Sep 8 13:28:04 2014 (r367623) +++ head/sysutils/philesight/Makefile Mon Sep 8 13:38:07 2014 (r367624) @@ -13,10 +13,10 @@ COMMENT= Shows a graphics representation RUN_DEPENDS= rubygem-cairo>=0:${PORTSDIR}/graphics/rubygem-cairo \ ${RUBY_SITEARCHLIBDIR}/bdb.so:${PORTSDIR}/databases/ruby-bdb \ - ${RUBY_SITELIBDIR}/locale.rb:${PORTSDIR}/devel/ruby-locale2 \ - ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv + ${RUBY_SITELIBDIR}/locale.rb:${PORTSDIR}/devel/ruby-locale2 USE_RUBY= yes +USE_RUBY_FEATURES= iconv NO_BUILD= yes RUBY_SHEBANG_FILES= ${PORTNAME} ${PORTNAME}.rb ${PORTNAME}.cgi