git: ded326a4be6d - main - lang/zig: rebuild consumers after 91552559ae79
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 00:05:25 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ded326a4be6d267606a18e3bd6d1b5fba6eae55d commit ded326a4be6d267606a18e3bd6d1b5fba6eae55d Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-01-23 22:26:04 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-01-23 23:51:41 +0000 lang/zig: rebuild consumers after 91552559ae79 Propagate standard library and miscompilation fixes into binary packages. --- astro/mepo/Makefile | 1 + biology/vcflib/Makefile | 1 + devel/zls/Makefile | 1 + x11-wm/river/Makefile | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/astro/mepo/Makefile b/astro/mepo/Makefile index 35066043f493..b35f28c11a8a 100644 --- a/astro/mepo/Makefile +++ b/astro/mepo/Makefile @@ -1,5 +1,6 @@ PORTNAME= mepo DISTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= astro geography wayland MASTER_SITES= https://git.sr.ht/~mil/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/biology/vcflib/Makefile b/biology/vcflib/Makefile index 7038f110c052..665663e16c96 100644 --- a/biology/vcflib/Makefile +++ b/biology/vcflib/Makefile @@ -1,6 +1,7 @@ PORTNAME= vcflib DISTVERSIONPREFIX= v DISTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org diff --git a/devel/zls/Makefile b/devel/zls/Makefile index 18587495d857..6836181e223b 100644 --- a/devel/zls/Makefile +++ b/devel/zls/Makefile @@ -1,5 +1,6 @@ PORTNAME= zls DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index d8d73ffa2b3e..df4d8cede201 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -1,7 +1,7 @@ PORTNAME= river DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org