Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  4 Nov 2002 09:06:42 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44871: fix plist textproc/p5-PDF-API2 
Message-ID:  <20021104080642.B5A9AAB4D@backup-mx.droso.dk>

next in thread | raw e-mail | index | archive | help

>Number:         44871
>Category:       ports
>Synopsis:       fix plist textproc/p5-PDF-API2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 04 00:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.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 .orig file after patching so that it isn't installed
- bump PORTREVISION

>How-To-Repeat:
	
>Fix:

	

--- p5-PDF-API2.diff begins here ---
? files
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-PDF-API2/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	31 Oct 2002 22:20:04 -0000	1.4
+++ Makefile	4 Nov 2002 08:04:10 -0000
@@ -8,7 +8,7 @@
 
 PORTNAME=	PDF-API2
 PORTVERSION=	0.2.3.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Text
@@ -24,5 +24,8 @@
 
 PERL_CONFIGURE=	yes
 PERL_SITELIBDIR=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+
+post-patch:
+	@ ${RM} ${WRKSRC}/lib/Text/PDF/FileAPI.pm.orig
 
 .include <bsd.port.mk>
--- p5-PDF-API2.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021104080642.B5A9AAB4D>