Bug 134613

Summary: [PATCH} ftp/filezilla leaves a directory behind
Product: Ports & Packages Reporter: Josh Paetzel <jpaetzel>
Component: Individual Port(s)Assignee: Josh Paetzel <jpaetzel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Josh Paetzel freebsd_committer freebsd_triage 2009-05-17 15:50:01 UTC
ftp/filezilla leaves behind /usr/local/share/locale/eu_ES and /usr/local/share/locale/eu_ES/LC_MESSAGES upon deinstall

Fix: --- pkg-plist.old       2009-05-17 14:36:12.000000000 -0500
+++ pkg-plist   2009-05-17 14:37:28.000000000 -0500
@@ -507,6 +507,8 @@
 @dirrmtry share/locale/fr_CA
 @dirrmtry share/locale/fi_FI/LC_MESSAGES
 @dirrmtry share/locale/fi_FI
+@dirrmtry share/locale/eu_ES/LC_MESSAGES
+@dirrmtry share/locale/eu_ES
 @dirrmtry share/locale/et_EE/LC_MESSAGES
 @dirrmtry share/locale/et_EE
 @dirrmtry share/locale/da_DK/LC_MESSAGES

Patch attached with submission follows:
How-To-Repeat: install then deinstall ftp/filezilla and look for the above named directories
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-17 15:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

beech@ wants this category PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-17 15:50:17 UTC
Maintainer of ftp/filezilla,

Please note that PR ports/134613 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/134613

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-17 15:50:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Joseph S. Atkinson 2009-05-20 00:41:36 UTC
Approved.
Comment 5 Josh Paetzel freebsd_committer freebsd_triage 2009-05-20 00:53:13 UTC
Responsible Changed
From-To: beech->jpaetzel

Grabbing to commit soon
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-05-20 05:12:26 UTC
jpaetzel    2009-05-20 04:12:17 UTC

  FreeBSD ports repository

  Modified files:
    ftp/filezilla        Makefile pkg-plist 
  Log:
  Update pkg-plist in preperation for devel/popt upgrade
  
  PR:     ports/134613
  Approved by:    linimon (mentor)
  
  Revision  Changes    Path
  1.25      +1 -0      ports/ftp/filezilla/Makefile
  1.17      +2 -0      ports/ftp/filezilla/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"
Comment 7 Josh Paetzel freebsd_committer freebsd_triage 2009-05-20 05:15:57 UTC
State Changed
From-To: feedback->closed

Committed, thanks!