diff options
Diffstat (limited to '')
-rw-r--r-- | devel/gitu/Makefile | 1 | ||||
-rw-r--r-- | devel/gitui/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/gitu/Makefile b/devel/gitu/Makefile index 65c6932076ec..71ba508a0a08 100644 --- a/devel/gitu/Makefile +++ b/devel/gitu/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitu DISTVERSIONPREFIX= v DISTVERSION= 0.34.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile index ec4917bcab5b..1abd3b804275 100644 --- a/devel/gitui/Makefile +++ b/devel/gitui/Makefile @@ -1,7 +1,7 @@ PORTNAME= gitui DISTVERSIONPREFIX= v DISTVERSION= 0.27.0 # After update, `make patch` and `make cargo-crates > Makefile.crates` to avoid fetching vendored openssl-src -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org |