svn commit: r439147 - head/archivers/py-brotli

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 22 10:56:43 UTC 2017


Author: sunpoet
Date: Sat Apr 22 10:56:42 2017
New Revision: 439147
URL: https://svnweb.freebsd.org/changeset/ports/439147

Log:
  Update to 0.6.0
  
  Changes:	https://github.com/google/brotli/releases

Modified:
  head/archivers/py-brotli/Makefile
  head/archivers/py-brotli/distinfo

Modified: head/archivers/py-brotli/Makefile
==============================================================================
--- head/archivers/py-brotli/Makefile	Sat Apr 22 10:22:13 2017	(r439146)
+++ head/archivers/py-brotli/Makefile	Sat Apr 22 10:56:42 2017	(r439147)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	brotli
-PORTVERSION=	0.5.2
-PORTREVISION=	4
+PORTVERSION=	0.6.0
 CATEGORIES=	archivers
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -24,6 +23,6 @@ SHEBANG_FILES=	python/bro.py
 
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/python/bro.py ${STAGEDIR}${PREFIX}/bin/brotli
-	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/brotli.so
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_brotli.so
 
 .include <bsd.port.mk>

Modified: head/archivers/py-brotli/distinfo
==============================================================================
--- head/archivers/py-brotli/distinfo	Sat Apr 22 10:22:13 2017	(r439146)
+++ head/archivers/py-brotli/distinfo	Sat Apr 22 10:56:42 2017	(r439147)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479973203
-SHA256 (Brotli-0.5.2.zip) = 3411b9acd2a2056e55084acf7a6ab3e4a8540c2ef37a4435bca62644e8aaf50e
-SIZE (Brotli-0.5.2.zip) = 504952
+TIMESTAMP = 1492839405
+SHA256 (Brotli-0.6.0.zip) = 880dc9e843b747b6428eb7c2333cf7fa56010e496e603e0fa1eb1921eab24f42
+SIZE (Brotli-0.6.0.zip) = 478675


More information about the svn-ports-head mailing list