pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dupeguru



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  7 10:52:27 UTC 2023

Modified Files:
        pkgsrc/sysutils/dupeguru: Makefile PLIST

Log Message:
dupeguru: fix PLIST for latest sphinx and depend on it

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/sysutils/dupeguru/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/dupeguru/PLIST

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

Modified files:

Index: pkgsrc/sysutils/dupeguru/Makefile
diff -u pkgsrc/sysutils/dupeguru/Makefile:1.14 pkgsrc/sysutils/dupeguru/Makefile:1.15
--- pkgsrc/sysutils/dupeguru/Makefile:1.14      Fri Nov 25 08:35:17 2022
+++ pkgsrc/sysutils/dupeguru/Makefile   Sun May  7 10:52:27 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2022/11/25 08:35:17 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/05/07 10:52:27 wiz Exp $
 
 DISTNAME=      dupeguru-src-4.0.4_RC
 PKGNAME=       ${DISTNAME:S/-src//:S/_RC/rc1/}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    sysutils
 #MASTER_SITES= https://github.com/arsenetar/dupeguru/releases/download/4.0.4/
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=arsenetar/}
@@ -14,7 +14,7 @@ COMMENT=      Find duplicate files
 LICENSE=       gnu-gpl-v3
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-polib>=1.0.4:../../devel/py-polib
-TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=5.3.0:../../textproc/py-sphinx
+TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx>=7.0.0:../../textproc/py-sphinx
 DEPENDS+=      ${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5
 DEPENDS+=      ${PYPKGPREFIX}-hsaudiotag3k-[0-9]*:../../audio/py-hsaudiotag3k
 DEPENDS+=      ${PYPKGPREFIX}-Send2Trash-[0-9]*:../../sysutils/py-Send2Trash

Index: pkgsrc/sysutils/dupeguru/PLIST
diff -u pkgsrc/sysutils/dupeguru/PLIST:1.7 pkgsrc/sysutils/dupeguru/PLIST:1.8
--- pkgsrc/sysutils/dupeguru/PLIST:1.7  Mon Nov 14 16:47:24 2022
+++ pkgsrc/sysutils/dupeguru/PLIST      Sun May  7 10:52:27 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/11/14 16:47:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/05/07 10:52:27 wiz Exp $
 bin/dupeguru
 share/applications/dupeguru.desktop
 share/dupeguru/core/__init__.py
@@ -171,7 +171,6 @@ share/dupeguru/help/_sources/quick_start
 share/dupeguru/help/_sources/reprioritize.rst.txt
 share/dupeguru/help/_sources/results.rst.txt
 share/dupeguru/help/_sources/scan.rst.txt
-share/dupeguru/help/_static/_sphinx_javascript_frameworks_compat.js
 share/dupeguru/help/_static/alert_info_32.png
 share/dupeguru/help/_static/alert_warning_32.png
 share/dupeguru/help/_static/basic.css
@@ -181,16 +180,12 @@ share/dupeguru/help/_static/doctools.js
 share/dupeguru/help/_static/documentation_options.js
 share/dupeguru/help/_static/file.png
 share/dupeguru/help/_static/haiku.css
-share/dupeguru/help/_static/jquery-3.6.0.js
-share/dupeguru/help/_static/jquery.js
 share/dupeguru/help/_static/language_data.js
 share/dupeguru/help/_static/minus.png
 share/dupeguru/help/_static/plus.png
 share/dupeguru/help/_static/pygments.css
 share/dupeguru/help/_static/searchtools.js
 share/dupeguru/help/_static/sphinx_highlight.js
-share/dupeguru/help/_static/underscore-1.13.1.js
-share/dupeguru/help/_static/underscore.js
 share/dupeguru/help/changelog.html
 share/dupeguru/help/contribute.html
 share/dupeguru/help/developer/core/app.html



Home | Main Index | Thread Index | Old Index