From mohacsi@scone.ki.iif.hu  Fri Dec 17 10:39:36 2004
Return-Path: <mohacsi@scone.ki.iif.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E3A6F16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Dec 2004 10:39:36 +0000 (GMT)
Received: from scone.ki.iif.hu (scone.ki.iif.hu [193.6.222.31])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 28D5443D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Dec 2004 10:39:36 +0000 (GMT)
	(envelope-from mohacsi@scone.ki.iif.hu)
Received: (from mohacsi@localhost)
	by scone.ki.iif.hu (8.13.1/8.13.1) id iBHAdIXe021612;
	Fri, 17 Dec 2004 11:39:19 +0100 (CET)
	(envelope-from mohacsi)
Message-Id: <200412171039.iBHAdIXe021612@scone.ki.iif.hu>
Date: Fri, 17 Dec 2004 11:39:19 +0100 (CET)
From: Janos Mohacsi <janos.mohacsi@niif.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net/beacon: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75182
>Category:       ports
>Synopsis:       [MAINTAINER] net/beacon: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 17 10:40:27 GMT 2004
>Closed-Date:    Sat Jan 08 15:35:28 GMT 2005
>Last-Modified:  Sat Jan 08 15:35:28 GMT 2005
>Originator:     Janos Mohacsi
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 5.3-STABLE FreeBSD 5.3-STABLE #5: Thu Nov 11 05:45:29 CET 2004
>Description:
Maintainer Update to net/beacon version 1.1 to version 1.1 revision 1

Changes: 
fixes pkg-plist errors.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
Apply this diff.

>Fix:

--- beacon-1.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/beacon.orig/Makefile /usr/ports/net/beacon/Makefile
--- /usr/ports/net/beacon.orig/Makefile	Mon Nov 22 18:03:26 2004
+++ /usr/ports/net/beacon/Makefile	Fri Dec 17 11:08:11 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	beacon
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	net perl5 mbone ipv6
 MASTER_SITES=	http://dast.nlanr.net/Projects/Beacon/releases/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-0
diff -ruN --exclude=CVS /usr/ports/net/beacon.orig/pkg-plist /usr/ports/net/beacon/pkg-plist
--- /usr/ports/net/beacon.orig/pkg-plist	Fri Oct 29 12:03:40 2004
+++ /usr/ports/net/beacon/pkg-plist	Fri Dec 17 11:30:59 2004
@@ -2,13 +2,14 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Multicast/Beacon/Beacon.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Multicast/Beacon/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/Net/Multicast/Beacon.pm
+lib/perl5/%%PERL_VERSION%%/%%PERL_ARCH%%/perllocal.pod
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Multicast/Beacon
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Multicast/
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2>/dev/null || true
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/Multicast/
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net 2>/dev/null || true
 www/beacon-%%VERSION%%/beacon
-www/beacon-%%VERSION%%
+@dirrm www/beacon-%%VERSION%%
 etc/beacon.conf.sample
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
--- beacon-1.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Sat Dec 18 15:56:35 GMT 2004 
State-Changed-Why:  
I don't believe the thing you did to perllocal.pod is correct. 
I've seen other ports being tweaked to prevent installation 
of that file at all. Would this patch do? 

--- Net-Multicast-Beacon/Makefile.in.orig       Tue Jul 13 20:56:28 2004 
+++ Net-Multicast-Beacon/Makefile.in    Sat Dec 18 16:52:21 2004 
@@ -300,7 +300,7 @@ 
$(PERL) Makefile.PL MAKEFILE=$@ 

install-data-local: 
-       $(MAKE) -fMakefile.perl install 
+       $(MAKE) -fMakefile.perl pure_install 
clean-local: 
if test -f Makefile.perl; then $(MAKE) -fMakefile.perl realclean; fi 
rm -f Makefile.perl Makefile.perl.old 



Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Sat Dec 18 15:56:35 GMT 2004 
Responsible-Changed-Why:  
Watch 

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

From: Mohacsi Janos <mohacsi@niif.hu>
To: freebsd-gnats-submit@FreeBSD.org
Cc: Pav Lucistnik <pav@FreeBSD.org>, freebsd-ports-bugs@FreeBSD.org
Subject: Re: ports/75182: [MAINTAINER] net/beacon: [SUMMARIZE CHANGES]
Date: Wed, 5 Jan 2005 13:53:42 +0100 (CET)

 On Sat, 18 Dec 2004, Pav Lucistnik wrote:
 
 > Synopsis: [MAINTAINER] net/beacon: [SUMMARIZE CHANGES]
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: pav
 > State-Changed-When: Sat Dec 18 15:56:35 GMT 2004
 > State-Changed-Why:
 > I don't believe the thing you did to perllocal.pod is correct.
 > I've seen other ports being tweaked to prevent installation
 > of that file at all. Would this patch do?
 >
 > --- Net-Multicast-Beacon/Makefile.in.orig       Tue Jul 13 20:56:28 2004
 > +++ Net-Multicast-Beacon/Makefile.in    Sat Dec 18 16:52:21 2004
 > @@ -300,7 +300,7 @@
 >        $(PERL) Makefile.PL MAKEFILE=$@
 >
 > install-data-local:
 > -       $(MAKE) -fMakefile.perl install
 > +       $(MAKE) -fMakefile.perl pure_install
 > clean-local:
 >        if test -f Makefile.perl; then $(MAKE) -fMakefile.perl realclean; fi
 >        rm -f Makefile.perl Makefile.perl.old
 >
 >
 >
 > Responsible-Changed-From-To: freebsd-ports-bugs->pav
 > Responsible-Changed-By: pav
 > Responsible-Changed-When: Sat Dec 18 15:56:35 GMT 2004
 > Responsible-Changed-Why:
 > Watch
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=75182
 >
 
 Yes your patch is the right solution. I copied mine from another perl 
 module. Thank you Pav! Should I send new PR? or ?
 
 Regards,
 
 
 Janos Mohacsi
 Network Engineer, Research Associate
 NIIF/HUNGARNET, HUNGARY
 Key 00F9AF98: 8645 1312 D249 471B DBAE  21A2 9F52 0D1F 00F9 AF98
 

From: Pav Lucistnik <pav@FreeBSD.org>
To: Mohacsi Janos <mohacsi@niif.hu>
Cc: freebsd-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Subject: Re: ports/75182: [MAINTAINER] net/beacon: [SUMMARIZE CHANGES]
Date: Wed, 05 Jan 2005 14:01:54 +0100

 Mohacsi Janos p=ED=B9e v st 05. 01. 2005 v 13:53 +0100:
 
 > Yes your patch is the right solution. I copied mine from another perl=20
 > module. Thank you Pav! Should I send new PR? or ?
 
 I'll handle it, after the freeze.
 
 --=20
 Pav Lucistnik <pav@oook.cz>
               <pav@FreeBSD.org>
 
 Qlzqqlzup> ducks turn up in odd places
 otie> as in cartoons.
   -- #angband
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Sat Jan 8 15:35:18 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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