From owner-svn-ports-all@freebsd.org Sat Feb 13 12:53:21 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 13842AA6C3B; Sat, 13 Feb 2016 12:53:21 +0000 (UTC) (envelope-from osa@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 D5CC01201; Sat, 13 Feb 2016 12:53:20 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1DCrJKq014158; Sat, 13 Feb 2016 12:53:19 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1DCrJMj014157; Sat, 13 Feb 2016 12:53:19 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602131253.u1DCrJMj014157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 13 Feb 2016 12:53:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408792 - head/devel/libbrotli 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 Feb 2016 12:53:21 -0000 Author: osa Date: Sat Feb 13 12:53:19 2016 New Revision: 408792 URL: https://svnweb.freebsd.org/changeset/ports/408792 Log: Remove a needless string, it's the non-functional change. Modified: head/devel/libbrotli/Makefile Modified: head/devel/libbrotli/Makefile ============================================================================== --- head/devel/libbrotli/Makefile Sat Feb 13 12:31:58 2016 (r408791) +++ head/devel/libbrotli/Makefile Sat Feb 13 12:53:19 2016 (r408792) @@ -19,7 +19,6 @@ GH_ACCOUNT= bagder google:brotli GH_PROJECT= brotli:brotli GH_TAGNAME= ${LIBBROTLI_VERSION} v${BROTLI_VERSION}:brotli -#USES= pkgconfig autoreconf libtool compiler:c++0x gmake USES= pkgconfig autoreconf libtool compiler:c++0x GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes