diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ad/Makefile | 2 | ||||
-rw-r--r-- | editors/amp/Makefile | 2 | ||||
-rw-r--r-- | editors/bee-host/Makefile | 7 | ||||
-rw-r--r-- | editors/bee-host/distinfo | 6 | ||||
-rw-r--r-- | editors/bee-host/files/patch-CMakeLists.txt | 115 | ||||
-rw-r--r-- | editors/calligra/distinfo | 6 | ||||
-rw-r--r-- | editors/emacs-devel/Makefile | 5 | ||||
-rw-r--r-- | editors/emacs-devel/distinfo | 6 | ||||
-rw-r--r-- | editors/emacs-devel/pkg-plist | 15 | ||||
-rw-r--r-- | editors/ghostwriter/distinfo | 6 | ||||
-rw-r--r-- | editors/helix/Makefile | 2 | ||||
-rw-r--r-- | editors/kakoune-lsp/Makefile | 2 | ||||
-rw-r--r-- | editors/kate/distinfo | 6 | ||||
-rw-r--r-- | editors/kate/pkg-plist | 1 | ||||
-rw-r--r-- | editors/kibi/Makefile | 2 | ||||
-rw-r--r-- | editors/languageclient-neovim/Makefile | 2 | ||||
-rw-r--r-- | editors/lapce/Makefile | 1 | ||||
-rw-r--r-- | editors/microsoft-edit/Makefile | 2 | ||||
-rw-r--r-- | editors/neovim-gtk/Makefile | 2 | ||||
-rw-r--r-- | editors/ox/Makefile | 2 | ||||
-rw-r--r-- | editors/parinfer-rust/Makefile | 2 | ||||
-rw-r--r-- | editors/vscode/Makefile | 2 |
22 files changed, 134 insertions, 62 deletions
diff --git a/editors/ad/Makefile b/editors/ad/Makefile index f1009c7de26f..00776ba7b3d0 100644 --- a/editors/ad/Makefile +++ b/editors/ad/Makefile @@ -1,6 +1,6 @@ PORTNAME= ad DISTVERSION= 0.3.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MAINTAINER= fuz@FreeBSD.org diff --git a/editors/amp/Makefile b/editors/amp/Makefile index aee57c0bc659..d9c760e67392 100644 --- a/editors/amp/Makefile +++ b/editors/amp/Makefile @@ -1,6 +1,6 @@ PORTNAME= amp DISTVERSION= 0.7.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/bee-host/Makefile b/editors/bee-host/Makefile index cf12c5f38a3e..3af83dc6590a 100644 --- a/editors/bee-host/Makefile +++ b/editors/bee-host/Makefile @@ -1,5 +1,5 @@ PORTNAME= bee-host -DISTVERSION= 1.3.7-3 +DISTVERSION= 1.4.0 CATEGORIES= editors www MAINTAINER= thierry@FreeBSD.org @@ -8,14 +8,15 @@ WWW= https://github.com/rosmanov/bee-host LICENSE= MIT -LIB_DEPENDS= libcjson.so:devel/libcjson +LIB_DEPENDS= libuv.so:devel/libuv \ + libcjson.so:devel/libcjson USE_GITHUB= yes GH_ACCOUNT= rosmanov USES= cmake:noninja localbase:ldflags shebangfix SHEBANG_GLOB= *.sh -LDFLAGS+= -lcjson -lcjson_utils +LDFLAGS+= -lcjson -lcjson_utils -luv CMAKE_ARGS= -DCMAKE_DOC_DIR:PATH=${DOCSDIR_REL} OPTIONS_DEFINE= DOCS diff --git a/editors/bee-host/distinfo b/editors/bee-host/distinfo index 374d080c50a2..6f88436d3643 100644 --- a/editors/bee-host/distinfo +++ b/editors/bee-host/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746552217 -SHA256 (rosmanov-bee-host-1.3.7-3_GH0.tar.gz) = a9b023f313754716f4ac2ce05615711d3df334e5cbf06ed4de0d94dd17e9a5d1 -SIZE (rosmanov-bee-host-1.3.7-3_GH0.tar.gz) = 31443 +TIMESTAMP = 1751299136 +SHA256 (rosmanov-bee-host-1.4.0_GH0.tar.gz) = 8fac983e514f259a496f00e82f5b2d6f101fb85e9af75abcb4310b575488a668 +SIZE (rosmanov-bee-host-1.4.0_GH0.tar.gz) = 35909 diff --git a/editors/bee-host/files/patch-CMakeLists.txt b/editors/bee-host/files/patch-CMakeLists.txt index cfc68a29e43f..5295ebf1a6c6 100644 --- a/editors/bee-host/files/patch-CMakeLists.txt +++ b/editors/bee-host/files/patch-CMakeLists.txt @@ -1,57 +1,112 @@ ---- CMakeLists.txt.orig 2025-04-21 15:28:54 UTC +--- CMakeLists.txt.orig 2025-06-08 19:16:44 UTC +++ CMakeLists.txt -@@ -39,27 +39,7 @@ set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) +@@ -43,94 +43,10 @@ set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) --# cJSON and cJSONUtils +-set(cjson_cmake_args +- -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> +- -DBUILD_SHARED_AND_STATIC_LIBS=On +- -DBUILD_SHARED_LIBS=Off +- -DENABLE_CJSON_TEST=Off +- -DENABLE_CJSON_UTILS=On +- -DENABLE_TARGET_EXPORT=On +- -DCMAKE_POLICY_VERSION_MINIMUM=3.5 +- -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_EXE_LINKER_FLAGS=${CMAKE_EXE_LINKER_FLAGS} +- -DCMAKE_SHARED_LINKER_FLAGS=${CMAKE_SHARED_LINKER_FLAGS} +- -DCMAKE_SYSTEM_NAME=${CMAKE_SYSTEM_NAME} +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +-) +-if(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) +- list(APPEND cjson_cmake_args -DWIN32=ON) +-endif() ++# cJSON and cJSONUtils installed from devel/libcjso + -ExternalProject_Add(cjson - GIT_REPOSITORY "https://github.com/DaveGamble/cJSON" -- GIT_TAG "v1.7.15" +- GIT_TAG "v1.7.18" - PREFIX "${EXTERNAL_DIR}/cJSON" - BUILD_IN_SOURCE 1 - TEST_COMMAND "" - INSTALL_COMMAND "" -- CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR> -- -DBUILD_SHARED_AND_STATIC_LIBS=On -- -DBUILD_SHARED_LIBS=Off -- -DENABLE_CJSON_TEST=Off -- -DENABLE_CJSON_UTILS=On -- -DENABLE_TARGET_EXPORT=On -- ) +- CMAKE_ARGS ${cjson_cmake_args} +-) -ExternalProject_Get_Property(cjson source_dir) -ExternalProject_Get_Property(cjson binary_dir) -ExternalProject_Get_Property(cjson download_dir) -set(CJSON_SOURCE_DIR "${source_dir}") -set(CJSON_BINARY_DIR "${binary_dir}") -set(CJSON_DOWNLOAD_DIR "${download_dir}") -+# cJSON and cJSONUtils installed from devel/libcjson +-if (CMAKE_C_COMPILER_ID STREQUAL "MSVC") +- set(CJSON_STATIC_NAME "cjson.lib") +-else() +- set(CJSON_STATIC_NAME "libcjson.a") +-endif() +-# Full path to the expected built static lib +-set(CJSON_STATIC_LIB "${CJSON_BINARY_DIR}/${CJSON_STATIC_NAME}") ++# libuv installed from devel/libuv +-set(LIBUV_TAG v1.51.0) +-set(EXTERNAL_DIR ${CMAKE_CURRENT_BINARY_DIR}/external) +- +-set(libuv_cmake_args +- -DCMAKE_SYSTEM_NAME=${CMAKE_SYSTEM_NAME} +- -DCMAKE_SYSTEM_PROCESSOR=${CMAKE_SYSTEM_PROCESSOR} +- -DCMAKE_C_COMPILER=${CMAKE_C_COMPILER} +- -DCMAKE_C_FLAGS=${CMAKE_C_FLAGS} +- -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} +- -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} +- -DCMAKE_EXE_LINKER_FLAGS=${CMAKE_EXE_LINKER_FLAGS} +- -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> +- -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} +- -DLIBUV_BUILD_TESTS=OFF +- -DLIBUV_BUILD_EXAMPLES=OFF +- -DLIBUV_INSTALL=OFF +- -DCMAKE_POSITION_INDEPENDENT_CODE=ON +- -DCMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES} +-) +-# Append UV_DISABLE_CLOCK_GETTIME only for Windows +-if(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) +- list(APPEND libuv_cmake_args -DWIN32=ON) +-endif() +- +-ExternalProject_Add(libuv_ep +- GIT_REPOSITORY "https://github.com/libuv/libuv.git" +- GIT_TAG "${LIBUV_TAG}" +- PREFIX "${EXTERNAL_DIR}/libuv" +- CMAKE_ARGS ${libuv_cmake_args} +- INSTALL_COMMAND "" +- TEST_COMMAND "" +-) +-ExternalProject_Get_Property(libuv_ep source_dir) +-ExternalProject_Get_Property(libuv_ep binary_dir) +-set(LIBUV_SOURCE_DIR "${source_dir}") +-set(LIBUV_BINARY_DIR "${binary_dir}") +-if (CMAKE_C_COMPILER_ID STREQUAL "MSVC") +- set(LIBUV_STATIC_NAME "uv.lib") +-else() +- set(LIBUV_STATIC_NAME "libuv.a") +-endif() +-# Full path to the expected built static lib +-set(LIBUV_STATIC_LIB "${LIBUV_BINARY_DIR}/${LIBUV_STATIC_NAME}") +- # beectl set(BEECTL_SRCS -@@ -70,21 +50,13 @@ set(BEECTL_SRCS - src/mkstemps.c - # This is nasty, but I couldn't find a way to use CMAKE_TOOLCHAIN_FILE - # for the external project (see comments below.) -- "${CJSON_SOURCE_DIR}/cJSON.c" - ) - - add_executable(beectl ${BEECTL_SRCS}) + src/beectl.c +@@ -189,8 +105,6 @@ set_property(TARGET beectl PROPERTY C_STANDARD 11) # C + endif() --# Workaround for CMake versions which require the cJSON.c file to exist before --# downloading the external project. --add_custom_command(TARGET beectl PRE_BUILD -- BYPRODUCTS "${CJSON_SOURCE_DIR}/cJSON.c" -- COMMAND touch "${CJSON_SOURCE_DIR}/cJSON.c") -- - target_compile_features(beectl PRIVATE c_variadic_macros) - target_include_directories(beectl PRIVATE "${CJSON_DOWNLOAD_DIR}") set_property(TARGET beectl PROPERTY C_STANDARD 11) # C11 -add_dependencies(beectl cjson) +-add_dependencies(beectl libuv_ep) # The following would be better approach than including cJSON files in our # source list. But the build fails when cross-compiling, since -@@ -126,14 +98,14 @@ set(BEECTL_MANIFEST_TARGET_PATH "${CMAKE_INSTALL_PREFI +@@ -233,14 +147,14 @@ set(BEECTL_MANIFEST_TARGET_PATH "${CMAKE_INSTALL_PREFI message(STATUS "CMAKE_INSTALL_PREFIX: ${CMAKE_INSTALL_PREFIX}") set(BEECTL_MANIFEST_TARGET_PATH "${CMAKE_INSTALL_PREFIX}/bin/beectl") @@ -68,7 +123,7 @@ endif() # RPM package properties -@@ -288,7 +260,7 @@ else(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) +@@ -416,7 +330,7 @@ else(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) COMPONENT config) else(uppercase_CMAKE_SYSTEM_NAME MATCHES WINDOWS) # Install host app diff --git a/editors/calligra/distinfo b/editors/calligra/distinfo index a62936a14eb8..4fe0784db4d9 100644 --- a/editors/calligra/distinfo +++ b/editors/calligra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749047332 -SHA256 (KDE/release-service/25.04.2/calligra-25.04.2.tar.xz) = 0c06c1df4200e3e5167829a52907553f83d8de50e0ea45c26898fea9c1850b42 -SIZE (KDE/release-service/25.04.2/calligra-25.04.2.tar.xz) = 58079932 +TIMESTAMP = 1751381329 +SHA256 (KDE/release-service/25.04.3/calligra-25.04.3.tar.xz) = 26d75a67eca8a137849bc925da0f65f49f11c29e9fc75346cb2d6627036e6d4f +SIZE (KDE/release-service/25.04.3/calligra-25.04.3.tar.xz) = 58006524 diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 2313f76ccdeb..d51ae2755cd4 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -1,6 +1,5 @@ PORTNAME= emacs -DISTVERSION= 31.0.50.20250617 -PORTREVISION= 1 +DISTVERSION= 31.0.50.20250701 PORTEPOCH= 3 CATEGORIES= editors PKGNAMESUFFIX= -devel @@ -25,7 +24,7 @@ USES= autoreconf:build cpe gmake localbase:ldflags makeinfo ncurses \ CPE_VENDOR= gnu USE_GITHUB= yes GH_ACCOUNT= emacs-mirror -GH_TAGNAME= 27a524602ff +GH_TAGNAME= f48c283e885 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-build-details \ diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index 3d5ef796d295..71cc70a5b482 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750215520 -SHA256 (emacs-mirror-emacs-31.0.50.20250617-27a524602ff_GH0.tar.gz) = 21beccd95f3c58d37952349dfed9ebf90ade20cbe69da0a4ee40307868e99aca -SIZE (emacs-mirror-emacs-31.0.50.20250617-27a524602ff_GH0.tar.gz) = 52159584 +TIMESTAMP = 1751512023 +SHA256 (emacs-mirror-emacs-31.0.50.20250701-f48c283e885_GH0.tar.gz) = bf1d4213baa8edc71f46a0fa3abb0ec9f5fb5c218284084b0cc0591d95cc4202 +SIZE (emacs-mirror-emacs-31.0.50.20250701-f48c283e885_GH0.tar.gz) = 52178471 diff --git a/editors/emacs-devel/pkg-plist b/editors/emacs-devel/pkg-plist index a26776292e28..6d4634db1a8c 100644 --- a/editors/emacs-devel/pkg-plist +++ b/editors/emacs-devel/pkg-plist @@ -596,6 +596,21 @@ share/applications/emacsclient.desktop %%DATADIR%%/%%EMACS_VER%%/etc/images/outline-close.svg %%DATADIR%%/%%EMACS_VER%%/etc/images/outline-open.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/outline-open.svg +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/delete.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/delete.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/execute.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/execute.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/info.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/info.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/install.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/install.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/unmark.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/unmark.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/upgrade.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/upgrade.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/url.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/package-menu/url.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/paste.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/paste.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/preferences.pbm diff --git a/editors/ghostwriter/distinfo b/editors/ghostwriter/distinfo index 13c826213c20..1ad5fa48c068 100644 --- a/editors/ghostwriter/distinfo +++ b/editors/ghostwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036372 -SHA256 (KDE/release-service/25.04.2/ghostwriter-25.04.2.tar.xz) = 12c1dfd2f81ff44e4a074714b07d341a35e5cc058a69338ecface648d17c841a -SIZE (KDE/release-service/25.04.2/ghostwriter-25.04.2.tar.xz) = 2723008 +TIMESTAMP = 1751381332 +SHA256 (KDE/release-service/25.04.3/ghostwriter-25.04.3.tar.xz) = 87043eeb3bd4f096e56ce4df26d001ab158bf95cddbd01f69866f1c1223d73e8 +SIZE (KDE/release-service/25.04.3/ghostwriter-25.04.3.tar.xz) = 2722240 diff --git a/editors/helix/Makefile b/editors/helix/Makefile index 2892d2f083d9..729d37caf3b6 100644 --- a/editors/helix/Makefile +++ b/editors/helix/Makefile @@ -1,6 +1,6 @@ PORTNAME= helix DISTVERSION= 25.01.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MASTER_SITES= https://git.sr.ht/~ecs/tree-sitter-hare/archive/:treesitterhare \ https://git.sr.ht/~jummit/tree-sitter-wren/archive/:treesitterwren \ diff --git a/editors/kakoune-lsp/Makefile b/editors/kakoune-lsp/Makefile index e5e275fa7c5e..0ed870365c8a 100644 --- a/editors/kakoune-lsp/Makefile +++ b/editors/kakoune-lsp/Makefile @@ -1,7 +1,7 @@ PORTNAME= kakoune-lsp DISTVERSIONPREFIX= v DISTVERSION= 18.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= ports@FreeBSD.org diff --git a/editors/kate/distinfo b/editors/kate/distinfo index c42cb4c4ed29..8b0b7a7e8a1c 100644 --- a/editors/kate/distinfo +++ b/editors/kate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749036375 -SHA256 (KDE/release-service/25.04.2/kate-25.04.2.tar.xz) = 6951391a19566d2cc36c369aef86b58261169391d5a64cff0fa7301bb17879a5 -SIZE (KDE/release-service/25.04.2/kate-25.04.2.tar.xz) = 8373500 +TIMESTAMP = 1751381334 +SHA256 (KDE/release-service/25.04.3/kate-25.04.3.tar.xz) = 1d4546f8382e1e3bc8410be1c1af88e06eb66ce12c8160c4c84ac28bfb618e97 +SIZE (KDE/release-service/25.04.3/kate-25.04.3.tar.xz) = 8377752 diff --git a/editors/kate/pkg-plist b/editors/kate/pkg-plist index 3724bffb7f9e..5a59601cf60c 100644 --- a/editors/kate/pkg-plist +++ b/editors/kate/pkg-plist @@ -646,6 +646,7 @@ share/locale/he/LC_MESSAGES/katecompilerexplorer.mo share/locale/he/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/he/LC_MESSAGES/katefilebrowserplugin.mo share/locale/he/LC_MESSAGES/katefiletree.mo +share/locale/he/LC_MESSAGES/kategdbplugin.mo share/locale/he/LC_MESSAGES/kategitblameplugin.mo share/locale/he/LC_MESSAGES/katekeyboardmacros.mo share/locale/he/LC_MESSAGES/katekonsoleplugin.mo diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile index 4cc02d49fcd0..b95c06c7fc20 100644 --- a/editors/kibi/Makefile +++ b/editors/kibi/Makefile @@ -1,7 +1,7 @@ PORTNAME= kibi DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 39 +PORTREVISION= 40 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org diff --git a/editors/languageclient-neovim/Makefile b/editors/languageclient-neovim/Makefile index 00718b6dd6ac..000215c3b7e1 100644 --- a/editors/languageclient-neovim/Makefile +++ b/editors/languageclient-neovim/Makefile @@ -1,7 +1,7 @@ PORTNAME= languageclient-neovim DISTVERSION= 0.1.161-3 DISTVERSIONSUFFIX= -gcf6dd11 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile index a8d43eb95e34..65caccff0128 100644 --- a/editors/lapce/Makefile +++ b/editors/lapce/Makefile @@ -1,6 +1,7 @@ PORTNAME= lapce DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 # Cargo.lock patched: `make patch cargo-crates` +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/microsoft-edit/Makefile b/editors/microsoft-edit/Makefile index 9ed34e15e4a8..1e0fdbff5cd3 100644 --- a/editors/microsoft-edit/Makefile +++ b/editors/microsoft-edit/Makefile @@ -1,7 +1,7 @@ PORTNAME= microsoft-edit DISTVERSIONPREFIX= v DISTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MAINTAINER= nobutaka@FreeBSD.org diff --git a/editors/neovim-gtk/Makefile b/editors/neovim-gtk/Makefile index 016afdd4a2af..febe992ddfd3 100644 --- a/editors/neovim-gtk/Makefile +++ b/editors/neovim-gtk/Makefile @@ -1,7 +1,7 @@ PORTNAME= neovim-gtk DISTVERSIONPREFIX= v DISTVERSION= 1.0.4 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= editors MAINTAINER= asomers@FreeBSD.org diff --git a/editors/ox/Makefile b/editors/ox/Makefile index 13591bea9bba..8aaf2e31ffbc 100644 --- a/editors/ox/Makefile +++ b/editors/ox/Makefile @@ -1,6 +1,6 @@ PORTNAME= ox DISTVERSION= 0.7.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors PKGNAMESUFFIX= -text-editor diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index 03e2e48a182e..a174e7d046cd 100644 --- a/editors/parinfer-rust/Makefile +++ b/editors/parinfer-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= parinfer-rust DISTVERSIONPREFIX= v DISTVERSION= 0.4.3.20220110 -PORTREVISION= 31 +PORTREVISION= 32 CATEGORIES= editors MAINTAINER= bofh@FreeBSD.org diff --git a/editors/vscode/Makefile b/editors/vscode/Makefile index 37de2da6adae..0badafcf50be 100644 --- a/editors/vscode/Makefile +++ b/editors/vscode/Makefile @@ -1,6 +1,6 @@ PORTNAME= vscode DISTVERSION= 1.101.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= https://github.com/tagattie/FreeBSD-VSCode/releases/download/${DISTVERSION}/:node_modules DISTFILES= vscode-node-modules-${DISTVERSION}${EXTRACT_SUFX}:node_modules \ |