pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/foomatic-ppds



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 12:51:21 UTC 2023

Modified Files:
        pkgsrc/print/foomatic-ppds: Makefile

Log Message:
foomatic-ppds: restrict dependency to avoid pulling in foomatic4-filters


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/foomatic-ppds/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/foomatic-ppds/Makefile
diff -u pkgsrc/print/foomatic-ppds/Makefile:1.12 pkgsrc/print/foomatic-ppds/Makefile:1.13
--- pkgsrc/print/foomatic-ppds/Makefile:1.12    Thu Jan 19 18:52:22 2017
+++ pkgsrc/print/foomatic-ppds/Makefile Mon Jul  3 12:51:21 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/01/19 18:52:22 agc Exp $
+# $NetBSD: Makefile,v 1.13 2023/07/03 12:51:21 wiz Exp $
 
 .include "Makefile.common"
 
@@ -17,7 +17,7 @@ MASTER_SITES+=        http://www.linuxprinting.
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Foomatic PPDs collection
 
-DEPENDS=       foomatic-filters>=3.0.2:../../print/foomatic-filters
+DEPENDS=       foomatic-filters>=3.0.2<4:../../print/foomatic-filters
 
 REQD_DIRS=     share/foomatic
 



Home | Main Index | Thread Index | Old Index