pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/calibre misc/calibre: Change to sip6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/482990a883cd
branches:  trunk
changeset: 389441:482990a883cd
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Dec 04 16:27:14 2022 +0000

description:
misc/calibre: Change to sip6

With sip5, the build fails because sip5 and sip6 conflict.  With sip6,
the build completes and calibre starts up and I can open the example.

diffstat:

 misc/calibre/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 4d31dda187cf -r 482990a883cd misc/calibre/Makefile
--- a/misc/calibre/Makefile     Sun Dec 04 16:26:47 2022 +0000
+++ b/misc/calibre/Makefile     Sun Dec 04 16:27:14 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.276 2022/12/03 13:25:49 gdt Exp $
+# $NetBSD: Makefile,v 1.277 2022/12/04 16:27:14 gdt Exp $
 
 # Needs update to 6.9.0
 DISTNAME=      calibre-5.44.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    misc
 MASTER_SITES=  https://download.calibre-ebook.com/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.xz
@@ -41,7 +41,7 @@
 
 # for installation
 TOOL_DEPENDS+= ${PYPKGPREFIX}-qt-builder>=1:../../x11/py-qt-builder
-TOOL_DEPENDS+= ${PYPKGPREFIX}-sip5>=5.5<6:../../x11/py-sip5
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sip6:../../x11/py-sip6
 BUILD_DEPENDS+=        xdg-utils>=1.0.2:../../misc/xdg-utils
 
 EXTRACT_USING= bsdtar



Home | Main Index | Thread Index | Old Index