Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2010 07:35:14 GMT
From:      Denis Pokataev <catone@cpan.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152536: [MAINTAINER] textproc/pootle: fix pkg_plist
Message-ID:  <201011240735.oAO7ZEbm045748@l10n.spylog.dev.vega.ru>
Resent-Message-ID: <201011240750.oAO7oAbO002451@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152536
>Category:       ports
>Synopsis:       [MAINTAINER] textproc/pootle: fix pkg_plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 24 07:50:10 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011240735.oAO7ZEbm045748>