Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2026 22:29:40 +0000
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b942ee556e7d - main - net/sdl2_net: Update COMMENT and pkg-descr
Message-ID:  <6a177054.33483.6ee13f91@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b942ee556e7df578a38b0710588faebd903a373d

commit b942ee556e7df578a38b0710588faebd903a373d
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2026-05-19 15:02:09 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2026-05-27 22:28:49 +0000

    net/sdl2_net: Update COMMENT and pkg-descr
---
 net/sdl2_net/Makefile  | 2 +-
 net/sdl2_net/pkg-descr | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/net/sdl2_net/Makefile b/net/sdl2_net/Makefile
index 48a5c2e880f4..76ae5dc25ad3 100644
--- a/net/sdl2_net/Makefile
+++ b/net/sdl2_net/Makefile
@@ -4,7 +4,7 @@ DISTVERSION=	2.4.0
 CATEGORIES=	net
 
 MAINTAINER=	amdmi3@FreeBSD.org
-COMMENT=	Small sample cross-platform networking library
+COMMENT=	Simple, cross-platform wrapper over TCP/IP sockets
 WWW=		https://github.com/libsdl-org/SDL_net
 
 LICENSE=	ZLIB
diff --git a/net/sdl2_net/pkg-descr b/net/sdl2_net/pkg-descr
index 126e9fc07baf..4d0e5e029848 100644
--- a/net/sdl2_net/pkg-descr
+++ b/net/sdl2_net/pkg-descr
@@ -1 +1,4 @@
-This is an example portable network library for use with SDL.
+This is a portable network library for use with SDL. It's goal is
+to simplify the use of the usual socket interfaces and use SDL to
+handle common portable functionality such as threading and reporting
+errors.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a177054.33483.6ee13f91>