Re: git: d3eade349060 - main - net/Makefile: Fix previous commit
Date: Wed, 30 Nov 2022 14:21:37 UTC
On Wed, 30 Nov 2022 14:33:04 +0100, Muhammad Moinur Rahman wrote:
>
> The branch main has been updated by bofh:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=d3eade34906005756ceddc57fc7a41093595998f
>
> commit d3eade34906005756ceddc57fc7a41093595998f
> Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
> AuthorDate: 2022-11-30 13:32:08 +0000
> Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
> CommitDate: 2022-11-30 13:32:08 +0000
>
> net/Makefile: Fix previous commit
>
> Fixes: 0d3a478 net/pecl-mosquitto: Cleanup
> ---
> net/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/Makefile b/net/Makefile
> index 802e18967723..e914181f2258 100644
> --- a/net/Makefile
> +++ b/net/Makefile
> @@ -466,6 +466,7 @@
> SUBDIR += mod_amd
> SUBDIR += mopd
> SUBDIR += mosh
> + SUBDIR += mosquitto
I think you need (spaces not tab):
diff --git a/net/Makefile b/net/Makefile
index e914181f2258..44dae6e30753 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -466,7 +466,7 @@
SUBDIR += mod_amd
SUBDIR += mopd
SUBDIR += mosh
- SUBDIR += mosquitto
+ SUBDIR += mosquitto
SUBDIR += motsognir
SUBDIR += mpd-l2tp-ipv6pd-client
SUBDIR += mpd5
Otherwise 'pkg version -vPL=' breaks.
$ pkg version -vPL=
dhcpd-6.6.20200413 ? orphaned: net/dhcpd
mpd5-5.9_12 ? orphaned: net/mpd5
openntpd-6.8p1_5,2 ? orphaned: net/openntpd
--
Herbert