pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/kde4



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Aug 27 08:38:46 UTC 2024

Modified Files:
        pkgsrc/meta-pkgs/kde4: Makefile

Log Message:
kde4: Fix kcron DEPENDS.

I would recommend rewriting all of the <version>{,nb*} exact-style matches,
they serve no useful purpose and generally just cause problems.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/meta-pkgs/kde4/Makefile

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

Modified files:

Index: pkgsrc/meta-pkgs/kde4/Makefile
diff -u pkgsrc/meta-pkgs/kde4/Makefile:1.84 pkgsrc/meta-pkgs/kde4/Makefile:1.85
--- pkgsrc/meta-pkgs/kde4/Makefile:1.84 Sat Aug 24 06:23:03 2024
+++ pkgsrc/meta-pkgs/kde4/Makefile      Tue Aug 27 08:38:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2024/08/24 06:23:03 markd Exp $
+# $NetBSD: Makefile,v 1.85 2024/08/27 08:38:46 jperkin Exp $
 
 DISTNAME=      kde4-4.14.3
 PKGREVISION=   36
@@ -22,7 +22,7 @@ DEPENDS+=     kmag>=16.12.0:../../misc/kmag
 DEPENDS+=      kmouth>=4.14.3:../../misc/kmouth
 DEPENDS+=      kmousetool>=16.12.0:../../misc/kmousetool
 DEPENDS+=      ksystemlog>=4.14.3:../../sysutils/ksystemlog
-DEPENDS+=      kcron-4.14.3{,nb[0-9]*}:../../sysutils/kcron
+DEPENDS+=      kcron>=23.08.4:../../sysutils/kcron
 DEPENDS+=      kdeartwork4-15.08.3{,nb[0-9]*}:../../misc/kdeartwork4
 DEPENDS+=      marble>=4.14.3:../../misc/marble
 DEPENDS+=      blinken>=4.14.3:../../games/blinken



Home | Main Index | Thread Index | Old Index