pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/gimp-print-cups Config file name is "command.typ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c54f4e1cabe
branches:  trunk
changeset: 536866:7c54f4e1cabe
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu Dec 27 12:27:52 2007 +0000

description:
Config file name is "command.types", not "config.types".

Bump PKGREVISION.

diffstat:

 print/gimp-print-cups/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r b58599b530b6 -r 7c54f4e1cabe print/gimp-print-cups/Makefile
--- a/print/gimp-print-cups/Makefile    Thu Dec 27 12:08:31 2007 +0000
+++ b/print/gimp-print-cups/Makefile    Thu Dec 27 12:27:52 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2007/11/17 12:04:14 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2007/12/27 12:27:52 obache Exp $
 
 DISTNAME=      gimp-print-4.2.7
 PKGNAME=       gimp-print-cups-4.2.7
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gimp-print/}
 
@@ -21,7 +21,7 @@
 PKG_SYSCONFSUBDIR=     cups
 
 EGDIR=         ${PREFIX}/share/examples/cups
-CONF_FILES=    ${EGDIR}/config.types ${PKG_SYSCONFDIR}/config.types
+CONF_FILES=    ${EGDIR}/command.types ${PKG_SYSCONFDIR}/command.types
 
 .include "../../print/cups/buildlink3.mk"
 .include "../../print/gimp-print-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index