From tkato@prontomail.com  Mon Nov 18 13:20:29 2002
Return-Path: <tkato@prontomail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 914D437B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Nov 2002 13:20:29 -0800 (PST)
Received: from socigeog.hmt.toyama-u.ac.jp (socigeog.hmt.toyama-u.ac.jp [160.26.63.48])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BB44D43E91
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 18 Nov 2002 13:20:21 -0800 (PST)
	(envelope-from tkato@prontomail.com)
Received: from socigeog.hmt.toyama-u.ac.jp (localhost [127.0.0.1])
	by socigeog.hmt.toyama-u.ac.jp (8.12.6/8.12.3) with SMTP id gAILKK6A000748
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Nov 2002 06:20:20 +0900 (JST)
	(envelope-from tkato@prontomail.com)
Message-Id: <20021119061734.2fea5951.tkato@prontomail.com>
Date: Tue, 19 Nov 2002 06:17:34 +0900
From: KATO Tsuguru <tkato@prontomail.com>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: print/pnm2ppa to 1.11

>Number:         45449
>Category:       ports
>Synopsis:       Update port: print/pnm2ppa to 1.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 18 13:30:13 PST 2002
>Closed-Date:    Mon Nov 18 14:15:25 PST 2002
>Last-Modified:  Mon Nov 18 14:15:25 PST 2002
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.11

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/print/pnm2ppa/Makefile print/pnm2ppa/Makefile
--- /usr/ports/print/pnm2ppa/Makefile	Mon Nov 11 19:00:56 2002
+++ print/pnm2ppa/Makefile	Mon Nov 18 21:03:23 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pnm2ppa
-PORTVERSION=	1.10
+PORTVERSION=	1.11
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -urN /usr/ports/print/pnm2ppa/distinfo print/pnm2ppa/distinfo
--- /usr/ports/print/pnm2ppa/distinfo	Tue Sep 10 20:25:32 2002
+++ print/pnm2ppa/distinfo	Mon Nov 18 21:06:20 2002
@@ -1 +1 @@
-MD5 (pnm2ppa-1.10.tar.gz) = 8953f7af96a5c8ca12711756de9d50ba
+MD5 (pnm2ppa-1.11.tar.gz) = f75450e860f5759d3485e68729d5cfdb
diff -urN /usr/ports/print/pnm2ppa/files/patch-aa print/pnm2ppa/files/patch-aa
--- /usr/ports/print/pnm2ppa/files/patch-aa	Tue Sep 10 20:25:32 2002
+++ print/pnm2ppa/files/patch-aa	Mon Nov 18 21:08:56 2002
@@ -1,5 +1,5 @@
---- Makefile.orig	Tue Feb 12 00:49:11 2002
-+++ Makefile	Fri Jul 12 20:48:40 2002
+--- Makefile.orig	Sun Oct  6 10:27:36 2002
++++ Makefile	Mon Nov 18 21:08:50 2002
 @@ -5,14 +5,14 @@
  # paths to locations where the pnm2ppa binary, the configuration file,
  # and the man page should be installed.   On some systems (like Solaris)
@@ -13,7 +13,7 @@
  
  #compiler and linker options:
 -CC=gcc
--CFLAGS=-Wall -pedantic -O2 -g 
+-CFLAGS=-Wall -pedantic -O2  
 -LDFLAGS=-lm
 +CC?=gcc
 +CFLAGS+=-DCONFDIR=\"$(CONFDIR)\" -I${LOCALBASE}/include
diff -urN /usr/ports/print/pnm2ppa/files/patch-ad print/pnm2ppa/files/patch-ad
--- /usr/ports/print/pnm2ppa/files/patch-ad	Sun Mar  4 06:19:13 2001
+++ print/pnm2ppa/files/patch-ad	Mon Nov 18 21:21:56 2002
@@ -1,5 +1,5 @@
---- pnm2ppa.conf.orig	Sun Oct 29 00:02:57 2000
-+++ pnm2ppa.conf	Tue Jan 30 22:07:29 2001
+--- pnm2ppa.conf.orig	Sun Nov 10 06:47:47 2002
++++ pnm2ppa.conf	Mon Nov 18 21:10:36 2002
 @@ -1,7 +1,7 @@
  # Sample configuration file 
  #
@@ -9,16 +9,16 @@
  #
  # uncomment entries by removing "#" to activate them.
  #
-@@ -26,7 +26,7 @@
- # in addition to the syslog. (Note: on BeOS,  syslog messages are
- # diverted to stderr; use "silent 1" to suppress them.)
- # Note: the "silent 1" keyword is only accepted from the system 
--# configuration  file (/etc/pnm2ppa.conf), and not from configuration files 
-+# configuration  file (%%PREFIX%%/etc/pnm2ppa.conf), and not from configuration files 
- # specified  with the pnm2ppa option "-f".
+@@ -44,7 +44,7 @@
+ log_info 1               # <= COMMENT THIS OUT TO GET THE NEW DEFAULT BEHAVIOR!
  
- #silent 1
-@@ -105,7 +105,7 @@
+ # Note: the "silent 1" and "log_info" keywords are only accepted from the 
+-# system configuration  file (/etc/pnm2ppa.conf), and not from configuration 
++# system configuration  file (%%PREFIX%%/etc/pnm2ppa.conf), and not from configuration 
+ # files specified  by users with the pnm2ppa option "-f".
+ 
+ #---------set the margins of the printed page-------------------
+@@ -123,7 +123,7 @@
  #------------Color correct curve Gamma parameters-------------------------
  # Gamma color correction values for Red, Green and Blue:
  # (Note: a more effective method of color correction is to use
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: obraun 
State-Changed-When: Mon Nov 18 14:15:13 PST 2002 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=45449 
>Unformatted:
