FreeBSD Bugzilla – Attachment 217031 Details for
Bug 248470
[REVIVE] sysutils/autojump: Update to 22.5.3, Remove BROKEN
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Unified diff
autojump.diff (text/plain), 5.45 KB, created by
Michel Boaventura
on 2020-08-05 17:20:45 UTC
(
hide
)
Description:
Unified diff
Filename:
MIME Type:
Creator:
Michel Boaventura
Created:
2020-08-05 17:20:45 UTC
Size:
5.45 KB
patch
obsolete
>Index: MOVED >=================================================================== >--- MOVED (revision 544233) >+++ MOVED (working copy) >@@ -14829,7 +14829,6 @@ > shells/osh||2020-05-05|Has expired: Broken for more than 6 months > shells/shell-include||2020-05-05|Has expired: Broken for more than 6 months > sysutils/abgx360gui||2020-05-05|Has expired: Broken for more than 6 months >-sysutils/autojump||2020-05-05|Has expired: Broken for more than 6 months > sysutils/backupchecker||2020-05-05|Has expired: Broken for more than 6 months > sysutils/cdf||2020-05-05|Has expired: Broken for more than 6 months > sysutils/cdls||2020-05-05|Has expired: Broken for more than 6 months >Index: sysutils/Makefile >=================================================================== >--- sysutils/Makefile (revision 544233) >+++ sysutils/Makefile (working copy) >@@ -65,6 +65,7 @@ > SUBDIR += atitvout > SUBDIR += atop > SUBDIR += auto-admin >+ SUBDIR += autojump > SUBDIR += automount > SUBDIR += automounter > SUBDIR += autopsy >Index: sysutils/autojump/Makefile >=================================================================== >--- sysutils/autojump/Makefile (revision 534031) >+++ sysutils/autojump/Makefile (working copy) >@@ -1,44 +1,34 @@ >-# Created by: Neeraj Verma <neeraj.verma.ports@vermatech.com> > # $FreeBSD$ > > PORTNAME= autojump >-PORTVERSION= 13 >+PORTVERSION= 22.5.3 >+DISTVERSIONPREFIX= release-v > PORTREVISION= 1 > CATEGORIES= sysutils >-MASTER_SITES= http://www.vermatech.com/distfiles/ >-DISTNAME= autojump_v${PORTVERSION} > >-MAINTAINER= neeraj.verma.ports@vermatech.com >-COMMENT= Tool that acts as a complement to cd >+MAINTAINER= michel@boaventura.dev >+COMMENT= Faster way to navigate your filesystem > >-BROKEN= unfetchable >-DEPRECATED= Broken for more than 6 months >-EXPIRATION_DATE= 2020-05-05 >- > LICENSE= GPLv3+ >-LICENSE_FILE= ${WRKSRC}/COPYING > >-RUN_DEPENDS= bash:shells/bash >+USES= python:run shebangfix >+USE_GITHUB= yes >+GH_ACCOUNT= wting >+USE_PYTHON=concurrent >+SHEBANG_FILES= bin/autojump > >-USES= python:run shebangfix > NO_BUILD= yes >-SHEBANG_FILES= autojump jumpapplet >-SUB_FILES= pkg-install > NO_ARCH= yes > >-PLIST_FILES= bin/autojump \ >- bin/jumpapplet \ >- man/man1/autojump.1.gz \ >- share/autojump/autojump.bash \ >- share/autojump/autojump.zsh \ >- share/autojump/icon.png \ >- share/zsh/site-functions/_j >- > do-install: >- @(cd ${INSTALL_WRKSRC} && ${SETENV} ${SH} ./install.sh \ >- --prefix ${STAGEDIR}${PREFIX}) >- @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions >- ${INSTALL_DATA} ${WRKSRC}/_j \ >- ${STAGEDIR}${PREFIX}/share/zsh/site-functions >+ ${MKDIR} ${STAGEDIR}${PREFIX}/bin >+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/autojump >+ ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions >+ ${CP} ${INSTALL_WRKSRC}/bin/autojump ${STAGEDIR}${PREFIX}/bin >+ ${CP} ${INSTALL_WRKSRC}/bin/*.py ${STAGEDIR}${PREFIX}/bin >+ ${CP} ${INSTALL_WRKSRC}/bin/autojump.bash ${STAGEDIR}${PREFIX}/share/autojump >+ ${CP} ${INSTALL_WRKSRC}/bin/autojump.zsh ${STAGEDIR}${PREFIX}/share/autojump >+ ${CP} ${INSTALL_WRKSRC}/bin/autojump.fish ${STAGEDIR}${PREFIX}/share/autojump >+ ${CP} ${INSTALL_WRKSRC}/bin/_j ${STAGEDIR}${PREFIX}/share/zsh/site-functions > > .include <bsd.port.mk> >Index: sysutils/autojump/distinfo >=================================================================== >--- sysutils/autojump/distinfo (revision 534031) >+++ sysutils/autojump/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (autojump_v13.tar.gz) = 020ef781b30f8cbe4f183f2ccadac720e3f747e82924aaa4b95da01d76cc2153 >-SIZE (autojump_v13.tar.gz) = 22723 >+TIMESTAMP = 1596643397 >+SHA256 (wting-autojump-release-v22.5.3_GH0.tar.gz) = 00daf3698e17ac3ac788d529877c03ee80c3790472a85d0ed063ac3a354c37b1 >+SIZE (wting-autojump-release-v22.5.3_GH0.tar.gz) = 55429 >Index: sysutils/autojump/pkg-descr >=================================================================== >--- sysutils/autojump/pkg-descr (revision 534031) >+++ sysutils/autojump/pkg-descr (working copy) >@@ -1,7 +1,6 @@ >-Autojump is a tool that acts as a complement to cd: it makes navigating your >-filesystem a lot faster. It works by automagically maintaining a database of >-the directories you use the most from the command line, and allows you to jump >-back and forth between them, by typing just a few letters of the name of the >-directory you want to jump to. >+Autojump is a faster way to navigate your filesystem. It works by maintaining a >+database of the directories you use the most from the command line. > >-WWW: https://github.com/joelthelion/autojump/wiki >+Directories must be visited first before they can be jumped to. >+ >+WWW: https://github.com/wting/autojump >Index: sysutils/autojump/pkg-plist >=================================================================== >--- sysutils/autojump/pkg-plist (nonexistent) >+++ sysutils/autojump/pkg-plist (working copy) >@@ -0,0 +1,14 @@ >+bin/autojump >+bin/autojump-%%PYTHON_VER%% >+bin/autojump_argparse.py >+bin/autojump_argparse.py-%%PYTHON_VER%% >+bin/autojump_data.py >+bin/autojump_data.py-%%PYTHON_VER%% >+bin/autojump_match.py >+bin/autojump_match.py-%%PYTHON_VER%% >+bin/autojump_utils.py >+bin/autojump_utils.py-%%PYTHON_VER%% >+share/autojump/autojump.bash >+share/autojump/autojump.fish >+share/autojump/autojump.zsh >+share/zsh/site-functions/_j > >Property changes on: sysutils/autojump/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 248470
:
217007
| 217031