mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
Update to cups-pdf-3.0.3.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
COMMENT= PDF backend for CUPS
|
COMMENT= PDF backend for CUPS
|
||||||
|
|
||||||
DISTNAME= cups-pdf-3.0.2
|
DISTNAME= cups-pdf-3.0.3
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
|
|
||||||
HOMEPAGE= http://www.cups-pdf.de/
|
HOMEPAGE= http://www.cups-pdf.de/
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
SHA256 (cups-pdf_3.0.2.tar.gz) = VihAAfQNqYVOViFVJ+KS3kgRzjSeJ9ej6K3TXHLaL5U=
|
SHA256 (cups-pdf_3.0.3.tar.gz) = SmbhaXazDzxt9e0RPtnW4T9/NGF+qzSfcLA4L85U4Is=
|
||||||
SIZE (cups-pdf_3.0.2.tar.gz) = 32776
|
SIZE (cups-pdf_3.0.3.tar.gz) = 36473
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
Index: extra/cups-pdf.conf
|
Index: extra/cups-pdf.conf
|
||||||
--- extra/cups-pdf.conf.orig
|
--- extra/cups-pdf.conf.orig
|
||||||
+++ extra/cups-pdf.conf
|
+++ extra/cups-pdf.conf
|
||||||
@@ -48,7 +48,7 @@
|
@@ -49,7 +49,7 @@
|
||||||
## root_squash!
|
## root_squash!
|
||||||
### Default: /var/spool/cups-pdf/${USER}
|
### Default: /var/spool/cups-pdf/${USER}
|
||||||
|
|
||||||
-#Out /var/spool/cups-pdf/${USER}
|
-#Out /var/spool/cups-pdf/${USER}
|
||||||
@@ -10,7 +10,7 @@ Index: extra/cups-pdf.conf
|
|||||||
|
|
||||||
### Key: AnonDirName (config)
|
### Key: AnonDirName (config)
|
||||||
## ABSOLUTE path for anonymously created PDF files
|
## ABSOLUTE path for anonymously created PDF files
|
||||||
@@ -188,9 +188,9 @@
|
@@ -189,9 +189,9 @@
|
||||||
### Key: Grp (config)
|
### Key: Grp (config)
|
||||||
## group cups-pdf is supposed to run as - this will also be the gid for all
|
## group cups-pdf is supposed to run as - this will also be the gid for all
|
||||||
## created directories and log files
|
## created directories and log files
|
||||||
@@ -22,8 +22,8 @@ Index: extra/cups-pdf.conf
|
|||||||
|
|
||||||
### Key: AllowUnsafeOptions (config)
|
### Key: AllowUnsafeOptions (config)
|
||||||
## DON'T CHANGE THIS SETTING UNLESS YOU ABSOLUTELY KNOW WHAT YOU ARE DOING
|
## DON'T CHANGE THIS SETTING UNLESS YOU ABSOLUTELY KNOW WHAT YOU ARE DOING
|
||||||
@@ -236,9 +236,9 @@
|
@@ -237,9 +237,9 @@
|
||||||
## location of GhostScript binary (gs)
|
## location of GhostScript binary (gs)
|
||||||
## MacOSX: for using pstopdf (recommended) set this to /usr/bin/pstopdf
|
## MacOSX: for using pstopdf (recommended) set this to /usr/bin/pstopdf
|
||||||
## or its proper location on your system
|
## or its proper location on your system
|
||||||
-### Default: /usr/bin/gs
|
-### Default: /usr/bin/gs
|
||||||
@@ -33,13 +33,4 @@ Index: extra/cups-pdf.conf
|
|||||||
+#GhostScript ${LOCALBASE}/bin/gs
|
+#GhostScript ${LOCALBASE}/bin/gs
|
||||||
|
|
||||||
### Key: GSTmp (config)
|
### Key: GSTmp (config)
|
||||||
## location of temporary files during GhostScript operation
|
## location of temporary files during GhostScript operation
|
||||||
@@ -269,7 +269,7 @@
|
|
||||||
## set this to an empty value to use no postprocessing
|
|
||||||
### Default: <empty>
|
|
||||||
|
|
||||||
-#PostProcessing
|
|
||||||
+#PostProcessing ${TRUEPREFIX}/bin/cups-pdf-dispatch
|
|
||||||
|
|
||||||
|
|
||||||
###########################################################################
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Index: src/cups-pdf.h
|
Index: src/cups-pdf.h
|
||||||
--- src/cups-pdf.h.orig
|
--- src/cups-pdf.h.orig
|
||||||
+++ src/cups-pdf.h
|
+++ src/cups-pdf.h
|
||||||
@@ -18,7 +18,7 @@
|
@@ -19,7 +19,7 @@
|
||||||
/ they are reasonable for most systems. */
|
/ they are reasonable for most systems. */
|
||||||
|
|
||||||
/* location of the configuration file */
|
/* location of the configuration file */
|
||||||
@@ -10,7 +10,7 @@ Index: src/cups-pdf.h
|
|||||||
|
|
||||||
|
|
||||||
/* --- DO NOT EDIT BELOW THIS LINE --- */
|
/* --- DO NOT EDIT BELOW THIS LINE --- */
|
||||||
@@ -57,9 +57,9 @@ struct {
|
@@ -58,9 +58,9 @@ struct {
|
||||||
} configData[] = {
|
} configData[] = {
|
||||||
{ "AnonDirName", SEC_CONF|SEC_PPD, { "/var/spool/cups-pdf/ANONYMOUS" } },
|
{ "AnonDirName", SEC_CONF|SEC_PPD, { "/var/spool/cups-pdf/ANONYMOUS" } },
|
||||||
{ "AnonUser", SEC_CONF|SEC_PPD, { "nobody" } },
|
{ "AnonUser", SEC_CONF|SEC_PPD, { "nobody" } },
|
||||||
|
|||||||
Reference in New Issue
Block a user