| Summary: | update: misc/vifm | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | mp39590 | ||||
| Component: | Individual Port(s) | Assignee: | Alex Kozlov <ak> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
mp39590
2014-03-31 13:30:00 UTC
Maintainer of misc/vifm,
Please note that PR ports/188129 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/188129
--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it. State Changed From-To: feedback->closed Committed. Thanks! Author: ak Date: Wed May 7 20:48:40 2014 New Revision: 353207 URL: http://svnweb.freebsd.org/changeset/ports/353207 QAT: https://qat.redports.org/buildarchive/r353207/ Log: - Update to 0.7.6 PR: ports/188129 Submitted by: Mikhail <mp39590@gmail.com> Approved by: maintainer timeout (>1 month) Deleted: head/misc/vifm/files/ Modified: head/misc/vifm/Makefile head/misc/vifm/distinfo Modified: head/misc/vifm/Makefile ============================================================================== --- head/misc/vifm/Makefile Wed May 7 20:48:36 2014 (r353206) +++ head/misc/vifm/Makefile Wed May 7 20:48:40 2014 (r353207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vifm -PORTVERSION= 0.7.4b +PORTVERSION= 0.7.6 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME} @@ -12,8 +12,7 @@ COMMENT= Ncurses based file manager with LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake ncurses -USE_BZIP2= yes +USES= gmake ncurses tar:bzip2 USE_AUTOTOOLS= autoconf CONFIGURE_ARGS= --without-gtk MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ @@ -24,6 +23,8 @@ PLIST_FILES= bin/vifm \ bin/vifm-pause \ %%DATADIR%%/vifm-help.txt \ %%DATADIR%%/vifmrc \ + share/applications/vifm.desktop \ + share/pixmaps/vifm.png \ man/man1/vifm-pause.1.gz \ man/man1/vifm.1.gz \ man/man1/vifmrc-converter.1.gz Modified: head/misc/vifm/distinfo ============================================================================== --- head/misc/vifm/distinfo Wed May 7 20:48:36 2014 (r353206) +++ head/misc/vifm/distinfo Wed May 7 20:48:40 2014 (r353207) @@ -1,2 +1,2 @@ -SHA256 (vifm-0.7.4b.tar.bz2) = 90b4fb64501e436d7ac8699f0cc75d013a72aa471f978ada0ce9b90506213c57 -SIZE (vifm-0.7.4b.tar.bz2) = 562778 +SHA256 (vifm-0.7.6.tar.bz2) = 861798592d6fccc5d330a66e68f1c5a747732b9df587f15d892c6ff72a04650f +SIZE (vifm-0.7.6.tar.bz2) = 609855 _______________________________________________ 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" |