diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-06-29 13:20:03 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-06-30 17:00:39 +0200 |
commit | 9eb3fb8e5bc151a15e62e82df91ded9c4366e18c (patch) | |
tree | d45500bcae960f5a0e22260b4a7f6dc40cad1adc /misc | |
parent | */*libuuid, */*libblkid: build MANPAGES by default as before. (diff) |
*/*: Bump PORTREVISION after libuuid/libblkid switch
from e2fsprogs to util-linux, to complete the bump of all users
of either library that started with Alexander's commit titled
'*/*: Switch to misc/libuuid and misc/libblkid'
PR: 251489
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ola/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ola/Makefile b/misc/ola/Makefile index 20ccfb3ce699..1e30be6e83ef 100644 --- a/misc/ola/Makefile +++ b/misc/ola/Makefile @@ -1,6 +1,6 @@ PORTNAME= ola DISTVERSION= 0.10.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc MASTER_SITES= https://github.com/OpenLightingProject/ola/releases/download/${DISTVERSION}/ |