From root@nordhaug.priv.no  Wed Jan 31 12:40:08 2007
Return-Path: <root@nordhaug.priv.no>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 7604216A406;
	Wed, 31 Jan 2007 12:40:08 +0000 (UTC)
	(envelope-from root@nordhaug.priv.no)
Received: from nordhaug.priv.no (adsl-hfn.adsl.hiMolde.no [158.38.165.28])
	by mx1.freebsd.org (Postfix) with ESMTP id 11A0513C49D;
	Wed, 31 Jan 2007 12:40:08 +0000 (UTC)
	(envelope-from root@nordhaug.priv.no)
Received: from localhost (localhost [127.0.0.1])
	by nordhaug.priv.no (Postfix) with ESMTP id 5122B458E;
	Wed, 31 Jan 2007 13:42:07 +0100 (CET)
Received: from nordhaug.priv.no ([127.0.0.1])
	by localhost (nordhaug.priv.no [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id PPZYt-Jp2y-O; Wed, 31 Jan 2007 13:42:00 +0100 (CET)
Received: by nordhaug.priv.no (Postfix, from userid 0)
	id AE180458D; Wed, 31 Jan 2007 13:42:00 +0100 (CET)
Message-Id: <20070131124200.AE180458D@nordhaug.priv.no>
Date: Wed, 31 Jan 2007 13:42:00 +0100 (CET)
From: Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
To: FreeBSD-gnats-submit@freebsd.org
Cc: aaron@FreeBSD.org
Subject: [PATCH] math/p5-Math-Symbolic-Custom-Contains: pkg-plist fixes
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108599
>Category:       ports
>Synopsis:       [PATCH] math/p5-Math-Symbolic-Custom-Contains: pkg-plist fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    aaron
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 31 12:40:27 GMT 2007
>Closed-Date:    Sun Feb 11 09:55:58 GMT 2007
>Last-Modified:  Sun Feb 11 10:00:48 GMT 2007
>Originator:     Hans Fredrik Nordhaug
>Release:        FreeBSD 5.3-SECURITY i386
>Organization:
>Environment:
System: FreeBSD nordhaug.priv.no 5.3-SECURITY FreeBSD 5.3-SECURITY #0: Tue Apr 18 03:45:30 UTC 2006
>Description:
[DESCRIBE CHANGES]
Fixed pkg-plist - hopefully this will un-brake the port.

Port maintainer (aaron@FreeBSD.org) is cc'd.

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

--- p5-Math-Symbolic-Custom-Contains-1.00.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/math/p5-Math-Symbolic-Custom-Contains/Makefile /usr/ports/math/p5-Math-Symbolic-Custom-Contains-new/Makefile
--- /usr/ports/math/p5-Math-Symbolic-Custom-Contains/Makefile	Wed Jan 31 13:39:20 2007
+++ /usr/ports/math/p5-Math-Symbolic-Custom-Contains-new/Makefile	Wed Jan 31 13:36:39 2007
@@ -18,8 +18,6 @@
 BUILD_DEPENDS=	${SITE_PERL}/Math/Symbolic.pm:${PORTSDIR}/math/p5-Math-Symbolic
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-BROKEN=		Incorrect pkg-plist
-
 MAN3=	Math::Symbolic::Custom::Contains.3
 
 PERL_MODBUILD=	yes
diff -ruN --exclude=CVS /usr/ports/math/p5-Math-Symbolic-Custom-Contains/pkg-plist /usr/ports/math/p5-Math-Symbolic-Custom-Contains-new/pkg-plist
--- /usr/ports/math/p5-Math-Symbolic-Custom-Contains/pkg-plist	Mon May 15 08:27:26 2006
+++ /usr/ports/math/p5-Math-Symbolic-Custom-Contains-new/pkg-plist	Wed Jan 31 13:37:31 2007
@@ -1,9 +1,4 @@
 %%SITE_PERL%%/Math/Symbolic/Custom/Contains.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Contains/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom/Contains
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic/Custom
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Symbolic
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
 @dirrmtry %%SITE_PERL%%/Math/Symbolic/Custom
 @dirrmtry %%SITE_PERL%%/Math/Symbolic
 @dirrmtry %%SITE_PERL%%/Math
--- p5-Math-Symbolic-Custom-Contains-1.00.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->aaron 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jan 31 12:40:36 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108599 
State-Changed-From-To: open->closed 
State-Changed-By: erwin 
State-Changed-When: Sun Feb 11 09:55:50 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108599: commit references a PR
Date: Sun, 11 Feb 2007 09:55:55 +0000 (UTC)

 erwin       2007-02-11 09:55:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/p5-Math-Symbolic-Custom-Contains Makefile pkg-plist 
   Log:
   Fix plist and unbreak.
   
   PR:             108599
   Submitted by:   Hans Fredrik Nordhaug <hans@nordhaug.priv.no>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.5       +1 -4      ports/math/p5-Math-Symbolic-Custom-Contains/Makefile
   1.2       +0 -5      ports/math/p5-Math-Symbolic-Custom-Contains/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:
