From leeym@utopia.leeym.com  Sun Feb 27 04:47:53 2005
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 66DD216A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Feb 2005 04:47:53 +0000 (GMT)
Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0ED6A43D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Feb 2005 04:47:53 +0000 (GMT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id 06B513EA13D;
	Sun, 27 Feb 2005 12:47:52 +0800 (CST)
Received: from utopia.leeym.com ([127.0.0.1])
 by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id 71557-10; Sun, 27 Feb 2005 12:47:47 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 1BE523EA124; Sun, 27 Feb 2005 12:47:47 +0800 (CST)
Message-Id: <20050227044747.1BE523EA124@utopia.leeym.com>
Date: Sun, 27 Feb 2005 12:47:47 +0800 (CST)
From: Yen-Ming Lee <leeym@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: rand@meridian-enviro.com
Subject: [PATCH] math/p5-NetCDF: fix PLIST
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78135
>Category:       ports
>Synopsis:       [PATCH] math/p5-NetCDF: fix PLIST
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 27 04:50:08 GMT 2005
>Closed-Date:    Tue Mar 01 07:32:20 GMT 2005
>Last-Modified:  Tue Mar 01 07:32:20 GMT 2005
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 5.3-STABLE FreeBSD 5.3-STABLE #1: Wed Feb  9 10:20:03 CST
>Description:
- remove doc_*_install target to avoid install perllocal.pod
- add some minor fixes and make it portlint clean

Port maintainer (rand@meridian-enviro.com) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-NetCDF-1.2.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/p5-NetCDF/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	20 Feb 2005 08:08:46 -0000	1.3
+++ Makefile	27 Feb 2005 04:46:50 -0000
@@ -10,7 +10,8 @@
 CATEGORIES=	math perl5
 MASTER_SITES=	ftp://ftp.unidata.ucar.edu/pub/netcdf-perl/
 PKGNAMEPREFIX=	p5-
-DISTFILES=	netcdf-perl-${PORTVERSION}.tar.Z
+DISTNAME=	netcdf-perl-${PORTVERSION}
+EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	rand@meridian-enviro.com
 COMMENT=	Perl5 module to read and write netCDF files
@@ -19,11 +20,15 @@
 
 USE_PERL5=	yes
 
-WRKSRC=		${WRKDIR}/netcdf-perl-${PORTVERSION}/src
-HAS_CONFIGURE=	yes
-CONFIGURE_ENV=	CPP_NETCDF=-I${PREFIX}/include LD_NETCDF=-lnetcdf PERL_MANDIR=${PREFIX}/lib/perl5/${PERL_VERSION}/man
+WRKSRC=		${WRKDIR}/${DISTNAME}/src
+GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	CPP_NETCDF=-I${PREFIX}/include LD_NETCDF=-lnetcdf \
+		PERL_MANDIR=${PREFIX}/lib/perl5/${PERL_VERSION}/man
 
 MAN1PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN1=		netCDFPerl.1
 
+pre-install:
+	@${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' ${WRKSRC}/perl/Makefile
+
 .include <bsd.port.mk>
--- p5-NetCDF-1.2.2.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: leeym 
State-Changed-When: Sun Feb 27 06:21:50 GMT 2005 
State-Changed-Why:  
The maintainer is Cc-ed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78135 
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sun Feb 27 06:21:55 GMT 2005 
Responsible-Changed-Why:  
I will take care of this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78135 

From: "Douglas K. Rand" <rand@meridian-enviro.com>
To: freebsd-gnats-submit@FreeBSD.org, leeym@FreeBSD.org
Cc:  
Subject: Re: ports/78135: [PATCH] math/p5-NetCDF: fix PLIST
Date: Mon, 28 Feb 2005 20:34:56 -0600

 I could have sworn I submitted a PR on that. Can't find the patch, or
 my email on it though.  Must have dreamt that.  sigh.
 
 I also can't find the CC of the PR from Yen-Ming Lee. Ah, there it
 is. Procmail strikes again.  Wrong folder.
 
 Well, all this is a long way around to saying that looks like a fine
 patch to fix my pkg-plist problem.  Thanks for submitting the PR.
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Tue Mar 1 07:32:19 GMT 2005 
State-Changed-Why:  
Committed, thanks. 

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