diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-05-31 13:05:28 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-05-31 13:06:17 +0000 |
commit | e9a35a1c5016dde2e50c722753b048dfeb7093be (patch) | |
tree | 1e2a36f175ed9554aaafd3a9ec1a04afd93ee431 /misc | |
parent | aa578f2b89663f8ceebf372218cdd744dda11609 (diff) |
Diffstat (limited to 'misc')
-rw-r--r-- | misc/broot/Makefile | 2 | ||||
-rw-r--r-- | misc/ruut/Makefile | 2 | ||||
-rw-r--r-- | misc/xd-rust/Makefile | 2 | ||||
-rw-r--r-- | misc/xplr/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/misc/broot/Makefile b/misc/broot/Makefile index 3327c416530b..01352548dced 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,7 +1,7 @@ PORTNAME= broot DISTVERSIONPREFIX= v DISTVERSION= 1.11.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/ruut/Makefile b/misc/ruut/Makefile index 7d812bfae491..c92c1e174765 100644 --- a/misc/ruut/Makefile +++ b/misc/ruut/Makefile @@ -1,7 +1,7 @@ PORTNAME= ruut DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile index f18b94289d6b..824b91cb8202 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index d758d6294105..8283bd06e726 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,7 +1,7 @@ PORTNAME= xplr DISTVERSIONPREFIX= v DISTVERSION= 0.17.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org |