aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2023-09-08 13:49:14 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2023-09-08 13:50:20 +0000
commit482248a09dab712095926b4a2b160ab36fd89022 (patch)
tree80bd3dac2a15e24d717f0b741dc99bbfb8552f6a
parentd9c01bde03c7bbc3ac798d10976896f25676194f (diff)
downloadports-482248a09dab712095926b4a2b160ab36fd89022.tar.gz
ports-482248a09dab712095926b4a2b160ab36fd89022.zip
Bump ports with dependency to libgit2
See f11ed41604723ab3c75c6a108850858b7efd4f10
-rw-r--r--cad/horizon-eda/Makefile1
-rw-r--r--deskutils/basket/Makefile2
-rw-r--r--deskutils/subsurface/Makefile2
-rw-r--r--devel/R-cran-gert/Makefile2
-rw-r--r--devel/R-cran-git2r/Makefile2
-rw-r--r--devel/cargo-generate/Makefile2
-rw-r--r--devel/criterion/Makefile1
-rw-r--r--devel/dura/Makefile2
-rw-r--r--devel/gbump/Makefile2
-rw-r--r--devel/geany-plugin-git-changebar/Makefile2
-rw-r--r--devel/geany-plugin-workbench/Makefile2
-rw-r--r--devel/git-absorb/Makefile2
-rw-r--r--devel/gitg/Makefile1
-rw-r--r--devel/gitui/Makefile2
-rw-r--r--devel/gnome-builder/Makefile2
-rw-r--r--devel/grv/Makefile2
-rw-r--r--devel/interactive_rebase_tool/Makefile2
-rw-r--r--devel/kf5-ktexteditor/Makefile1
-rw-r--r--devel/libegit2/Makefile2
-rw-r--r--devel/libgit2-glib/Makefile1
-rw-r--r--devel/sentry-cli/Makefile2
-rw-r--r--editors/elementary-code/Makefile1
-rw-r--r--editors/gedit-plugins/Makefile2
-rw-r--r--editors/jucipp/Makefile2
-rw-r--r--editors/kate/Makefile1
-rw-r--r--editors/lapce/Makefile2
-rw-r--r--editors/pluma-plugins/Makefile2
-rw-r--r--lang/julia/Makefile1
-rw-r--r--misc/broot/Makefile2
-rw-r--r--security/cargo-audit/Makefile2
-rw-r--r--shells/starship/Makefile2
-rw-r--r--sysutils/exa/Makefile2
-rw-r--r--sysutils/onefetch/Makefile2
-rw-r--r--textproc/bat/Makefile2
-rw-r--r--textproc/mergestat/Makefile2
-rw-r--r--www/stagit/Makefile1
36 files changed, 36 insertions, 27 deletions
diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile
index 42eb5c7b8893..e20f9d7d8a3c 100644
--- a/cad/horizon-eda/Makefile
+++ b/cad/horizon-eda/Makefile
@@ -1,6 +1,7 @@
PORTNAME= horizon-eda
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.0
+PORTREVISION= 1
CATEGORIES= cad
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile
index 24cf7d670e0c..a6ff4168c365 100644
--- a/deskutils/basket/Makefile
+++ b/deskutils/basket/Makefile
@@ -2,7 +2,7 @@ PORTNAME= basket
DISTVERSIONPREFIX= v
DISTVERSION= 2.49a-46
DISTVERSIONSUFFIX= -g60e38c6
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= deskutils kde
MAINTAINER= ports@FreeBSD.org
diff --git a/deskutils/subsurface/Makefile b/deskutils/subsurface/Makefile
index 4beb9f6f30ac..0ee4da6a1b84 100644
--- a/deskutils/subsurface/Makefile
+++ b/deskutils/subsurface/Makefile
@@ -1,7 +1,7 @@
PORTNAME= subsurface
DISTVERSIONPREFIX=v
DISTVERSION= 5.0.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
MAINTAINER= romain@FreeBSD.org
diff --git a/devel/R-cran-gert/Makefile b/devel/R-cran-gert/Makefile
index 0e8cd759d666..dd8f71cbe26c 100644
--- a/devel/R-cran-gert/Makefile
+++ b/devel/R-cran-gert/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gert
DISTVERSION= 1.3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/devel/R-cran-git2r/Makefile b/devel/R-cran-git2r/Makefile
index cb503981f86e..03fe4c80c9a2 100644
--- a/devel/R-cran-git2r/Makefile
+++ b/devel/R-cran-git2r/Makefile
@@ -1,6 +1,6 @@
PORTNAME= git2r
DISTVERSION= 0.27.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${DISTVERSION}
diff --git a/devel/cargo-generate/Makefile b/devel/cargo-generate/Makefile
index fabd9db2a7d4..f01695b6cbbe 100644
--- a/devel/cargo-generate/Makefile
+++ b/devel/cargo-generate/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cargo-generate
DISTVERSIONPREFIX= v
DISTVERSION= 0.18.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= lcook@FreeBSD.org
diff --git a/devel/criterion/Makefile b/devel/criterion/Makefile
index df99d0bc3014..c674bd81f2c9 100644
--- a/devel/criterion/Makefile
+++ b/devel/criterion/Makefile
@@ -1,6 +1,7 @@
PORTNAME= criterion
DISTVERSIONPREFIX= v
DISTVERSION= 2.4.2
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/dura/Makefile b/devel/dura/Makefile
index 3a2227fa6952..ae6e5a7dff53 100644
--- a/devel/dura/Makefile
+++ b/devel/dura/Makefile
@@ -1,7 +1,7 @@
PORTNAME= dura
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/gbump/Makefile b/devel/gbump/Makefile
index 9e18d9ae5281..47feecdcd9a8 100644
--- a/devel/gbump/Makefile
+++ b/devel/gbump/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gbump
PORTVERSION= 1.0.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= CRATESIO
DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
diff --git a/devel/geany-plugin-git-changebar/Makefile b/devel/geany-plugin-git-changebar/Makefile
index fa89874106ee..836e837bac9c 100644
--- a/devel/geany-plugin-git-changebar/Makefile
+++ b/devel/geany-plugin-git-changebar/Makefile
@@ -1,6 +1,6 @@
PORTNAME= geany-plugin-git-changebar
PORTVERSION= ${GEANY_VER}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
diff --git a/devel/geany-plugin-workbench/Makefile b/devel/geany-plugin-workbench/Makefile
index af2a2d33696e..6f62df75ae6d 100644
--- a/devel/geany-plugin-workbench/Makefile
+++ b/devel/geany-plugin-workbench/Makefile
@@ -1,6 +1,6 @@
PORTNAME= geany-plugin-workbench
PORTVERSION= ${GEANY_VER}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MAINTAINER= madpilot@FreeBSD.org
diff --git a/devel/git-absorb/Makefile b/devel/git-absorb/Makefile
index 86a224b222cd..a683ef4dab92 100644
--- a/devel/git-absorb/Makefile
+++ b/devel/git-absorb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= git-absorb
DISTVERSION= 0.6.10
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel
MAINTAINER= eduardo@FreeBSD.org
diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile
index 78e4d5dda994..8fd23ae2d378 100644
--- a/devel/gitg/Makefile
+++ b/devel/gitg/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gitg
PORTVERSION= 41
+PORTREVISION= 1
CATEGORIES= devel deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile
index 83a79ccbb37b..dbf2161aba74 100644
--- a/devel/gitui/Makefile
+++ b/devel/gitui/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gitui
DISTVERSIONPREFIX= v
DISTVERSION= 0.24.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
diff --git a/devel/gnome-builder/Makefile b/devel/gnome-builder/Makefile
index 615b7b2a0261..88ace06c141a 100644
--- a/devel/gnome-builder/Makefile
+++ b/devel/gnome-builder/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnome-builder
PORTVERSION= 42.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
diff --git a/devel/grv/Makefile b/devel/grv/Makefile
index e5b82cd9d726..3a745d68692f 100644
--- a/devel/grv/Makefile
+++ b/devel/grv/Makefile
@@ -1,7 +1,7 @@
PORTNAME= grv
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.2
-PORTREVISION= 19
+PORTREVISION= 20
CATEGORIES= devel
MAINTAINER= dmgk@FreeBSD.org
diff --git a/devel/interactive_rebase_tool/Makefile b/devel/interactive_rebase_tool/Makefile
index a53f661e1e27..ae26caf3f155 100644
--- a/devel/interactive_rebase_tool/Makefile
+++ b/devel/interactive_rebase_tool/Makefile
@@ -1,6 +1,6 @@
PORTNAME= interactive_rebase_tool
DISTVERSION= 2.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= petteri.valkonen@iki.fi
diff --git a/devel/kf5-ktexteditor/Makefile b/devel/kf5-ktexteditor/Makefile
index 12e9d69324af..61b187b0e52f 100644
--- a/devel/kf5-ktexteditor/Makefile
+++ b/devel/kf5-ktexteditor/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ktexteditor
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
diff --git a/devel/libegit2/Makefile b/devel/libegit2/Makefile
index ba897c82afa6..5cc2fffdd4db 100644
--- a/devel/libegit2/Makefile
+++ b/devel/libegit2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= libegit2
DISTVERSION= g20200515
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= devel elisp
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/devel/libgit2-glib/Makefile b/devel/libgit2-glib/Makefile
index a31cb2df8206..80694229b995 100644
--- a/devel/libgit2-glib/Makefile
+++ b/devel/libgit2-glib/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libgit2-glib
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
diff --git a/devel/sentry-cli/Makefile b/devel/sentry-cli/Makefile
index c9862d43bd77..761caae12341 100644
--- a/devel/sentry-cli/Makefile
+++ b/devel/sentry-cli/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sentry-cli
DISTVERSION= 2.20.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= lcook@FreeBSD.org
diff --git a/editors/elementary-code/Makefile b/editors/elementary-code/Makefile
index 9629b1174e35..28bb7b020556 100644
--- a/editors/elementary-code/Makefile
+++ b/editors/elementary-code/Makefile
@@ -1,5 +1,6 @@
PORTNAME= elementary-code
DISTVERSION= 7.1.0
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= miguel@gocobachi.dev
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index edd7a551e6c5..75d46bc2eea0 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gedit-plugins
PORTVERSION= 43.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
diff --git a/editors/jucipp/Makefile b/editors/jucipp/Makefile
index 1a2e5bd813dd..6b71bfcc0939 100644
--- a/editors/jucipp/Makefile
+++ b/editors/jucipp/Makefile
@@ -1,7 +1,7 @@
PORTNAME= jucipp
DISTVERSIONPREFIX= v
DISTVERSION= 1.7.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= editors
MAINTAINER= info@babaei.net
diff --git a/editors/kate/Makefile b/editors/kate/Makefile
index c2d79fe86e49..d6cac7097e8a 100644
--- a/editors/kate/Makefile
+++ b/editors/kate/Makefile
@@ -1,5 +1,6 @@
PORTNAME= kate
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
+PORTREVISION= 1
CATEGORIES= editors kde kde-applications
MAINTAINER= kde@FreeBSD.org
diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile
index 691032b302e8..59d7550ef4bd 100644
--- a/editors/lapce/Makefile
+++ b/editors/lapce/Makefile
@@ -1,7 +1,7 @@
PORTNAME= lapce
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.8 # remove openssl-src-* from CARGO-CRATES each update
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= editors
MAINTAINER= eduardo@FreeBSD.org
diff --git a/editors/pluma-plugins/Makefile b/editors/pluma-plugins/Makefile
index 3469075b2e4e..851663a22b9b 100644
--- a/editors/pluma-plugins/Makefile
+++ b/editors/pluma-plugins/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pluma-plugins
PORTVERSION= 1.26.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= editors mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
diff --git a/lang/julia/Makefile b/lang/julia/Makefile
index daaf8c24240d..81eff1301518 100644
--- a/lang/julia/Makefile
+++ b/lang/julia/Makefile
@@ -1,5 +1,6 @@
PORTNAME= julia
DISTVERSION= 1.9.3
+PORTREVISION= 1
DISTVERSIONSUFFIX= -full
CATEGORIES= lang math
MASTER_SITES= https://github.com/JuliaLang/${PORTNAME}/releases/download/v${DISTVERSION}/
diff --git a/misc/broot/Makefile b/misc/broot/Makefile
index 4837a11a7bfc..fb14489d99df 100644
--- a/misc/broot/Makefile
+++ b/misc/broot/Makefile
@@ -1,7 +1,7 @@
PORTNAME= broot
DISTVERSIONPREFIX= v
DISTVERSION= 1.25.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc
MAINTAINER= lcook@FreeBSD.org
diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile
index fbf0426c9dd2..89de1528430a 100644
--- a/security/cargo-audit/Makefile
+++ b/security/cargo-audit/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cargo-audit
DISTVERSIONPREFIX= ${PORTNAME}/v
DISTVERSION= 0.17.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MAINTAINER= mikael@FreeBSD.org
diff --git a/shells/starship/Makefile b/shells/starship/Makefile
index c5f3110623b0..d68442bc1ac0 100644
--- a/shells/starship/Makefile
+++ b/shells/starship/Makefile
@@ -1,6 +1,6 @@
PORTNAME= starship
DISTVERSION= 1.16.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= shells
MASTER_SITES= CRATESIO
DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT}
diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile
index c4291236d2ee..d959a8f947dd 100644
--- a/sysutils/exa/Makefile
+++ b/sysutils/exa/Makefile
@@ -1,7 +1,7 @@
PORTNAME= exa
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.1
-PORTREVISION= 24
+PORTREVISION= 25
CATEGORIES= sysutils
MAINTAINER= mikael@FreeBSD.org
diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile
index 962729dd9729..272daf6624d8 100644
--- a/sysutils/onefetch/Makefile
+++ b/sysutils/onefetch/Makefile
@@ -1,6 +1,6 @@
PORTNAME= onefetch
DISTVERSION= 2.18.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils devel
MAINTAINER= lcook@FreeBSD.org
diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile
index 9e02dfba06c8..287191669f78 100644
--- a/textproc/bat/Makefile
+++ b/textproc/bat/Makefile
@@ -1,7 +1,7 @@
PORTNAME= bat
DISTVERSIONPREFIX= v
DISTVERSION= 0.23.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= textproc
MAINTAINER= pizzamig@FreeBSD.org
diff --git a/textproc/mergestat/Makefile b/textproc/mergestat/Makefile
index d2be673cef66..261f069ece4d 100644
--- a/textproc/mergestat/Makefile
+++ b/textproc/mergestat/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mergestat
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.4
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= textproc
MAINTAINER= lcook@FreeBSD.org
diff --git a/www/stagit/Makefile b/www/stagit/Makefile
index 25ec7d7da97f..0171d70fcf65 100644
--- a/www/stagit/Makefile
+++ b/www/stagit/Makefile
@@ -1,5 +1,6 @@
PORTNAME= stagit
PORTVERSION= 1.2
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://codemadness.org/releases/stagit/