diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-12 19:39:24 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-03-12 19:39:24 +0000 |
commit | 25b7de7213eea407d171f3e65f8d682a8482847b (patch) | |
tree | 0ada9a7d3e5bb0454fd54d1e8d78290713a2735a /textproc | |
parent | 7051bd1498446b147f0b5a4c25055f642ce13874 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/bat/Makefile | 2 | ||||
-rw-r--r-- | textproc/ripgrep/Makefile | 2 | ||||
-rw-r--r-- | textproc/sd/Makefile | 2 | ||||
-rw-r--r-- | textproc/sonic/Makefile | 2 | ||||
-rw-r--r-- | textproc/xsv-rs/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile index 27e887283ef3..a8e3a494f912 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -3,7 +3,7 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.12.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index bf35dcd48981..766554266049 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -5,7 +5,7 @@ PORTNAME= ripgrep DISTVERSION= 11.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi diff --git a/textproc/sd/Makefile b/textproc/sd/Makefile index ccc30bbb487d..0387e61c976f 100644 --- a/textproc/sd/Makefile +++ b/textproc/sd/Makefile @@ -2,7 +2,7 @@ PORTNAME= sd DISTVERSION= 0.6.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc MAINTAINER= tobik@FreeBSD.org diff --git a/textproc/sonic/Makefile b/textproc/sonic/Makefile index 766143d04d86..14e5986c6f9f 100644 --- a/textproc/sonic/Makefile +++ b/textproc/sonic/Makefile @@ -3,7 +3,7 @@ PORTNAME= sonic DISTVERSIONPREFIX= v DISTVERSION= 1.2.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= tobik@FreeBSD.org diff --git a/textproc/xsv-rs/Makefile b/textproc/xsv-rs/Makefile index 91b45d3e722a..2944508f50a1 100644 --- a/textproc/xsv-rs/Makefile +++ b/textproc/xsv-rs/Makefile @@ -2,7 +2,7 @@ PORTNAME= xsv DISTVERSION= 0.13.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= textproc PKGNAMESUFFIX= -rs |