pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/p5-X11-Protocol-Other



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 21 14:51:31 UTC 2024

Modified Files:
        pkgsrc/x11/p5-X11-Protocol-Other: Makefile
Removed Files:
        pkgsrc/x11/p5-X11-Protocol-Other: PLIST

Log Message:
p5-X11-Protocol-Other: add missing DEPENDS

Remove (empty) PLIST, not needed for perl packages.

Ride import.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/p5-X11-Protocol-Other/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/x11/p5-X11-Protocol-Other/PLIST

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-X11-Protocol-Other/Makefile
diff -u pkgsrc/x11/p5-X11-Protocol-Other/Makefile:1.1 pkgsrc/x11/p5-X11-Protocol-Other/Makefile:1.2
--- pkgsrc/x11/p5-X11-Protocol-Other/Makefile:1.1       Thu Mar 21 14:37:55 2024
+++ pkgsrc/x11/p5-X11-Protocol-Other/Makefile   Thu Mar 21 14:51:31 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2024/03/21 14:37:55 mef Exp $
+# $NetBSD: Makefile,v 1.2 2024/03/21 14:51:31 wiz Exp $
 #
 DISTNAME=              X11-Protocol-Other-31
 PKGNAME=               p5-${DISTNAME:S/3/0.3/:}
@@ -10,6 +10,9 @@ HOMEPAGE=             https://metacpan.org/release/
 COMMENT=               Interface to the X11 protocol
 LICENSE=               gnu-gpl-v3
 
+DEPENDS+=              p5-X11-Protocol-[0-9]*:../../x11/p5-X11-Protocol
+DEPENDS+=              p5-Encode-HanExtra-[0-9]*:../../textproc/p5-Encode-HanExtra
+
 PERL5_PACKLIST=                auto/X11/Protocol/Other/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index