Bug 177385

Summary: [PATCH] x11-wm/awesome plist missing directories
Product: Ports & Packages Reporter: Niclas Zeising <zeising>
Component: Individual Port(s)Assignee: Renato Botelho <garga>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
ports.awesome.plistfix.diff none

Description Niclas Zeising 2013-03-25 23:30:00 UTC
	When deinstalling x11-wm/awesome some directories are left behind.

Fix: Attached patch adds the directories as @dirrmtry to the plist.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-25 23:30:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-26 10:05:52 UTC
Author: garga
Date: Tue Mar 26 10:05:44 2013
New Revision: 315273
URL: http://svnweb.freebsd.org/changeset/ports/315273

Log:
  Fix plist
  
  PR:		ports/177385
  Submitted by:	Niclas Zeising <zeising@daemonic.se>

Modified:
  head/x11-wm/awesome/Makefile
  head/x11-wm/awesome/pkg-plist

Modified: head/x11-wm/awesome/Makefile
==============================================================================
--- head/x11-wm/awesome/Makefile	Tue Mar 26 10:03:49 2013	(r315272)
+++ head/x11-wm/awesome/Makefile	Tue Mar 26 10:05:44 2013	(r315273)
@@ -3,6 +3,7 @@
 
 PORTNAME=	awesome
 PORTVERSION=	3.5
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://awesome.naquadah.org/download/

Modified: head/x11-wm/awesome/pkg-plist
==============================================================================
--- head/x11-wm/awesome/pkg-plist	Tue Mar 26 10:03:49 2013	(r315272)
+++ head/x11-wm/awesome/pkg-plist	Tue Mar 26 10:05:44 2013	(r315273)
@@ -213,4 +213,10 @@ share/xsessions/awesome.desktop
 @dirrmtry man/fr/man1
 @dirrmtry man/fr/man5
 @dirrmtry man/fr
+@dirrmtry man/it/man1
+@dirrmtry man/it/man5
+@dirrmtry man/it
+@dirrmtry man/ru/man1
+@dirrmtry man/ru/man5
+@dirrmtry man/ru
 @dirrmtry share/xsessions
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2013-03-26 10:06:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!