From erwin@lemur.droso.net  Thu Oct 31 07:24:40 2002
Return-Path: <erwin@lemur.droso.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3EAD737B401
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Oct 2002 07:24:40 -0800 (PST)
Received: from lemur.droso.net (lemur.droso.net [62.79.38.253])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 339BE43E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Oct 2002 07:24:39 -0800 (PST)
	(envelope-from erwin@lemur.droso.net)
Received: from lemur.droso.net (lemur.droso.net [62.79.38.253])
	by lemur.droso.net (8.12.6/8.12.6) with ESMTP id g9VFOVoV083146
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Oct 2002 16:24:32 +0100 (CET)
	(envelope-from erwin@lemur.droso.net)
Received: (from root@localhost)
	by lemur.droso.net (8.12.6/8.12.6/Submit) id g9VFOUkF083145;
	Thu, 31 Oct 2002 16:24:30 +0100 (CET)
Message-Id: <200210311524.g9VFOUkF083145@lemur.droso.net>
Date: Thu, 31 Oct 2002 16:24:30 +0100 (CET)
From: Erwin Lansing <erwin@lansing.dk>
Reply-To: Erwin Lansing <erwin@lansing.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: fix p5-PDF-API2 for perl < 5.6 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         44785
>Category:       ports
>Synopsis:       fix p5-PDF-API2 for perl < 5.6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 31 07:30:01 PST 2002
>Closed-Date:    Thu Oct 31 14:21:46 PST 2002
>Last-Modified:  Thu Oct 31 14:21:46 PST 2002
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD lemur.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:
- remove warnings.pm to fix runtime on perl < 5.6
- bump PORTREVISION

added file: files/patch-aa

>How-To-Repeat:
	
>Fix:

	

--- p5-PDF-API2.diff begins here ---
diff -ruN p5-PDF-API2.orig/Makefile p5-PDF-API2/Makefile
--- p5-PDF-API2.orig/Makefile	Fri Oct 25 13:06:04 2002
+++ p5-PDF-API2/Makefile	Thu Oct 31 16:08:10 2002
@@ -8,6 +8,7 @@
 
 PORTNAME=	PDF-API2
 PORTVERSION=	0.2.3.8
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Text
diff -ruN p5-PDF-API2.orig/files/patch-aa p5-PDF-API2/files/patch-aa
--- p5-PDF-API2.orig/files/patch-aa	Thu Jan  1 01:00:00 1970
+++ p5-PDF-API2/files/patch-aa	Thu Oct 31 15:48:55 2002
@@ -0,0 +1,10 @@
+--- lib/Text/PDF/FileAPI.pm.orig	Thu Oct 31 15:46:58 2002
++++ lib/Text/PDF/FileAPI.pm	Thu Oct 31 15:47:06 2002
+@@ -3,7 +3,6 @@
+ use strict;
+ no strict "refs";
+ use vars qw($cr %types $VERSION @ISA);
+-no warnings qw(uninitialized);
+ 
+ use IO::File;
+ 
--- p5-PDF-API2.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: edwin 
State-Changed-When: Thu Oct 31 14:19:39 PST 2002 
State-Changed-Why:  
Commited, thanks! 

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