From hrs@allbsd.org  Tue Jan 27 08:44:01 2004
Return-Path: <hrs@allbsd.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 5197F16A4CE; Tue, 27 Jan 2004 08:44:01 -0800 (PST)
Received: from smtp.eos.ocn.ne.jp (eos.ocn.ne.jp [211.6.83.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B3EF743D1F; Tue, 27 Jan 2004 08:43:26 -0800 (PST)
	(envelope-from hrs@allbsd.org)
Received: from delta.allbsd.org (p58149-adsao12honb4-acca.tokyo.ocn.ne.jp [220.96.140.149])
	by smtp.eos.ocn.ne.jp (Postfix) with ESMTP
	id 5A77BDE0; Wed, 28 Jan 2004 01:42:44 +0900 (JST)
Received: from alph.allbsd.org (alph.allbsd.org [192.168.0.10])
	by delta.allbsd.org (8.12.9p2/8.12.9) with ESMTP id i0RGfgA2019679;
	Wed, 28 Jan 2004 01:41:43 +0900 (JST)
	(envelope-from hrs@alph.d.allbsd.org)
Received: from alph.allbsd.org (localhost [127.0.0.1])
	by alph.allbsd.org (8.12.9p2/8.12.9) with ESMTP id i0RGfg8c011277;
	Wed, 28 Jan 2004 01:41:42 +0900 (JST)
	(envelope-from hrs@alph.d.allbsd.org)
Received: (from hrs@localhost)
	by alph.allbsd.org (8.12.9p2/8.12.9/Submit) id i0RGfghY011276;
	Wed, 28 Jan 2004 01:41:42 +0900 (JST)
	(envelope-from hrs)
Message-Id: <200401271641.i0RGfghY011276@alph.allbsd.org>
Date: Wed, 28 Jan 2004 01:41:42 +0900 (JST)
From: Hiroki Sato <hrs@freebsd.org>
Reply-To: Hiroki Sato <hrs@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: DougB@freebsd.org
Subject: Update port: graphics/xpdf 3.00
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61991
>Category:       ports
>Synopsis:       Update port: graphics/xpdf 3.00
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 27 08:50:11 PST 2004
>Closed-Date:    Sat Feb 07 22:18:45 PST 2004
>Last-Modified:  Sat Feb 07 22:18:45 PST 2004
>Originator:     Hiroki Sato
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Tokyo University of Science
>Environment:
System: FreeBSD alph.allbsd.org 4.9-RC FreeBSD 4.9-RC #0: Sat Oct 25 04:40:22 JST 2003     hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH  i386

>Description:
	Update to 3.00.

>How-To-Repeat:
	N/A

>Fix:

Index: graphics/xpdf/Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/xpdf/Makefile,v
retrieving revision 1.51
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.51 Makefile
--- graphics/xpdf/Makefile	12 Oct 2003 22:53:36 -0000	1.51
+++ graphics/xpdf/Makefile	27 Jan 2004 15:43:15 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	xpdf
-PORTVERSION=	2.03
+PORTVERSION=	3.00
 CATEGORIES=	graphics print
 MASTER_SITES=	ftp://ftp.foolabs.com/pub/xpdf/ \
 		${MASTER_SITE_TEX_CTAN}
@@ -27,7 +27,7 @@
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--with-gzip --enable-opi --with-x \
+CONFIGURE_ARGS=	--enable-opi --with-x \
 		--with-t1-library="${LOCALBASE}/lib" \
 		--with-t1-includes="${LOCALBASE}/include" \
 		--with-freetype2-library="${LOCALBASE}/lib" \
@@ -39,7 +39,7 @@
 MAN1=		pdffonts.1 \
 		pdfimages.1 \
 		pdfinfo.1 \
-		pdftopbm.1 \
+		pdftoppm.1 \
 		pdftops.1 \
 		pdftotext.1 \
 		xpdf.1
Index: graphics/xpdf/distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/xpdf/distinfo,v
retrieving revision 1.22
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.22 distinfo
--- graphics/xpdf/distinfo	12 Oct 2003 22:53:36 -0000	1.22
+++ graphics/xpdf/distinfo	27 Jan 2004 15:36:01 -0000
@@ -1 +1 @@
-MD5 (xpdf-2.03.tar.gz) = 2bb849c4f525c5fd451f900974f1587c
+MD5 (xpdf-3.00.tar.gz) = 95294cef3031dd68e65f331e8750b2c2
Index: graphics/xpdf/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/xpdf/pkg-plist,v
retrieving revision 1.10
diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.10 pkg-plist
--- graphics/xpdf/pkg-plist	12 Oct 2003 22:46:39 -0000	1.10
+++ graphics/xpdf/pkg-plist	27 Jan 2004 15:43:10 -0000
@@ -1,7 +1,7 @@
 bin/pdffonts
 bin/pdfimages
 bin/pdfinfo
-bin/pdftopbm
+bin/pdftoppm
 bin/pdftops
 bin/pdftotext
 bin/xpdf
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dougb  
Responsible-Changed-By: krion 
Responsible-Changed-When: Tue Jan 27 08:53:10 PST 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61991 
State-Changed-From-To: open->closed 
State-Changed-By: dougb 
State-Changed-When: Sat Feb 7 22:17:59 PST 2004 
State-Changed-Why:  

I updated this a slightly different way, but thanks for your submission. 


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