From owner-svn-ports-head@FreeBSD.ORG Thu Mar 26 09:38:46 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 878C9619; Thu, 26 Mar 2015 09:38:46 +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 71DACA62; Thu, 26 Mar 2015 09:38:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2Q9ckC9062851; Thu, 26 Mar 2015 09:38:46 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2Q9cjA0062846; Thu, 26 Mar 2015 09:38:45 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201503260938.t2Q9cjA0062846@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Thu, 26 Mar 2015 09:38:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382295 - head/lang/lci 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.18-1 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: Thu, 26 Mar 2015 09:38:46 -0000 Author: xmj Date: Thu Mar 26 09:38:44 2015 New Revision: 382295 URL: https://svnweb.freebsd.org/changeset/ports/382295 QAT: https://qat.redports.org/buildarchive/r382295/ Log: lang/lci: fix build on -HEAD - Add USES+= readline to work around readline removal from base, which causes build-issues on 11.0-CURRENT - While there, remove GH_COMMIT Spotted by: Maxim Filimonov Differential Revision: https://reviews.freebsd.org/D2147 Approved by: koobs (mentor) Modified: head/lang/lci/Makefile head/lang/lci/distinfo Modified: head/lang/lci/Makefile ============================================================================== --- head/lang/lci/Makefile Thu Mar 26 08:57:36 2015 (r382294) +++ head/lang/lci/Makefile Thu Mar 26 09:38:44 2015 (r382295) @@ -12,10 +12,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes GH_ACCOUNT= justinmeza -GH_COMMIT= 2464d0c GH_TAGNAME= v${PORTVERSION} -USES= cmake +USES= cmake readline PLIST_FILES= bin/lci .include Modified: head/lang/lci/distinfo ============================================================================== --- head/lang/lci/distinfo Thu Mar 26 08:57:36 2015 (r382294) +++ head/lang/lci/distinfo Thu Mar 26 09:38:44 2015 (r382295) @@ -1,2 +1,2 @@ -SHA256 (lci-0.11.2.tar.gz) = 92a97b9dd35a68e29f256cf359026076daf6dcb381391808ad1b4f94a772c8be -SIZE (lci-0.11.2.tar.gz) = 312142 +SHA256 (justinmeza-lci-0.11.2-v0.11.2_GH0.tar.gz) = cb1065936d3a7463928dcddfc345a8d7d8602678394efc0e54981f9dd98c27d2 +SIZE (justinmeza-lci-0.11.2-v0.11.2_GH0.tar.gz) = 312257