pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/qmediamanager
Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jul 12 11:31:21 UTC 2023
Modified Files:
        pkgsrc/sysutils/qmediamanager: Makefile
Log Message:
qmediamanager: Fix DEPENDS.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/qmediamanager/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/qmediamanager/Makefile
diff -u pkgsrc/sysutils/qmediamanager/Makefile:1.2 pkgsrc/sysutils/qmediamanager/Makefile:1.3
--- pkgsrc/sysutils/qmediamanager/Makefile:1.2  Tue Jul 11 15:03:25 2023
+++ pkgsrc/sysutils/qmediamanager/Makefile      Wed Jul 12 11:31:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/07/11 15:03:25 bacon Exp $
+# $NetBSD: Makefile,v 1.3 2023/07/12 11:31:21 jperkin Exp $
 
 DISTNAME=      qmediamanager-0.1.1.2
 CATEGORIES=    sysutils
@@ -12,7 +12,7 @@ LICENSE=      2-clause-bsd
 
 DEPENDS=       npmount>0:../../sysutils/npmount
 DEPENDS+=      devpub-mount>0:../../sysutils/devpub-mount
-DEPENDS+=      auto-admin>=0.7.17.8:../../sysutils/auto-admin
+DEPENDS+=      auto-admin>=0.7.17:../../sysutils/auto-admin
 DEPENDS+=      rxvt-unicode>0:../../x11/rxvt-unicode
 DEPENDS+=      qt6-qttools>0:../../devel/qt6-qttools
 
Home |
Main Index |
Thread Index |
Old Index