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

Yuri Victorovich yuri at FreeBSD.org
Tue Jul 10 05:07:47 UTC 2018


Author: yuri
Date: Tue Jul 10 05:07:45 2018
New Revision: 474329
URL: https://svnweb.freebsd.org/changeset/ports/474329

Log:
  Update 0.8 -> 0.8.1
  
  Port changes:
  * Now works on python-3
  * Update WWW

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

Modified: head/graphics/py-djvulibre/Makefile
==============================================================================
--- head/graphics/py-djvulibre/Makefile	Tue Jul 10 04:55:59 2018	(r474328)
+++ head/graphics/py-djvulibre/Makefile	Tue Jul 10 05:07:45 2018	(r474329)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-djvulibre
-PORTVERSION=	0.8
-PORTREVISION=	1
+DISTVERSION=	0.8.1
 CATEGORIES=	graphics python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libdjvulibre.so:graphics/djvulibre
 
-USES=		python:2.7 pkgconfig
+USES=		python pkgconfig
 USE_PYTHON=	autoplist distutils cython
 
 post-patch:

Modified: head/graphics/py-djvulibre/distinfo
==============================================================================
--- head/graphics/py-djvulibre/distinfo	Tue Jul 10 04:55:59 2018	(r474328)
+++ head/graphics/py-djvulibre/distinfo	Tue Jul 10 05:07:45 2018	(r474329)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493964367
-SHA256 (python-djvulibre-0.8.tar.gz) = 9d6bf3143fa540e8ce330949c9edff7847ad7cd715f7c02e2991212873a5f31b
-SIZE (python-djvulibre-0.8.tar.gz) = 85436
+TIMESTAMP = 1531198545
+SHA256 (python-djvulibre-0.8.1.tar.gz) = 7f6f875d09cd2bae98c6d59bd6934cf53737c9d46f325e7816afedc5fe518029
+SIZE (python-djvulibre-0.8.1.tar.gz) = 86460

Modified: head/graphics/py-djvulibre/pkg-descr
==============================================================================
--- head/graphics/py-djvulibre/pkg-descr	Tue Jul 10 04:55:59 2018	(r474328)
+++ head/graphics/py-djvulibre/pkg-descr	Tue Jul 10 05:07:45 2018	(r474329)
@@ -1,5 +1,4 @@
 A set of Python bindings for the DjVuLibre library, an open source
 implementation of DjVu.
 
-WWW: https://pypi.org/project/python-djvulibre/
-WWW: http://jwilk.net/software/python-djvulibre
+WWW: https://jwilk.net/software/python-djvulibre


More information about the svn-ports-all mailing list