Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Dec 2016 20:51:52 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427799 - head/devel/libbrotli
Message-ID:  <201612042051.uB4Kpq0K097615@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Dec  4 20:51:52 2016
New Revision: 427799
URL: https://svnweb.freebsd.org/changeset/ports/427799

Log:
  Add missing headers into pkg-plist

Modified:
  head/devel/libbrotli/Makefile
  head/devel/libbrotli/pkg-plist

Modified: head/devel/libbrotli/Makefile
==============================================================================
--- head/devel/libbrotli/Makefile	Sun Dec  4 19:52:42 2016	(r427798)
+++ head/devel/libbrotli/Makefile	Sun Dec  4 20:51:52 2016	(r427799)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libbrotli
 PORTVERSION=	1.0
-PORTREVISION=	4
+PORTREVISION=	5
 MASTER_SITES=	https://github.com/bagder/libbrotli/archive/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 CATEGORIES=	devel archivers

Modified: head/devel/libbrotli/pkg-plist
==============================================================================
--- head/devel/libbrotli/pkg-plist	Sun Dec  4 19:52:42 2016	(r427798)
+++ head/devel/libbrotli/pkg-plist	Sun Dec  4 20:51:52 2016	(r427799)
@@ -36,6 +36,9 @@ include/brotli/enc/transform.h
 include/brotli/enc/types.h
 include/brotli/enc/utf8_util.h
 include/brotli/enc/write_bits.h
+include/brotli/enc/compress_fragment.h
+include/brotli/enc/compress_fragment_two_pass.h
+include/brotli/enc/entropy_encode_static.h
 lib/libbrotlidec.a
 lib/libbrotlidec.so
 lib/libbrotlidec.so.1



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612042051.uB4Kpq0K097615>