svn commit: r398617 - in branches/2015Q4/archivers/brotli: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 4 18:58:35 UTC 2015


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
 


More information about the svn-ports-all mailing list