From owner-svn-ports-all@freebsd.org Sun Oct 4 18:58:35 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 55D45A0F177; Sun, 4 Oct 2015 18:58:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.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 4676E1CA8; Sun, 4 Oct 2015 18:58:35 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t94IwZbu068501; Sun, 4 Oct 2015 18:58:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94IwZg6068500; Sun, 4 Oct 2015 18:58:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510041858.t94IwZg6068500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Oct 2015 18:58:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r398617 - in branches/2015Q4/archivers/brotli: . files X-SVN-Group: ports-branches 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: Sun, 04 Oct 2015 18:58:35 -0000 Author: sunpoet Date: Sun Oct 4 18:58:34 2015 New Revision: 398617 URL: https://svnweb.freebsd.org/changeset/ports/398617 Log: MFH: r398593 - Fix build on 9.x - Remove unnecessary USE_CXXSTD - Bump PORTREVISION for package change Obtained from: https://github.com/google/brotli/commit/4a7024dcde1aaf30d824ade299e70711a30f4399 Approved by: portmgr (erwin) Added: branches/2015Q4/archivers/brotli/files/ - copied from r398593, head/archivers/brotli/files/ Modified: branches/2015Q4/archivers/brotli/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/archivers/brotli/Makefile ============================================================================== --- branches/2015Q4/archivers/brotli/Makefile Sun Oct 4 18:25:27 2015 (r398616) +++ branches/2015Q4/archivers/brotli/Makefile Sun Oct 4 18:58:34 2015 (r398617) @@ -3,6 +3,7 @@ PORTNAME= brotli PORTVERSION= 0.2.0 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= archivers @@ -12,7 +13,6 @@ COMMENT= Generic-purpose lossless compre LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_CXXSTD= c++0x USE_PYTHON= autoplist distutils USES= compiler:c++0x python