pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/p5-Tkx



Module Name:    pkgsrc
Committed By:   scole
Date:           Sat Jan 10 04:00:03 UTC 2026

Modified Files:
        pkgsrc/x11/p5-Tkx: Makefile

Log Message:
add dependencies for tkx-ed (bwidget, ctext in tklib) and tkx-prove
(Test-Harness-Straps) which are included in the package but not part
of the actual module itself.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/p5-Tkx/Makefile

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

Modified files:

Index: pkgsrc/x11/p5-Tkx/Makefile
diff -u pkgsrc/x11/p5-Tkx/Makefile:1.2 pkgsrc/x11/p5-Tkx/Makefile:1.3
--- pkgsrc/x11/p5-Tkx/Makefile:1.2      Fri Jul  4 08:49:39 2025
+++ pkgsrc/x11/p5-Tkx/Makefile  Sat Jan 10 04:00:03 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2025/07/04 08:49:39 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/01/10 04:00:03 scole Exp $
 
 DISTNAME=      Tkx-1.10
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    x11 tk perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Tkx/}
 
@@ -12,6 +12,9 @@ COMMENT=      Yet another Perl5 Tk interface
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Tcl-[0-9]*:../../devel/p5-Tcl
+DEPENDS+=      p5-Test-Harness-Straps-[0-9]*:../../devel/p5-Test-Harness-Straps
+DEPENDS+=      tk-BWidget-[0-9]*:../../x11/tk-BWidget
+DEPENDS+=      tklib-[0-9]*:../../devel/tklib
 
 PERL5_PACKLIST=                auto/Tkx/.packlist
 



Home | Main Index | Thread Index | Old Index