Received: by mail.netbsd.org (Postfix, from userid 605) id C472E84D45; Mon, 22 Jan 2018 12:51:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4FDD684D42 for ; Mon, 22 Jan 2018 12:51:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zHJbapr3E3JO for ; Mon, 22 Jan 2018 12:50:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B03A284C8D for ; Mon, 22 Jan 2018 12:50:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAF2CFBDE; Mon, 22 Jan 2018 12:50:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516625459137350" MIME-Version: 1.0 Date: Mon, 22 Jan 2018 12:50:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/py-mcomix To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180122125059.AAF2CFBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1516625459137350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 22 12:50:59 UTC 2018 Modified Files: pkgsrc/graphics/py-mcomix: Makefile Log Message: py-mcomix: switch to py-Pillow. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/py-mcomix/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516625459137350 Content-Disposition: inline Content-Length: 1113 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/py-mcomix/Makefile diff -u pkgsrc/graphics/py-mcomix/Makefile:1.12 pkgsrc/graphics/py-mcomix/Makefile:1.13 --- pkgsrc/graphics/py-mcomix/Makefile:1.12 Sun Jan 1 14:43:43 2017 +++ pkgsrc/graphics/py-mcomix/Makefile Mon Jan 22 12:50:59 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:43 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2018/01/22 12:50:59 wiz Exp $ DISTNAME= mcomix-1.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mcomix/} EXTRACT_SUFX= .tar.bz2 @@ -13,7 +13,7 @@ COMMENT= GTK2 comic book viewer LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-gtk2>=2.12.0:../../x11/py-gtk2 -DEPENDS+= {${PYPKGPREFIX}-imaging>=1.1.5,${PYPKGPREFIX}-Pillow-[0-9]*}:../../graphics/py-imaging +DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow DEPENDS+= ${PYPKGPREFIX}-subprocess32-[0-9]*:../../devel/py-subprocess32 DEPENDS+= ${PYPKGPREFIX}-czipfile-[0-9]*:../../archivers/py-czipfile DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3 --_----------=_1516625459137350--