svn commit: r567539 - head/graphics/py-djvulibre

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 7 04:51:24 UTC 2021


Author: yuri
Date: Sun Mar  7 04:51:23 2021
New Revision: 567539
URL: https://svnweb.freebsd.org/changeset/ports/567539

Log:
  graphics/py-djvulibre: Update 0.8.5 -> 0.8.6

Modified:
  head/graphics/py-djvulibre/Makefile
  head/graphics/py-djvulibre/distinfo

Modified: head/graphics/py-djvulibre/Makefile
==============================================================================
--- head/graphics/py-djvulibre/Makefile	Sun Mar  7 04:37:51 2021	(r567538)
+++ head/graphics/py-djvulibre/Makefile	Sun Mar  7 04:51:23 2021	(r567539)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-djvulibre
-DISTVERSION=	0.8.5
+DISTVERSION=	0.8.6
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +15,12 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
 
 USES=		python:3.6+ pkgconfig
-USE_PYTHON=	autoplist distutils cython
+USE_PYTHON=	distutils cython autoplist
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|'python'|'${PYTHON_CMD}'|g" ${WRKSRC}/setup.py
+
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/djvu/*.so
 
 .include <bsd.port.mk>

Modified: head/graphics/py-djvulibre/distinfo
==============================================================================
--- head/graphics/py-djvulibre/distinfo	Sun Mar  7 04:37:51 2021	(r567538)
+++ head/graphics/py-djvulibre/distinfo	Sun Mar  7 04:51:23 2021	(r567539)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1570511220
-SHA256 (python-djvulibre-0.8.5.tar.gz) = 8ec85cbb86fa09c02478f0d58cd69cca3a789e2e786851362ba20879dedd14b0
-SIZE (python-djvulibre-0.8.5.tar.gz) = 87317
+TIMESTAMP = 1615091972
+SHA256 (python-djvulibre-0.8.6.tar.gz) = 3b2eb9aca99a5168d84ddca5dac7886134719cc846604bcff880d224f0ad3a21
+SIZE (python-djvulibre-0.8.6.tar.gz) = 88014


More information about the svn-ports-head mailing list