From m.seaman@infracaninophile.co.uk  Sun Mar 22 18:16:57 2009
Return-Path: <m.seaman@infracaninophile.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4C1A91065697
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Mar 2009 18:16:57 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1])
	by mx1.freebsd.org (Postfix) with ESMTP id B37EC8FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Mar 2009 18:16:56 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1])
	by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id n2MIGpZ3090233
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 22 Mar 2009 18:16:51 GMT
	(envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk)
Received: (from matthew@localhost)
	by happy-idiot-talk.infracaninophile.co.uk (8.14.3/8.14.3/Submit) id n2MIGpTo090232;
	Sun, 22 Mar 2009 18:16:51 GMT
	(envelope-from matthew)
Message-Id: <200903221816.n2MIGpTo090232@happy-idiot-talk.infracaninophile.co.uk>
Date: Sun, 22 Mar 2009 18:16:51 GMT
From: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Reply-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] www/p5-RT-Extension-LDAPImport -- fix mtree problem reported by QAT
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         132943
>Category:       ports
>Synopsis:       [maintainer] www/p5-RT-Extension-LDAPImport -- fix mtree problem reported by QAT
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 22 18:20:03 UTC 2009
>Closed-Date:    Sun Mar 22 18:40:17 UTC 2009
>Last-Modified:  Sun Mar 22 18:50:03 UTC 2009
>Originator:     Matthew Seaman
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
Infracaninophile
>Environment:
System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 7.1-STABLE FreeBSD 7.1-STABLE #58: Sun Mar 8 12:47:32 GMT 2009 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386


	
>Description:

QAT (your restless neighborhood Daemon) complains that:

=== Checking filesystem state
list of extra files and directories in / (not present before this port was installed but present after it was deinstalled)
8150466        4 drwxr-xr-x    3 root             wheel                 512 Mar 20 07:44 usr/local/rt3/local
8150476        4 drwxr-xr-x    2 root             wheel                 512 Mar 20 07:44 usr/local/rt3/local/bin
8150478        4 -r-xr-xr-x    1 root             wheel                 368 Aug  9  2007 usr/local/rt3/local/bin/rtldapimport.bak
================================================================
build of /usr/ports/www/p5-RT-Extension-LDAPImport ended at Fri Mar 20 07:44:38 UTC 2009

Here's a fix.

>How-To-Repeat:
	
>Fix:

	

--- p5-RT-Extension-LDAPImport.diff begins here ---
diff -Nur /usr/ports/www/p5-RT-Extension-LDAPImport/Makefile p5-RT-Extension-LDAPImport/Makefile
--- /usr/ports/www/p5-RT-Extension-LDAPImport/Makefile	2008-12-20 13:10:20.000000000 +0000
+++ p5-RT-Extension-LDAPImport/Makefile	2009-03-22 18:11:17.000000000 +0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	RT-Extension-LDAPImport
 PORTVERSION=	0.04
+PORTREVISION=	1
 CATEGORIES=	www net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -29,7 +30,8 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,/opt/rt3/lib,${PREFIX}/${RTHOME}/lib,' \
-	    ${WRKSRC}/bin/rtldapimport
+	    ${WRKSRC}/bin/rtldapimport && \
+	    ${RM} ${WRKSRC}/bin/rtldapimport.bak
 
 # Don't use normal CONFIGURE_ARGS.  Disable doc_?????_indstall targets to
 # suppress installing perllocal.pod.  This duplicates code from bsd.perl.mk
--- p5-RT-Extension-LDAPImport.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun Mar 22 18:37:03 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/132943: commit references a PR
Date: Sun, 22 Mar 2009 18:40:34 +0000 (UTC)

 pav         2009-03-22 18:40:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/p5-RT-Extension-LDAPImport Makefile 
   Log:
   - Fix plist problem (cleanup .bak file after patching)
   
   PR:             ports/132943
   Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
   
   Revision  Changes    Path
   1.3       +3 -1      ports/www/p5-RT-Extension-LDAPImport/Makefile
 _______________________________________________
 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:
