FreeBSD Bugzilla – Attachment 201207 Details for
Bug 235022
misc/nnn: Update to 2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nnn 2.0 to 2.2 diff
nnn-2.2.diff (text/plain), 2.72 KB, created by
Sijmen J. Mulder
on 2019-01-17 11:22:44 UTC
(
hide
)
Description:
nnn 2.0 to 2.2 diff
Filename:
MIME Type:
Creator:
Sijmen J. Mulder
Created:
2019-01-17 11:22:44 UTC
Size:
2.72 KB
patch
obsolete
>Index: misc/nnn/Makefile >=================================================================== >--- misc/nnn/Makefile (revision 490536) >+++ misc/nnn/Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= nnn > DISTVERSIONPREFIX= v >-DISTVERSION= 2.0 >+DISTVERSION= 2.2 > CATEGORIES= misc shells > > MAINTAINER= dg@syrec.org >@@ -11,29 +11,25 @@ > LICENSE= BSD2CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= bash:shells/bash \ >- xdg-open:devel/xdg-utils >- >-USES= gmake localbase ncurses pkgconfig shebangfix >+USES= gmake localbase ncurses > USE_GITHUB= yes > GH_ACCOUNT= jarun >-SHEBANG_FILES= nlay > >-MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${PREFIX}/man >+MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${PREFIX}/man LDLIBS_CURSES=-lncursesw > CFLAGS+= -D_WITH_DPRINTF # enable dprintf prototype > >-OPTIONS_DEFINE= ATOOL DOCS EXAMPLES MEDIAINFO >-OPTIONS_DEFAULT= ATOOL MEDIAINFO >+OPTIONS_DEFINE= ATOOL DOCS EXAMPLES MEDIAINFO XDG >+OPTIONS_DEFAULT= ATOOL MEDIAINFO XDG > ATOOL_DESC= List and extract archives >+XDG_DESC= Open files with xdg-open > MEDIAINFO_DESC= Show media information > > ATOOL_RUN_DEPENDS= atool:archivers/atool > MEDIAINFO_RUN_DEPENDS= mediainfo:multimedia/mediainfo >+XDG_RUN_DEPENDS= xdg-open:devel/xdg-utils > > PLIST_FILES= bin/nnn \ >- bin/nlay \ > man/man1/nnn.1.gz \ >- man/man1/nlay.1.gz \ > etc/bash_completion.d/nnn-completion.bash \ > share/fish/completions/nnn.fish \ > share/zsh/site-functions/_nnn >@@ -59,6 +55,7 @@ > > post-install-EXAMPLES-on: > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >- cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} "copier quitcd" ${STAGEDIR}${EXAMPLESDIR} >+ cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} "copier quitcd natool nlay" \ >+ ${STAGEDIR}${EXAMPLESDIR} > > .include <bsd.port.mk> >Index: misc/nnn/distinfo >=================================================================== >--- misc/nnn/distinfo (revision 490536) >+++ misc/nnn/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1540057424 >-SHA256 (jarun-nnn-v2.0_GH0.tar.gz) = 0029efd3d009c197b1646d260350f3f87edca76eef3be6b81846af133d58d6a9 >-SIZE (jarun-nnn-v2.0_GH0.tar.gz) = 45791 >+TIMESTAMP = 1547657008 >+SHA256 (jarun-nnn-v2.2_GH0.tar.gz) = 88dd08d624ae7a61ef749b1e258e4b29ed61ba9fcc5a18813f291ce80efc5e74 >+SIZE (jarun-nnn-v2.2_GH0.tar.gz) = 50955 >Index: misc/nnn/files/patch-Makefile >=================================================================== >--- misc/nnn/files/patch-Makefile (revision 490536) >+++ misc/nnn/files/patch-Makefile (working copy) >@@ -1,11 +0,0 @@ >---- Makefile.orig 2018-10-20 20:30:24 UTC >-+++ Makefile >-@@ -13,7 +13,7 @@ >- CFLAGS += $(shell $(PKG_CONFIG) --cflags ncursesw) >- LDLIBS += $(shell $(PKG_CONFIG) --libs ncursesw) >- else >-- LDLIBS += -lncurses >-+ LDLIBS += -lncursesw >- endif >- >- DISTFILES = nlay nlay.1 nnn.c nnn.h nnn.1 Makefile README.md LICENSE
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235022
: 201207