From owner-svn-ports-all@freebsd.org Tue Jul 10 05:07:47 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23FFC1045531; Tue, 10 Jul 2018 05:07:47 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA2D9808B7; Tue, 10 Jul 2018 05:07:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 91AAE1F7ED; Tue, 10 Jul 2018 05:07:46 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6A57kTQ009452; Tue, 10 Jul 2018 05:07:46 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6A57kpV009449; Tue, 10 Jul 2018 05:07:46 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807100507.w6A57kpV009449@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 10 Jul 2018 05:07:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474329 - head/graphics/py-djvulibre X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/py-djvulibre X-SVN-Commit-Revision: 474329 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2018 05:07:47 -0000 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