diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-15 17:12:58 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-08-15 17:12:58 +0000 |
commit | ed07fd128406f8a230fdd8c5a16ea1f79a92f74f (patch) | |
tree | 387161257e6d806da6246ea2b55af86ab6a2ad96 /misc | |
parent | 32dd58a974e8028f0895b81f1e0dbd9949f7c87a (diff) | |
download | ports-ed07fd128406f8a230fdd8c5a16ea1f79a92f74f.tar.gz ports-ed07fd128406f8a230fdd8c5a16ea1f79a92f74f.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/nnn/Makefile | 12 | ||||
-rw-r--r-- | misc/nnn/distinfo | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/misc/nnn/Makefile b/misc/nnn/Makefile index f702223cae9e..f80e40434565 100644 --- a/misc/nnn/Makefile +++ b/misc/nnn/Makefile @@ -2,7 +2,7 @@ PORTNAME= nnn DISTVERSIONPREFIX= v -DISTVERSION= 2.5 +DISTVERSION= 2.6 CATEGORIES= misc shells MAINTAINER= dg@syrec.org @@ -20,7 +20,7 @@ MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${PREFIX}/man \ CFLAGS+= -D_WITH_DPRINTF # enable dprintf prototype OPTIONS_DEFINE= ATOOL DOCS EXAMPLES MEDIAINFO XDG -OPTIONS_DEFAULT= ATOOL MEDIAINFO XDG +OPTIONS_DEFAULT=ATOOL MEDIAINFO XDG ATOOL_DESC= List and extract archives XDG_DESC= Open files with xdg-open @@ -42,13 +42,13 @@ PORTEXAMPLES= * post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nnn @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d - ${INSTALL_DATA} ${WRKSRC}/scripts/auto-completion/bash/nnn-completion.bash \ + ${INSTALL_DATA} ${WRKSRC}/misc/auto-completion/bash/nnn-completion.bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions - ${INSTALL_DATA} ${WRKSRC}/scripts/auto-completion/fish/nnn.fish \ + ${INSTALL_DATA} ${WRKSRC}/misc/auto-completion/fish/nnn.fish \ ${STAGEDIR}${PREFIX}/share/fish/completions @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions - ${INSTALL_DATA} ${WRKSRC}/scripts/auto-completion/zsh/_nnn \ + ${INSTALL_DATA} ${WRKSRC}/misc/auto-completion/zsh/_nnn \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions post-install-DOCS-on: @@ -57,7 +57,7 @@ post-install-DOCS-on: post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/scripts - cd ${WRKSRC}/scripts && ${COPYTREE_SHARE} "clipboard-copier natool nlaunch nlay quitcd" \ + cd ${WRKSRC}/misc && ${COPYTREE_SHARE} "clipboard-copier natool nlaunch nlay quitcd" \ ${STAGEDIR}${EXAMPLESDIR}/scripts cd ${WRKSRC} && ${COPYTREE_SHARE} plugins ${STAGEDIR}${EXAMPLESDIR} diff --git a/misc/nnn/distinfo b/misc/nnn/distinfo index aba3b99f2402..1db70d164a49 100644 --- a/misc/nnn/distinfo +++ b/misc/nnn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559045903 -SHA256 (jarun-nnn-v2.5_GH0.tar.gz) = 3636f172a024de5c12420a80dbe3d006d42b5e0a17e70a527963c864af22655c -SIZE (jarun-nnn-v2.5_GH0.tar.gz) = 71811 +TIMESTAMP = 1565638741 +SHA256 (jarun-nnn-v2.6_GH0.tar.gz) = 17fd3e517308e41065594ffe8dcde348b4d10dea4240699f4708337db48b3e25 +SIZE (jarun-nnn-v2.6_GH0.tar.gz) = 78668 |