From owner-svn-ports-all@freebsd.org Wed Nov 11 09:00:46 2015 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 EE327A2B5E3; Wed, 11 Nov 2015 09:00:46 +0000 (UTC) (envelope-from marino@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 BC0711EE5; Wed, 11 Nov 2015 09:00:46 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAB90jox028502; Wed, 11 Nov 2015 09:00:45 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAB90j0F028481; Wed, 11 Nov 2015 09:00:45 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201511110900.tAB90j0F028481@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 11 Nov 2015 09:00:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401230 - head/lang/onyx 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: Wed, 11 Nov 2015 09:00:47 -0000 Author: marino Date: Wed Nov 11 09:00:45 2015 New Revision: 401230 URL: https://svnweb.freebsd.org/changeset/ports/401230 Log: lang/onyz: Convert to USES=libedit The previous depends declaration for libedit was incorrect. It had a ".so" prefix instead of ".so.0" prefix meaning that the requirement would have been satisfied by system libedit. For this reason, converting to USES=libedit requires a bump. Approved by: infrastructure modernization Modified: head/lang/onyx/Makefile Modified: head/lang/onyx/Makefile ============================================================================== --- head/lang/onyx/Makefile Wed Nov 11 08:53:08 2015 (r401229) +++ head/lang/onyx/Makefile Wed Nov 11 09:00:45 2015 (r401230) @@ -3,7 +3,7 @@ PORTNAME= onyx PORTVERSION= 5.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= http://www.canonware.com/download/onyx/ @@ -13,10 +13,9 @@ COMMENT= Embeddable stack-based threaded LICENSE= BSD2CLAUSE BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook -LIB_DEPENDS= libedit.so:${PORTSDIR}/devel/libedit \ - libpcre.so:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -USES= tar:bzip2 shebangfix +USES= libedit shebangfix tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libedit-prefix=${LOCALBASE} \ --with-pcre-prefix=${LOCALBASE}