diff options
Diffstat (limited to 'shells')
| -rw-r--r-- | shells/atuin/Makefile | 2 | ||||
| -rw-r--r-- | shells/bash-completion/Makefile | 3 | ||||
| -rw-r--r-- | shells/bash-completion/files/patch-Makefile.am | 10 | ||||
| -rw-r--r-- | shells/bash-completion/pkg-plist | 2 | ||||
| -rw-r--r-- | shells/fish/Makefile | 1 | ||||
| -rw-r--r-- | shells/ion/Makefile | 2 | ||||
| -rw-r--r-- | shells/nsh/Makefile | 2 | ||||
| -rw-r--r-- | shells/nu_plugin_formats/Makefile | 1 | ||||
| -rw-r--r-- | shells/nu_plugin_gstat/Makefile | 1 | ||||
| -rw-r--r-- | shells/nu_plugin_inc/Makefile | 1 | ||||
| -rw-r--r-- | shells/nu_plugin_polars/Makefile | 1 | ||||
| -rw-r--r-- | shells/nu_plugin_query/Makefile | 1 | ||||
| -rw-r--r-- | shells/nushell/Makefile | 1 | ||||
| -rw-r--r-- | shells/sheldon/Makefile | 2 | ||||
| -rw-r--r-- | shells/shell-hist/Makefile | 2 | ||||
| -rw-r--r-- | shells/shellharden/Makefile | 2 | ||||
| -rw-r--r-- | shells/starship/Makefile | 1 | ||||
| -rw-r--r-- | shells/xonsh/Makefile | 2 | ||||
| -rw-r--r-- | shells/xonsh/distinfo | 6 |
19 files changed, 25 insertions, 18 deletions
diff --git a/shells/atuin/Makefile b/shells/atuin/Makefile index 89fd447fdda3..f93e91de3665 100644 --- a/shells/atuin/Makefile +++ b/shells/atuin/Makefile @@ -1,7 +1,7 @@ PORTNAME= atuin DISTVERSIONPREFIX= v DISTVERSION= 18.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 51b6fd924096..e456f723ada0 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -1,5 +1,6 @@ PORTNAME= bash-completion PORTVERSION= 2.17.0 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= shells MASTER_SITES= https://github.com/scop/bash-completion/releases/download/${PORTVERSION}/ @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING TEST_DEPENDS= runtest:misc/dejagnu \ ${LOCALBASE}/lib/tcllib/cmdline/cmdline.tcl:devel/tcllib -USES= autoreconf gmake pathfix tar:xz +USES= autoreconf gmake tar:xz GNU_CONFIGURE= yes NO_ARCH= yes diff --git a/shells/bash-completion/files/patch-Makefile.am b/shells/bash-completion/files/patch-Makefile.am index 5fbf573b21da..84f9aec9ddaf 100644 --- a/shells/bash-completion/files/patch-Makefile.am +++ b/shells/bash-completion/files/patch-Makefile.am @@ -1,13 +1,11 @@ -Note that the pkgconfigdir line has been changed by USES=pathfix. - ---- Makefile.am.orig 2020-07-25 08:25:49 UTC +--- Makefile.am.orig 2025-10-31 14:03:32 UTC +++ Makefile.am -@@ -6,7 +6,7 @@ pkgdata_DATA = bash_completion +@@ -6,7 +6,7 @@ compat_DATA = bash_completion.d/000_bash_completion_co compatdir = $(sysconfdir)/bash_completion.d - compat_DATA = + compat_DATA = bash_completion.d/000_bash_completion_compat.bash -profiledir = $(sysconfdir)/profile.d +profiledir = $(prefix)/share/bash-completion profile_DATA = bash_completion.sh - pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfigdir = $(datadir)/pkgconfig diff --git a/shells/bash-completion/pkg-plist b/shells/bash-completion/pkg-plist index 1fa2e4d34de5..6fbd915f4faf 100644 --- a/shells/bash-completion/pkg-plist +++ b/shells/bash-completion/pkg-plist @@ -1,5 +1,4 @@ etc/bash_completion.d/000_bash_completion_compat.bash -libdata/pkgconfig/bash-completion.pc %%DATADIR%%/bash_completion %%DATADIR%%/bash_completion.sh %%DATADIR%%/completions/2to3 @@ -1079,3 +1078,4 @@ libdata/pkgconfig/bash-completion.pc %%DATADIR%%/helpers/python %%CMAKE_MODULES%%share/cmake/bash-completion/bash-completion-config-version.cmake %%CMAKE_MODULES%%share/cmake/bash-completion/bash-completion-config.cmake +share/pkgconfig/bash-completion.pc diff --git a/shells/fish/Makefile b/shells/fish/Makefile index bf9332b4f909..459041aa1041 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,5 +1,6 @@ PORTNAME= fish DISTVERSION= 4.2.1 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= https://github.com/fish-shell/fish-shell/releases/download/${PORTVERSION}/ diff --git a/shells/ion/Makefile b/shells/ion/Makefile index 7f0c5a01836a..c996675a9be6 100644 --- a/shells/ion/Makefile +++ b/shells/ion/Makefile @@ -1,7 +1,7 @@ PORTNAME= ion DISTVERSION= 1.0.5-1509 DISTVERSIONSUFFIX= g85452cfa -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= shells PKGNAMESUFFIX= -shell diff --git a/shells/nsh/Makefile b/shells/nsh/Makefile index a0c50cd3f7cf..11577f25cd27 100644 --- a/shells/nsh/Makefile +++ b/shells/nsh/Makefile @@ -1,6 +1,6 @@ PORTNAME= nsh DISTVERSION= 0.4.2 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/shells/nu_plugin_formats/Makefile b/shells/nu_plugin_formats/Makefile index ed86657dde22..d4d9fc9e9f7e 100644 --- a/shells/nu_plugin_formats/Makefile +++ b/shells/nu_plugin_formats/Makefile @@ -1,5 +1,6 @@ PORTNAME= nu_plugin_formats DISTVERSION= ${NUSHELL_VER} +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_gstat/Makefile b/shells/nu_plugin_gstat/Makefile index 80fe5ffb712f..786d2222eeed 100644 --- a/shells/nu_plugin_gstat/Makefile +++ b/shells/nu_plugin_gstat/Makefile @@ -1,5 +1,6 @@ PORTNAME= nu_plugin_gstat DISTVERSION= ${NUSHELL_VER} +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_inc/Makefile b/shells/nu_plugin_inc/Makefile index 685198f163ec..59ed1d8371a8 100644 --- a/shells/nu_plugin_inc/Makefile +++ b/shells/nu_plugin_inc/Makefile @@ -1,5 +1,6 @@ PORTNAME= nu_plugin_inc DISTVERSION= ${NUSHELL_VER} +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_polars/Makefile b/shells/nu_plugin_polars/Makefile index 0c37b9eeb9b5..418bf8e2e70b 100644 --- a/shells/nu_plugin_polars/Makefile +++ b/shells/nu_plugin_polars/Makefile @@ -1,5 +1,6 @@ PORTNAME= nu_plugin_polars DISTVERSION= ${NUSHELL_VER} +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nu_plugin_query/Makefile b/shells/nu_plugin_query/Makefile index c74cc04e5838..d2d54a848df0 100644 --- a/shells/nu_plugin_query/Makefile +++ b/shells/nu_plugin_query/Makefile @@ -1,5 +1,6 @@ PORTNAME= nu_plugin_query DISTVERSION= ${NUSHELL_VER} +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= https://crates.io/api/v1/crates/${PORTNAME}/${DISTVERSION}/download?dummy=/:main DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile index 3d1981801554..f17010e3af88 100644 --- a/shells/nushell/Makefile +++ b/shells/nushell/Makefile @@ -1,5 +1,6 @@ PORTNAME= nushell DISTVERSION= 0.109.1 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/sheldon/Makefile b/shells/sheldon/Makefile index 9a936f4f5a6f..83097eec6285 100644 --- a/shells/sheldon/Makefile +++ b/shells/sheldon/Makefile @@ -1,6 +1,6 @@ PORTNAME= sheldon DISTVERSION= 0.8.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org diff --git a/shells/shell-hist/Makefile b/shells/shell-hist/Makefile index c0d9627228b7..53e496f0ebbb 100644 --- a/shells/shell-hist/Makefile +++ b/shells/shell-hist/Makefile @@ -1,6 +1,6 @@ PORTNAME= shell-hist DISTVERSION= g20190515 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/shellharden/Makefile b/shells/shellharden/Makefile index 2401be82b7a5..f0f12afe596b 100644 --- a/shells/shellharden/Makefile +++ b/shells/shellharden/Makefile @@ -1,7 +1,7 @@ PORTNAME= shellharden DISTVERSIONPREFIX= v DISTVERSION= 4.3.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org diff --git a/shells/starship/Makefile b/shells/starship/Makefile index 6dcb518d3712..5e4924bf060e 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -1,5 +1,6 @@ PORTNAME= starship DISTVERSION= 1.24.1 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/shells/xonsh/Makefile b/shells/xonsh/Makefile index 066d58833f42..fa37959a1843 100644 --- a/shells/xonsh/Makefile +++ b/shells/xonsh/Makefile @@ -1,5 +1,5 @@ PORTNAME= xonsh -DISTVERSION= 0.21.2 +DISTVERSION= 0.22.0 CATEGORIES= shells python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/shells/xonsh/distinfo b/shells/xonsh/distinfo index 845fc291df7f..7a0e68081d64 100644 --- a/shells/xonsh/distinfo +++ b/shells/xonsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765482511 -SHA256 (xonsh-0.21.2.tar.gz) = 85bdc5577e22f587b3a3be7b5789335dbf9efb25e2f5f9d7a518eb7db39307aa -SIZE (xonsh-0.21.2.tar.gz) = 818375 +TIMESTAMP = 1766182822 +SHA256 (xonsh-0.22.0.tar.gz) = e4bd25a1d6be698444634212029109cefedccc3a6a85f2bacfde33bfd5461488 +SIZE (xonsh-0.22.0.tar.gz) = 820314 |
