From g.olgeni@colby.it  Mon Aug  3 13:46:07 2009
Return-Path: <g.olgeni@colby.it>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A591410656A5;
	Mon,  3 Aug 2009 13:46:07 +0000 (UTC)
	(envelope-from g.olgeni@colby.it)
Received: from aa002msb.fastweb.it (aa002msb.fastweb.it [85.18.95.81])
	by mx1.freebsd.org (Postfix) with ESMTP id 33F4D8FC0C;
	Mon,  3 Aug 2009 13:46:06 +0000 (UTC)
	(envelope-from g.olgeni@colby.it)
Received: from bsdbox.colby.local (81.208.57.5) by aa002msb.fastweb.it (8.5.016.6)
        id 4A529980037EC18B; Mon, 3 Aug 2009 15:34:09 +0200
Received: from exchange.colby.local ([192.168.1.11] helo=exchange.colby.local)
	with IPv4:25 by bsdbox.colby.local; 3 Aug 2009 15:34:09 +0200
Received: from backoffice.colby.local ([192.168.1.56]) by exchange.colby.local over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959);
	 Mon, 3 Aug 2009 15:34:09 +0200
Received: from backoffice.colby.local (localhost [127.0.0.1])
	by backoffice.colby.local (8.14.3/8.14.3) with ESMTP id n73DY8fD015579;
	Mon, 3 Aug 2009 15:34:08 +0200 (CEST)
	(envelope-from olgeni@backoffice.colby.local)
Received: (from olgeni@localhost)
	by backoffice.colby.local (8.14.3/8.14.3/Submit) id n73DY8iN015578;
	Mon, 3 Aug 2009 15:34:08 +0200 (CEST)
	(envelope-from olgeni)
Message-Id: <200908031334.n73DY8iN015578@backoffice.colby.local>
Date: Mon, 3 Aug 2009 15:34:08 +0200 (CEST)
From: Jimmy Olgeni <olgeni@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: x11@freebsd.org
Subject: [PATCH] x11/xdm: remove xdm-config from plist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         137391
>Category:       ports
>Synopsis:       [PATCH] x11/xdm: remove xdm-config from plist
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-x11
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 03 13:50:01 UTC 2009
>Closed-Date:    Thu Aug 13 10:03:37 UTC 2009
>Last-Modified:  Thu Aug 13 10:03:37 UTC 2009
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 7.2-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD backoffice 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #3: Wed Jun 24 11:25:23 CEST 2009
>Description:
xdm-config is a configuration file handled by @exec and @unexec;
as such it should not be listed in pkg-plist, else it will be removed
by pkg_delete during upgrades.

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

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

--- xdm-1.1.8_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11/xdm/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	23 Jan 2009 16:28:18 -0000	1.8
+++ Makefile	3 Aug 2009 13:30:53 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	xdm
 PORTVERSION=	1.1.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/x11/xdm/pkg-plist,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-plist
--- pkg-plist	2 Jul 2007 17:35:12 -0000	1.3
+++ pkg-plist	3 Aug 2009 13:30:53 -0000
@@ -6,7 +6,6 @@
 lib/X11/xdm/libXdmGreet.so
 lib/X11/xdm/pixmaps/xorg-bw.xpm
 lib/X11/xdm/pixmaps/xorg.xpm
-lib/X11/xdm/xdm-config
 share/X11/app-defaults/Chooser
 @unexec if cmp -s %D/%%EXAMPLESDIR%%/GiveConsole %D/lib/X11/xdm/GiveConsole; then rm -f %D/lib/X11/xdm/GiveConsole; fi
 @unexec if cmp -s %D/%%EXAMPLESDIR%%/TakeConsole %D/lib/X11/xdm/TakeConsole; then rm -f %D/lib/X11/xdm/TakeConsole; fi
--- xdm-1.1.8_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 3 14:00:32 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137391: commit references a PR
Date: Wed, 12 Aug 2009 13:33:43 +0000 (UTC)

 olgeni      2009-08-12 13:33:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/xdm              Makefile pkg-plist 
   Log:
   Remove xdm-config, which is already handled by @exec and @unexec.
   
   PR:             ports/137391
   
   Revision  Changes    Path
   1.9       +1 -1      ports/x11/xdm/Makefile
   1.4       +0 -1      ports/x11/xdm/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: olgeni 
State-Changed-When: Thu Aug 13 10:03:27 UTC 2009 
State-Changed-Why:  
Fixed. 

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