diff options
author | leot <leot@pkgsrc.org> | 2015-08-15 22:54:50 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-08-15 22:54:50 +0000 |
commit | c422c7daeae28e2fd95e33e511a0107162912463 (patch) | |
tree | e58a881099d0c1bba7753b892aaa4763b6bc582e | |
parent | 9b121148465d788ec56dd94e14f631eb8805e1e3 (diff) | |
download | pkgsrc-c422c7daeae28e2fd95e33e511a0107162912463.tar.gz |
Update print/foomatic4-db-engine to foomatic-db-engine-4.0.12.
ok wiz@.
pkgsrc changes:
o Added LICENSE
Changes:
2014-11-14 Till Kamppeter <till.kamppeter@gmail.com>
* foomatic-ppdfile.in: Foomatic doesn't provide some offered PPD
files. Thanks to Marek Kasik for the patch (bug #1238).
2014-08-22 Till Kamppeter <till.kamppeter@gmail.com>
* foomatic-ppd-to-xml.in: Let missing XML files be added when to a
PPD with already existing XML files new "*Product:" lines get
added.
2014-03-20 Till Kamppeter <till.kamppeter@gmail.com>
* Tagged branch for release 4.0.11.
* README, USAGE, configure.ac: Updated for release 4.0.11.
* lib/Foomatic/DB.pm: Do not interpret option default values set to
"0" in PPD files as no default setting defined. Thanks to Deng
Pang from Ricoh (DengPang at rst dot ricoh dot com) for the report.
2014-02-18 Till Kamppeter <till.kamppeter@gmail.com>
* Tagged branch for release 4.0.10.
* README, USAGE, configure.ac: Updated for release 4.0.10.
2014-01-02 Till Kamppeter <till.kamppeter@gmail.com>
* foomatic-addpjloptions.in: Make foomatic-addpjloptions work with
the system's Foomatic database, too.
-rw-r--r-- | print/foomatic4-db-engine/Makefile | 6 | ||||
-rw-r--r-- | print/foomatic4-db-engine/distinfo | 10 | ||||
-rw-r--r-- | print/foomatic4-db-engine/patches/patch-aa | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/print/foomatic4-db-engine/Makefile b/print/foomatic4-db-engine/Makefile index 3e72be8647a..895ff8c25be 100644 --- a/print/foomatic4-db-engine/Makefile +++ b/print/foomatic4-db-engine/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.19 2015/06/12 10:50:57 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2015/08/15 22:54:50 leot Exp $ # -DISTNAME= foomatic-db-engine-4.0.8 -PKGREVISION= 8 +DISTNAME= foomatic-db-engine-4.0.12 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/foomatic/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic COMMENT= Foomatic's database engine +LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} diff --git a/print/foomatic4-db-engine/distinfo b/print/foomatic4-db-engine/distinfo index 5fdd3a6feea..7f66723ccf8 100644 --- a/print/foomatic4-db-engine/distinfo +++ b/print/foomatic4-db-engine/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2012/05/22 15:46:54 marino Exp $ +$NetBSD: distinfo,v 1.6 2015/08/15 22:54:50 leot Exp $ -SHA1 (foomatic-db-engine-4.0.8.tar.gz) = e47f5ee9b9256077f70b5ecf2481dfbce416d97a -RMD160 (foomatic-db-engine-4.0.8.tar.gz) = 56523835ba5de0e5bdb37b78529775334e96ad76 -Size (foomatic-db-engine-4.0.8.tar.gz) = 354578 bytes -SHA1 (patch-aa) = 12954938f5678c74c2a5663ca8faf7e58329796e +SHA1 (foomatic-db-engine-4.0.12.tar.gz) = c3b747113b6a64b998000774e7c2d03ce48654c1 +RMD160 (foomatic-db-engine-4.0.12.tar.gz) = 163ad52e616928aa723cb3d263f1686e6a187500 +Size (foomatic-db-engine-4.0.12.tar.gz) = 360499 bytes +SHA1 (patch-aa) = 3f81a888afc0f0ee6c913f09f2ea896058f015dd SHA1 (patch-makeMan.in) = 1beb5dbd5e288660a374e035e52b51fb80b9cc61 diff --git a/print/foomatic4-db-engine/patches/patch-aa b/print/foomatic4-db-engine/patches/patch-aa index 0423867cd17..ca45b8c7114 100644 --- a/print/foomatic4-db-engine/patches/patch-aa +++ b/print/foomatic4-db-engine/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2012/01/26 11:53:50 drochner Exp $ +$NetBSD: patch-aa,v 1.3 2015/08/15 22:54:50 leot Exp $ ---- configure.orig 2011-07-25 09:51:22.000000000 +0000 +--- configure.orig 2015-02-14 12:21:56.000000000 +0000 +++ configure -@@ -4041,8 +4041,8 @@ LIBS="$save_LIBS" +@@ -3720,8 +3720,8 @@ LIBS="$save_LIBS" SPOOLSEARCHPATH=/var/spool:/usr/spool/:/usr/local/spool:/usr/local/var/spool:/var/local/spool:/var/local LOGSEARCHPATH=/var/log:/usr/log:/usr/local/log:/usr/local/var/log:/var/local/log:/var/local SYSCONFSEARCHPATH=/etc:/usr/etc:/usr/local/etc:/var/etc |