From dpokataev@team.vega.ru  Wed Nov 24 07:46:19 2010
Return-Path: <dpokataev@team.vega.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 957E61065675
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Nov 2010 07:46:19 +0000 (UTC)
	(envelope-from dpokataev@team.vega.ru)
Received: from mail.vega.ru (mail.vega.ru [90.156.167.5])
	by mx1.freebsd.org (Postfix) with ESMTP id 477A18FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Nov 2010 07:46:19 +0000 (UTC)
Received: from l10n.spylog.dev.vega.ru ([10.25.1.170])
	by mail.vega.ru with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.72 (FreeBSD))
	(envelope-from <dpokataev@team.vega.ru>)
	id 1PL9sp-000GuC-1m
	for FreeBSD-gnats-submit@freebsd.org; Wed, 24 Nov 2010 10:35:15 +0300
Received: from l10n.spylog.dev.vega.ru (l10n.spylog.dev.vega.ru [10.25.1.170])
	by l10n.spylog.dev.vega.ru (8.14.4/8.14.3) with ESMTP id oAO7ZESo045749
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Nov 2010 07:35:14 GMT
	(envelope-from dpokataev@team.vega.ru)
Received: (from dpokataev@localhost)
	by l10n.spylog.dev.vega.ru (8.14.4/8.14.4/Submit) id oAO7ZEbm045748;
	Wed, 24 Nov 2010 07:35:14 GMT
	(envelope-from dpokataev@team.vega.ru)
Message-Id: <201011240735.oAO7ZEbm045748@l10n.spylog.dev.vega.ru>
Date: Wed, 24 Nov 2010 07:35:14 GMT
From: Denis Pokataev <catone@cpan.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] textproc/pootle: fix pkg_plist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         152536
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/pootle: fix pkg_plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 07:50:10 UTC 2010
>Closed-Date:    Thu Nov 25 21:58:30 UTC 2010
>Last-Modified:  Thu Nov 25 22:00:22 UTC 2010
>Originator:     Denis Pokataev
>Release:        FreeBSD 8.0-STABLE-20100501 amd64
>Organization:
>Environment:
System: FreeBSD hostname 8.0-STABLE-20100501 FreeBSD 8.0-STABLE-20100501 #0: Sat May  1 05:13:31 UTC
>Description:
Do not dirrmtry directories from Templates/BSD.local.dist

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

--- pootle-2.1.3_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/pootle/Makefile /usr/home/dpokataev/pootle/Makefile
--- /usr/ports/textproc/pootle/Makefile	2010-11-24 03:39:46.000000000 +0000
+++ /usr/home/dpokataev/pootle/Makefile	2010-11-24 07:29:40.000000000 +0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	pootle
 PORTVERSION=	2.1.3
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/translate/Pootle/${PORTVERSION}/
 DISTNAME=	Pootle-${PORTVERSION}
diff -ruN --exclude=CVS /usr/ports/textproc/pootle/pkg-plist /usr/home/dpokataev/pootle/pkg-plist
--- /usr/ports/textproc/pootle/pkg-plist	2010-11-24 03:39:46.000000000 +0000
+++ /usr/home/dpokataev/pootle/pkg-plist	2010-11-24 07:23:22.000000000 +0000
@@ -872,7 +872,6 @@
 
 
 @dirrmtry etc/pootle
-@dirrmtry etc/devd
 @dirrm %%PYTHON_SITELIBDIR%%/contact_form_i18n
 @dirrm %%PYTHON_SITELIBDIR%%/djblets/util/templatetags
 @dirrm %%PYTHON_SITELIBDIR%%/djblets/util
@@ -932,7 +931,6 @@
 @dirrm %%PYTHON_SITELIBDIR%%/profiles
 @dirrm %%PYTHON_SITELIBDIR%%/registration
 @dirrmtry share/doc
-@dirrmtry share/skel
 @dirrmtry share
 @dirrm %%DATADIR%%/html/js/mt
 @dirrm %%DATADIR%%/html/js/jquery
--- pootle-2.1.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Thu Nov 25 21:54:34 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152536: commit references a PR
Date: Thu, 25 Nov 2010 21:58:25 +0000 (UTC)

 pav         2010-11-25 21:58:21 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/pootle      pkg-plist 
   Log:
   - Fix plist
   
   PR:             ports/152536
   Submitted by:   Denis Pokataev <catone@cpan.org> (maintainer)
   
   Revision  Changes    Path
   1.11      +0 -2      ports/textproc/pootle/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:
