Re: git: 117a72250b82 - main - net/realtek-rge-kmod: Update to 20251211 snapshot
- In reply to: Bernard Spil : "git: 117a72250b82 - main - net/realtek-rge-kmod: Update to 20251211 snapshot"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Dec 2025 09:31:03 UTC
On 2025-12-13 10:26, Bernard Spil wrote:
> The branch main has been updated by brnrd:
>
> URL:https://cgit.FreeBSD.org/ports/commit/?id=117a72250b82791c9fc95b869edd957f26ac448f
>
> commit 117a72250b82791c9fc95b869edd957f26ac448f
> Author: Bernard Spil<brnrd@FreeBSD.org>
> AuthorDate: 2025-12-13 09:26:31 +0000
> Commit: Bernard Spil<brnrd@FreeBSD.org>
> CommitDate: 2025-12-13 09:26:31 +0000
>
> net/realtek-rge-kmod: Update to 20251211 snapshot
> ---
> net/realtek-rge-kmod/Makefile | 12 +++++++++---
> net/realtek-rge-kmod/distinfo | 6 +++---
> 2 files changed, 12 insertions(+), 6 deletions(-)
>
> diff --git a/net/realtek-rge-kmod/Makefile b/net/realtek-rge-kmod/Makefile
> index 00dcb1f8cba7..050d07c8e6cc 100644
> --- a/net/realtek-rge-kmod/Makefile
> +++ b/net/realtek-rge-kmod/Makefile
> @@ -1,5 +1,5 @@
> PORTNAME= rge
> -PORTVERSION= 20251129
> +PORTVERSION= 20251211
> DISTVERSIONPREFIX= v
> CATEGORIES= net
> PKGNAMEPREFIX= realtek-
> @@ -9,14 +9,14 @@ MAINTAINER= brnrd@FreeBSD.org
> COMMENT= EXPERIMENTAL Kernel module for Realtek 8125/8126/8217 network cards
> WWW= https://github.com/erikarn/if_rge_freebsd
>
> -LICENSE= BSD
> +LICENSE= BSD2CLAUSE
>
> USES= kmod tar:tgz uidfix
>
> USE_GITHUB= yes
> GH_ACCOUNT= erikarn
> GH_PROJECT= if_rge_freebsd
> -GH_TAGNAME= d05b7b5
> +GH_TAGNAME= aa1c088
>
> WRKSRC_SUBDIR= src
>
> @@ -26,4 +26,10 @@ PLIST_FILES= ${KMODDIR}/if_rge.ko \
> post-install:
> ${INSTALL_MAN} ${FILESDIR}/rge.4 ${STAGEDIR}/${PREFIX}/share/man/man4
>
> +.include <bsd.port.options.mk>
> +
> +.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1403000)
> +IGNORE= Does not build on 13
> +.endif
> +
Just use IGNORE_FreeBSD_13= ? Best regards, Daniel