svn commit: r451061 - head/print/gutenprint

Christoph Moench-Tegeder cmt at FreeBSD.org
Sun Oct 1 20:44:31 UTC 2017


Author: cmt
Date: Sun Oct  1 20:44:29 2017
New Revision: 451061
URL: https://svnweb.freebsd.org/changeset/ports/451061

Log:
  print/gutenprint: update PPDs after updates
  
  cups will refuse to print if we run with PPDs with the wrong version
  info - call cups-genppdupdate to update the PPDs automatically
  
  Reported by:	Paul Beard, tijl@

Modified:
  head/print/gutenprint/Makefile
  head/print/gutenprint/pkg-plist

Modified: head/print/gutenprint/Makefile
==============================================================================
--- head/print/gutenprint/Makefile	Sun Oct  1 20:43:01 2017	(r451060)
+++ head/print/gutenprint/Makefile	Sun Oct  1 20:44:29 2017	(r451061)
@@ -4,7 +4,7 @@
 
 PORTNAME=	gutenprint
 PORTVERSION=	5.2.13
-PORTREVISION?=	0	# also print/gimp-gutenprint
+PORTREVISION?=	1	# also print/gimp-gutenprint
 CATEGORIES=	print
 MASTER_SITES=	SF/gimp-print/gutenprint-5.2/${PORTVERSION}
 

Modified: head/print/gutenprint/pkg-plist
==============================================================================
--- head/print/gutenprint/pkg-plist	Sun Oct  1 20:43:01 2017	(r451060)
+++ head/print/gutenprint/pkg-plist	Sun Oct  1 20:44:29 2017	(r451061)
@@ -393,3 +393,4 @@ share/locale/zh_CN/LC_MESSAGES/gutenprint.mo
 share/locale/zh_CN/gutenprint_zh_CN.po
 share/locale/zh_TW/LC_MESSAGES/gutenprint.mo
 share/locale/zh_TW/gutenprint_zh_TW.po
+ at postexec %D/sbin/cups-genppdupdate > /dev/null


More information about the svn-ports-all mailing list