Bug 177385 - [PATCH] x11-wm/awesome plist missing directories
Summary: [PATCH] x11-wm/awesome plist missing directories
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-25 23:30 UTC by Niclas Zeising
Modified: 2013-03-26 10:10 UTC (History)
0 users

See Also:


Attachments
ports.awesome.plistfix.diff (430 bytes, patch)
2013-03-25 23:30 UTC, Niclas Zeising
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!