git: d1dd8fe081bf - main - devel/libfmt: Update WWW and clean up pkg-descr

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 31 Jul 2023 16:45:33 UTC
The branch main has been updated by sunpoet:

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

commit d1dd8fe081bffb67613cfcb48589bca5f1a2c2ad
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-07-31 16:30:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-07-31 16:39:48 +0000

    devel/libfmt: Update WWW and clean up pkg-descr
---
 devel/libfmt/Makefile  | 3 ++-
 devel/libfmt/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile
index 5d041a3360b6..d0e3ff831089 100644
--- a/devel/libfmt/Makefile
+++ b/devel/libfmt/Makefile
@@ -7,7 +7,8 @@ PKGNAMEPREFIX=	lib
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Formatting library for C++
-WWW=		https://fmt.dev/
+WWW=		https://fmt.dev/ \
+		https://github.com/fmtlib/fmt
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
diff --git a/devel/libfmt/pkg-descr b/devel/libfmt/pkg-descr
index 8accd3befc2f..6617657ef60f 100644
--- a/devel/libfmt/pkg-descr
+++ b/devel/libfmt/pkg-descr
@@ -1,4 +1,2 @@
 fmt is an open-source formatting library providing a fast and safe alternative
 to C stdio and C++ iostreams.
-
-See also: https://github.com/fmtlib/fmt