From jadawin@tuxaco.net  Tue Jan  8 16:21:49 2008
Return-Path: <jadawin@tuxaco.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 68D0C16A41B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  8 Jan 2008 16:21:49 +0000 (UTC)
	(envelope-from jadawin@tuxaco.net)
Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193])
	by mx1.freebsd.org (Postfix) with ESMTP id 546AB13C448
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  8 Jan 2008 16:21:48 +0000 (UTC)
	(envelope-from jadawin@tuxaco.net)
Received: from localhost (unknown [127.0.0.1])
	by huppa.tuxaco.net (Postfix) with ESMTP id 9123C12976;
	Tue,  8 Jan 2008 17:26:36 +0100 (CET)
Received: from huppa.tuxaco.net ([127.0.0.1])
	by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id zMVxpk2reTm2; Tue,  8 Jan 2008 17:26:34 +0100 (CET)
Received: from ilove.tuxaco.net (ilove.tuxaco.net [82.236.143.160])
	(Authenticated sender: jadawin@tuxaco.net)
	by huppa.tuxaco.net (Postfix) with ESMTP id 2EB59DA44;
	Tue,  8 Jan 2008 17:26:34 +0100 (CET)
Received: by ilove.tuxaco.net (Postfix, from userid 1001)
	id 7D79A857DE; Tue,  8 Jan 2008 16:26:00 +0000 (UTC)
Message-Id: <20080108162601.7D79A857DE@ilove.tuxaco.net>
Date: Tue,  8 Jan 2008 16:26:00 +0000 (UTC)
From: Philippe Audeoud <jadawin@tuxaco.net>
Reply-To: Philippe Audeoud <jadawin@tuxaco.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: DougB@FreeBSD.org
Subject: [update] dns/p5-DNS-Net - fix pkg-plist	
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         119458
>Category:       ports
>Synopsis:       [update] dns/p5-Net-DNS - fix pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 08 16:30:00 UTC 2008
>Closed-Date:    Tue Jan 08 17:53:22 UTC 2008
>Last-Modified:  Tue Jan 08 21:52:30 UTC 2008
>Originator:     Philippe Audeoud
>Release:        FreeBSD 7.0-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD athines 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #1: Mon Jan 7 21:29:03 CET 2008 root@glenrothes:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	- fix pkg-plist
	- update PORTREVISION
>How-To-Repeat:
	
>Fix:

	

--- patch-p5-Net-DNS.1 begins here ---
diff -ruN dns/p5-Net-DNS.orig/Makefile dns/p5-Net-DNS/Makefile
--- dns/p5-Net-DNS.orig/Makefile	2008-01-08 16:19:59.000000000 +0000
+++ dns/p5-Net-DNS/Makefile	2008-01-08 16:20:16.000000000 +0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Net-DNS
 PORTVERSION=	0.62
+PORTREVISION=	1
 CATEGORIES=	dns net perl5 ipv6
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Net
diff -ruN dns/p5-Net-DNS.orig/pkg-plist dns/p5-Net-DNS/pkg-plist
--- dns/p5-Net-DNS.orig/pkg-plist	2008-01-08 16:19:59.000000000 +0000
+++ dns/p5-Net-DNS/pkg-plist	2008-01-08 16:20:16.000000000 +0000
@@ -1,5 +1,3 @@
-%%BYTES_INSTALL%%%%SITE_PERL%%/bytes.pm
-%%BYTES_INSTALL%%%%SITE_PERL%%/bytes_heavy.pl
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/FAQ.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/DNS/Header.pm
--- patch-p5-Net-DNS.1 ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dougb 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Tue Jan 8 16:55:04 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119458 
State-Changed-From-To: open->closed 
State-Changed-By: dougb 
State-Changed-When: Tue Jan 8 17:52:33 UTC 2008 
State-Changed-Why:  

I committed the fix for the plist, thanks! As you'll see from the 
commit message, this change will not change the package, therefore 
no PORTREVISION bump is necessary. 

Doug 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/119458: commit references a PR
Date: Tue,  8 Jan 2008 17:52:01 +0000 (UTC)

 dougb       2008-01-08 17:51:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     dns/p5-Net-DNS       pkg-plist 
   Log:
   Remove the old bytes files for ancient Perl. These were behind a
   PLIST_SUB, so deleting them will not change the package. Therefore
   no PORTREVISION bump.
   
   PR:             ports/119458
   Submitted by:   Philippe Audeoud <jadawin@tuxaco.net>
   
   Revision  Changes    Path
   1.22      +0 -2      ports/dns/p5-Net-DNS/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
