Bug 166093 - [PATCH] shells/fish: drop unknown post-deinstall target
Summary: [PATCH] shells/fish: drop unknown post-deinstall target
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-14 16:30 UTC by Jason Helfman
Modified: 2012-03-19 16:40 UTC (History)
1 user (show)

See Also:


Attachments
fish-1.23.1_8.patch (1.07 KB, patch)
2012-03-14 16:30 UTC, Jason Helfman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Helfman freebsd_committer freebsd_triage 2012-03-14 16:30:01 UTC
post-deinstall is an invalid target, use default pkg-deinstall script on deinstall

Added file(s):
- pkg-deinstall

Port maintainer (rfarmer@predatorlabs.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-14 16:30:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-14 16:30:42 UTC
Maintainer of shells/fish,

Please note that PR ports/166093 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/166093

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-14 16:30:46 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Robert Farmer 2012-03-19 11:42:08 UTC
On Wed, Mar 14, 2012 at 9:30 AM, Edwin Groothuis <edwin@freebsd.org> wrote:
> Maintainer of shells/fish,
>
> Please note that PR ports/166093 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:
> =A0 =A0http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/166093
>
> --
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org

Approved

--=20
Rob Farmer
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-03-19 16:31:09 UTC
jgh         2012-03-19 16:30:56 UTC

  FreeBSD ports repository

  Modified files:
    shells/fish          Makefile 
  Added files:
    shells/fish          pkg-deinstall 
  Log:
  - remove invalid post-deinstall target
  
  PR:     ports/166093
  Submitted by:   jgh@
  Approved by:    maintainer, rfarmer@predatorlabs.net
  Feature safe:   yes
  
  Revision  Changes    Path
  1.18      +1 -7      ports/shells/fish/Makefile
  1.1       +7 -0      ports/shells/fish/pkg-deinstall (new)
_______________________________________________
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 6 Jason Helfman freebsd_committer freebsd_triage 2012-03-19 16:31:14 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!