pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/p5-AnyEvent-I3



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Nov 20 13:18:12 UTC 2024

Modified Files:
        pkgsrc/wm/p5-AnyEvent-I3: Makefile

Log Message:
p5-AnyEvent-I3: remove i3 dependency

i3-save-tree from i3 depends on this module, so i3 depends on it.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/wm/p5-AnyEvent-I3/Makefile

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

Modified files:

Index: pkgsrc/wm/p5-AnyEvent-I3/Makefile
diff -u pkgsrc/wm/p5-AnyEvent-I3/Makefile:1.1 pkgsrc/wm/p5-AnyEvent-I3/Makefile:1.2
--- pkgsrc/wm/p5-AnyEvent-I3/Makefile:1.1       Wed Nov 20 13:13:05 2024
+++ pkgsrc/wm/p5-AnyEvent-I3/Makefile   Wed Nov 20 13:18:12 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/11/20 13:13:05 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/11/20 13:18:12 wiz Exp $
 
 DISTNAME=      AnyEvent-I3-0.19
 PKGNAME=       p5-${DISTNAME}
@@ -10,7 +10,8 @@ HOMEPAGE=     https://metacpan.org/pod/AnyEv
 COMMENT=       Perl module to communicate with the i3 window manager
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      i3-[0-9]*:../../wm/i3
+# i3 depends on this
+#DEPENDS+=     i3-[0-9]*:../../wm/i3
 
 PERL5_PACKLIST=        auto/AnyEvent/I3/.packlist
 



Home | Main Index | Thread Index | Old Index