Bug 155373 - [PATCH] devel/tig: update to 0.17
Summary: [PATCH] devel/tig: update to 0.17
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: Dennis Herrmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-08 04:30 UTC by Raphael Kubo da Costa
Modified: 2011-03-22 20:40 UTC (History)
1 user (show)

See Also:


Attachments
tig-0.17.patch (2.25 KB, patch)
2011-03-08 04:30 UTC, Raphael Kubo da Costa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raphael Kubo da Costa 2011-03-08 04:30:10 UTC
- Update to 0.17

Removed file(s):
- files/patch-configure

Patch comments:
- files/patch-configure has been removed as in the 0.17 release tig now uses an
  autoconf macro to detect whether ncurses and ncursesw are available, and
  prefers ncursesw if it exists.
- Some old FreeBSD 6.x support code has been removed from the Makefile as
  FreeBSD 6 has reached its EoL.
- This release should make tig work again with the ncurses port after it has
  been upgraded to 5.8.
- The issue of tig silently depending on the ncurses port if it is installed
  remains, as being discussed in the ports mailing list.
- While here, remove the MD5sum from distinfo.

Port maintainer (darcsis@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-08 04:30:37 UTC
Maintainer of devel/tig,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-08 04:30:40 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-08 12:33:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dhn

I'll take it.
Comment 4 Raphael Kubo da Costa 2011-03-22 14:34:30 UTC
Hi,

It's been 2 weeks since I submitted the patch, do I need to do something
else for it to me committed?

Thanks,
rakuco
Comment 5 darcsis 2011-03-22 18:45:17 UTC
On 2011/03/08 at 12:30, Edwin Groothuis <edwin@freebsd.org> wrote:
> 
> Maintainer of devel/tig,
> Please note that PR ports/155373 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/155373
> 
> ................ 

Hi,

Sorry for the long delay... I think the patch is OK!

Thanks and regards!

-- 
Real programmers are secure enough to write readable code,
which they then self-righteously refuse to explain.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-03-22 20:31:13 UTC
dhn         2011-03-22 20:31:05 UTC

  FreeBSD ports repository

  Modified files:
    devel/tig            Makefile distinfo 
  Removed files:
    devel/tig/files      patch-configure 
  Log:
  - Update to 0.17
  
  PR:             ports/155373
  Submitted by:   Raphael Kubo da Costa <kubito@gmail.com>
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.9       +1 -11     ports/devel/tig/Makefile
  1.9       +2 -3      ports/devel/tig/distinfo
  1.3       +0 -22     ports/devel/tig/files/patch-configure (dead)
_______________________________________________
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 Dennis Herrmann freebsd_committer freebsd_triage 2011-03-22 20:39:04 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!