pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/calibre



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Dec  4 16:27:14 UTC 2022

Modified Files:
        pkgsrc/misc/calibre: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.276 -r1.277 pkgsrc/misc/calibre/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/calibre/Makefile
diff -u pkgsrc/misc/calibre/Makefile:1.276 pkgsrc/misc/calibre/Makefile:1.277
--- pkgsrc/misc/calibre/Makefile:1.276  Sat Dec  3 13:25:49 2022
+++ pkgsrc/misc/calibre/Makefile        Sun Dec  4 16:27:14 2022
@@ -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 @@ DEPENDS+=     ${PYPKGPREFIX}-zeroconf-[0-9]*
 
 # 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