pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/p5-Net-CUPS



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 12 14:53:06 UTC 2024

Modified Files:
        pkgsrc/print/p5-Net-CUPS: Makefile

Log Message:
p5-Net-CUPS: Re-order includes.

Fixes indirect library dependencies as well as ensuring they are sorted.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/p5-Net-CUPS/Makefile

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

Modified files:

Index: pkgsrc/print/p5-Net-CUPS/Makefile
diff -u pkgsrc/print/p5-Net-CUPS/Makefile:1.58 pkgsrc/print/p5-Net-CUPS/Makefile:1.59
--- pkgsrc/print/p5-Net-CUPS/Makefile:1.58      Wed Nov  8 13:20:42 2023
+++ pkgsrc/print/p5-Net-CUPS/Makefile   Fri Jan 12 14:53:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2023/11/08 13:20:42 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2024/01/12 14:53:06 jperkin Exp $
 
 DISTNAME=      Net-CUPS-0.64
 PKGNAME=       p5-${DISTNAME}
@@ -17,9 +17,9 @@ PERL5_PACKLIST=       auto/Net/CUPS/.packlist
 
 EXTRACT_USING= bsdtar
 
-BUILDLINK_DEPMETHOD.cups-filters= build # image.h
-.include "../../print/cups-filters/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../print/cups-base/buildlink3.mk"
+BUILDLINK_DEPMETHOD.cups-filters= build # image.h
+.include "../../print/cups-filters/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index