Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| d858b7cc | 2022-11-26 23:28:11 | Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on setuptools (it's used as a package locator but importlib.metadata in newer Python core or the external importlib_metadata are preferred). So drop the RDEP in that case (it's still kept for py27) and bump revisions. | ||
| 711c347a | 2022-11-26 22:27:33 | shells/bash: update to 5.2 patchlevel 12 | ||
| 1427b990 | 2022-11-13 15:29:41 | bump for MODPY_DEFAULT_VERSION_3 change | ||
| 5d2fcfe4 | 2022-11-09 14:18:26 | shells/bash: update to 5.2 patchlevel 9 This fixes a number of regressions introduced in 5.2. | ||
| 8e0d851e | 2022-11-04 20:20:29 | shells/bash: fix nested brace expansion, from upstream This fixes a reported problem in sysutils/neofetch. | ||
| ce3a8e07 | 2022-10-31 12:44:57 | + nushell | ||
| f0cdee1f | 2022-10-31 12:44:17 | import nushell-0.70.0 The goal of nushell is to take the Unix philosophy of shells, where pipes connect simple commands together, and bring it to the modern style of development. Thus, rather than being either a shell, or a programming language, nushell connects both by bringing a rich programming language and a full-featured shell together into one package. ok tb@ with help from semarie@ and tb@ | ||
| 533f7602 | 2022-10-31 08:47:46 | regen PLISTs following py-sphinx update | ||
| e6a7d15c | 2022-10-22 12:32:27 | Update to ksh 1.0.4. | ||
| 00fcdaf6 | 2022-10-11 14:02:50 | shells/bash: update to 5.2 patchlevel 2 Lots of changes, but nothing really changed. 5.2 release announcement: https://lists.gnu.org/archive/html/info-gnu/2022-09/msg00012.html | ||
| 5a977e6a | 2022-09-22 08:16:14 | shells/nsh: update to 1.0.20220919 from maintainer Tom Smyth ok sthen@ | ||
| 862bc2c8 | 2022-08-26 13:07:16 | Update to ksh 1.0.3. | ||
| 0377bf4f | 2022-08-08 10:35:56 | Update to ksh 1.0.2. | ||
| 979b585f | 2022-08-07 09:29:35 | update shells/fish to 3.5.1; diff from MAINTAINER Florian Viehweger, thanks! changelog: https://fishshell.com/docs/current/relnotes.html | ||
| 84bc7866 | 2022-08-05 11:18:33 | Update to ksh 1.0.1. | ||
| cb0ee1a0 | 2022-08-01 21:17:52 | Update to ksh 1.0.0. | ||
| 8311c389 | 2022-07-07 16:23:17 | regen PLIST following sphinx update | ||
| bd927789 | 2022-05-30 20:54:47 | Change our patches to use "#elif defined" rather than "#elifdef" since neither base-gcc nor ports-gcc understands "#elifdef" Fixes build on sparc64 ok tb@ | ||
| ebf5b7e5 | 2022-05-26 07:44:43 | update to zsh-5.9, from Matthew Martin - maintainer timeout | ||
| d84d4ef8 | 2022-05-09 21:52:58 | Add Florian Viehweger as MAINTAINER for some ports solene@ was maintaining. | ||
| 4fdee496 | 2022-05-08 09:39:32 | drop maintainership | ||
| a67e5953 | 2022-04-26 18:30:12 | In update 3.3.1, the @shell PLIST annotation got lost. Noticed by solene. ok solene@ | ||
| 7815cda9 | 2022-03-26 13:55:15 | Update to fish-3.4.1 bugfix release | ||
| bb7f1f9e | 2022-03-15 18:55:35 | Update to fish-3.4.0 ok sdk@ | ||
| bd7e170a | 2022-03-11 19:54:24 | drop RCS Ids | ||
| cd0fba1f | 2022-03-10 00:04:05 | Drop RCS Ids in the ports I maintain | ||
| 385739a9 | 2022-03-09 16:18:03 | drop rcs id in category Makefiles | ||
| 69de5bdc | 2022-03-08 14:27:46 | drop RCS Id from all ports where I'm listed as MAINTAINER | ||
| 6bd79486 | 2022-03-08 13:48:38 | shells/yash: update to 2.52 | ||
| 966e7159 | 2022-02-22 23:17:50 | update to newer nsh checkout, from Tom Smyth (maintainer) | ||
| 3a40db37 | 2022-02-12 17:15:10 | update to zsh-5.8.1, from Matthew Martin This is a stable security release with a few bug fixes, including one for CVE-2021-45444, a vulnerability in prompt expansion which could be exploited through e.g. VCS_Info to execute arbitrary shell commands without a user's knowledge. All sites are encouraged to update from zsh 5.8. A partial work-around which can be applied within a running shell is provided in the source distribution for those who are unable to update their shell binaries. https://www.zsh.org/mla/announce/msg00133.html | ||
| 2f49ed3a | 2022-01-05 21:59:59 | shells/bash: update to 5.1 patchlevel 16 It seems patch bundles are now regularly getting their own proper distfiles, so switch to using those. | ||
| e081cd89 | 2021-12-27 13:06:29 | Update to ksh93 1.0.0-beta2. Development is now taking place at https://github.com/ksh93/ksh/, with this version already being far ahead of the nine-year-old AT&T release we currently have. | ||
| 0d659248 | 2021-12-02 13:31:53 | shells/bash: tell portroach to skip 5.1.8 distfile, we use 5.1 + patches | ||
| 265271dd | 2021-11-29 12:53:51 | Update to elvish-0.16.3 Diff from Yifei Zhan, tweaks from me -- thanks! | ||
| 90f93477 | 2021-11-25 17:56:44 | Backport a patch fixing a bug corrupting history file | ||
| 9c9c77a5 | 2021-11-20 15:42:57 | shells/bash: update to 5.1 patchlevel 12 | ||
| 29389da4 | 2021-11-02 00:02:15 | bump REVISION for switch from Python 3.8 -> 3.9 | ||
| 771d205d | 2021-10-25 12:30:12 | fix indentation to be consistent with other categories | ||
| 5de2b96a | 2021-10-09 14:57:07 | Update to dash-0.5.11.5 | ||
| 47bca824 | 2021-08-24 15:03:22 | shells/tcsh: bugfix update to 6.22.04; from Josh Grosse | ||
| ec7622c1 | 2021-07-26 10:28:57 | Update to fish-3.3.1 Thanks to Yifei Zhan for the update | ||
| 7437f9d0 | 2021-07-06 16:55:32 | update py-sphinx to 4.0.2 and regen PLISTs for affected consumers all consumers were packaged and installed on amd64 by me; all python2 syntax in consumers appears to have been updated at this point making it possible to move to the 4.x series. lang/ghc bits look ok to gnezdo@ ok sthen@ on the rest | ||
| 5678e5e1 | 2021-06-19 12:38:52 | update to dash-0.5.11.4 | ||
| 12b72b46 | 2021-05-08 15:50:55 | shells/bash: Update to 5.1 patchlevel 8 | ||
| b644c88c | 2021-04-28 20:14:36 | update to an nsh checkout from 20210416 to unbreak from Tom Smyth, who takes maintainer | ||
| 0feea19e | 2021-04-24 13:58:52 | Unbreak with upcoming cmake Remove "--without-included-pcre2". This must be a legacy, cmake doesn't know that and cmake 3.20 is more strict. OK solene@ | ||
| 5cbabf4f | 2021-04-24 13:26:32 | Update to fish-3.2.2 | ||
| 4635ad59 | 2021-04-07 20:08:53 | Update to fish-3.2.1 Taking maintainership OK abieber@ | ||
| 4c8b1f36 | 2021-03-27 16:54:22 | shells/tcsh: restore the behavior where $foo:h returns the whole string Cherry-picked from upstream. Bug reported by Alessandro De Laurenzis. | ||
| 25058fef | 2021-03-22 17:23:22 | nsh: mark BROKEN this port is closely tied to interfaces in the base OS and really needs an active maintainer | ||
| c4f69cc8 | 2021-03-17 08:41:48 | update to py-qtconsole-5.0.3. now it runs with complaining about missing sip (presumably that was broken by an update somewhere in the sip/py-qt5 stack along the lines) | ||
| 3046e077 | 2021-03-08 13:59:23 | bump the golang ports so that pkg_add -u knows to update them | ||
| 78b963bc | 2021-03-05 07:48:59 | Update to fish-3.2.0 ok abieber@ Removal of maintainer per their demand | ||
| 3cbe1c2f | 2021-02-23 19:39:08 | Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. | ||
| 29704c3c | 2021-02-20 22:27:27 | adapt to py-sphinx-3.5.1 | ||
| 4d06e3df | 2021-02-20 20:15:29 | ksh93: mark BROKEN on powerpc libast fails to build on hashalloc.c/tokscan.c, as seen on powerpc64. While here make the BROKEN-powerpc64 line portcheck(1) compliant (trailing whitespace, length > 80 chars). | ||
| 248932be | 2021-02-19 23:13:00 | switch MODPY_BIN_SUFFIX to -2 for py2 and (blank) for py3 switch ports using command-line tools from py-sphinx that don't need a py2 version of it to py3-sphinx | ||
| 2ee1cab4 | 2021-02-18 15:04:45 | fix previous | ||
| 27c2d7e1 | 2021-02-18 13:01:56 | remove bogus MODPY_BIN_SUFFIX | ||
| ed0876a3 | 2021-02-09 22:13:19 | shells/yash: maintenance update to 2.51 | ||
| 6ffca59a | 2021-02-04 22:13:09 | shells/nsh: update to new snapshot, fix build with -fno-common The new snapshot mostly incorporates the existing port patches. | ||
| 8c3ce0a8 | 2021-01-30 23:37:40 | shells/tcsh: fix testsuite failures in 6.22.03 autom4te inserts spurious '(' opening parentheses to balance ')' closing parentheses that are part of a case statement, creating invalid shell code | ||
| e4cb24c9 | 2021-01-28 20:24:56 | shells/tcsh: update to 6.22.03 to fix minor bugs and the -fno-common build | ||
| 8e6b2184 | 2021-01-23 14:16:36 | mark broken on powerpc64: libast fails to build on hashalloc.c/tokscan.c | ||
| 370d6920 | 2021-01-19 21:59:31 | Update to dash-0.5.11.3 | ||
| 4c7a31e7 | 2020-12-20 11:27:42 | update to 5.1 patchlevel 4 | ||
| ceb3a630 | 2020-12-10 02:20:29 | update py-sphinx to 1.5.6 main changes are: - add a new dep on py-requests - undo the no longer needed iftex.sty workaround - move MODPY variables to more standard location - regen plist Unfortunately py-sphinx changed the suffix from .txt to .rst.txt in the 1.5 series. This means we have to update PLISTs for about 20+ ports as a result of this version update. Hopefully future updates of py-sphinx won't be quite as involved. ok sthen@ | ||
| b934114e | 2020-12-08 20:45:15 | Update to 5.1. Lots of changes, but nothing really changed. Release announcement: https://lists.gnu.org/archive/html/bug-bash/2020-12/msg00002.html | ||
| a424b925 | 2020-11-06 20:48:53 | Maintenance update to dash-0.5.11.2 | ||
| d6b5b110 | 2020-09-14 09:54:52 | update to bash-completion-2.11 | ||
| 9f9c9f63 | 2020-08-06 16:18:16 | The net.pipex.inq and outq sysctls no longer exist. | ||
| 33c0224b | 2020-07-22 19:14:25 | update to 5.0 patchlevel 18 | ||
| b93bae43 | 2020-07-21 16:48:06 | build without the zsh memory allocator and secure free implementation. just like with bash, this winds up using brk and results in broken runtime on powerpc64. ok pea@ (MAINTAINER) | ||
| 317591b5 | 2020-07-21 16:46:13 | explicitly build without "bash malloc"; this would end up using their homegrown memory allocation routines based on brk. found on powerpc64 where this broke horribly. ok naddy@ (MAINTAINER) | ||
| 7489d585 | 2020-07-12 00:35:59 | Bugfix update to dash-0.5.11.1 | ||
| 95d31a4b | 2020-07-03 21:44:29 | bump for search.cpan.org->metacpan.org change | ||
| d9cfe411 | 2020-07-03 21:12:24 | bump REVISION; python 3 default changed to 3.8 | ||
| 9ad121d7 | 2020-07-01 13:59:49 | bash-completion: replace some MODPY_BIN_SUFFIX with -3, pointed out by aja@ | ||
| f635fe20 | 2020-06-30 23:24:53 | bash-completion: fix a MODPY_VERSIOM which should just be 3.7 | ||
| 763ff969 | 2020-06-19 16:34:41 | Update to dash-0.5.11 | ||
| 4d4a29c8 | 2020-06-11 04:30:26 | +zsh-syntax-highlighting | ||
| 41831861 | 2020-06-11 04:29:30 | Import zsh-syntax-highlighting-0.7.1, OK sthen@ This package provides syntax highlighting for the shell zsh. It enables highlighting of commands whilst they are typed at a zsh prompt into an interactive terminal. This helps in reviewing commands before running them, particularly in catching syntax errors. | ||
| a1b9478e | 2020-06-01 16:33:05 | fix misspelled SYSCONFDIR in plist | ||
| d4e8fbbd | 2020-05-16 11:16:09 | zap stray , in TEST_DEPENDS | ||
| c2e65acb | 2020-05-15 11:27:28 | Do not RDEP on bash; this will allow to use this to add support for bash-completion in applications without adding an indirect build dependency on bash ok jasper@ | ||
| cd2a16fd | 2020-05-15 09:14:41 | Append sysutils to CATEGORIES. | ||
| 76bb2110 | 2020-05-15 01:36:52 | Update fish to 3.1.2 Changes here: https://github.com/fish-shell/fish-shell/releases | ||
| b2b3dd4b | 2020-05-14 15:28:00 | +bash-completion | ||
| 1c506e38 | 2020-05-14 15:27:27 | import bash-completion-2.10 bash-completion is a collection of command line command completions for the Bash shell, collection of helper functions to assist in creating new completions, and set of facilities for loading completions automatically on demand, as well as installing them. ok aja@ | ||
| a752f2bf | 2020-04-26 21:28:56 | update to 5.0 patchlevel 17 for a process substitution fix | ||
| 9c0d1860 | 2020-04-17 23:59:50 | add a comment next to BROKEN-aarch64 to suggest trying removing it with the next update, hopefully vendored libs will be updated by then | ||
| f1ff1d33 | 2020-04-14 21:38:00 | disable some golang ports on aarch64, failing builds mostly due to golang.org/x/sys/unix or golang.org/x/net/internal/socket problems (which suggests they have old vendored copies that don't include aarch64 support) | ||
| 40b944f6 | 2020-04-03 02:47:53 | Update to elvish-0.13.1 Fix crash when running external command with port table nil values. | ||
| 27883b19 | 2020-03-29 21:24:03 | Update zsh to 5.8 "Security and bug fix release with a few user visible additions." Changelog: http://zsh.sourceforge.net/releases.html This release fixes CVE-2019-20044. (Not tested on OpenBSD) Feedback and tests from Matthew Martin, thanks! | ||
| ee736f75 | 2020-03-15 18:20:25 | add missing build dep for textproc/py-sphinx | ||
| e5661f1d | 2020-03-14 16:31:29 | Update fish to 3.1.0. Changelog here: https://fishshell.com/release_notes.html - Remove our patches as they are upstream. - Switch to cmake. | ||
| 4e4a95a8 | 2020-03-12 20:36:11 | update to 2.49, which has a number of bug fixes | ||
| 83d9de75 | 2020-03-06 17:57:15 | Remove python2 FLAVOR, migrate to python3 by default. OK jca@, sthen@ | ||
| aebfb7a7 | 2020-02-24 20:58:06 | provide debug package |