git: aa3a1197bb49 - main - textproc/tinyxml2: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Sep 2023 03:14:03 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa3a1197bb496b2589f1151e4aabaf3d577f29b9 commit aa3a1197bb496b2589f1151e4aabaf3d577f29b9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-11 03:07:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-11 03:07:51 +0000 textproc/tinyxml2: Update WWW and clean up pkg-descr --- textproc/tinyxml2/Makefile | 2 +- textproc/tinyxml2/pkg-descr | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/textproc/tinyxml2/Makefile b/textproc/tinyxml2/Makefile index f626bad7598c..bf872b6bef74 100644 --- a/textproc/tinyxml2/Makefile +++ b/textproc/tinyxml2/Makefile @@ -5,7 +5,7 @@ CATEGORIES= textproc MAINTAINER= sunpoet@FreeBSD.org COMMENT= Small C++ XML Parser -WWW= https://grinninglizard.com/tinyxml2/index.html +WWW= https://github.com/leethomason/tinyxml2 LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/textproc/tinyxml2/pkg-descr b/textproc/tinyxml2/pkg-descr index 9520f940845c..c00a639f0ecc 100644 --- a/textproc/tinyxml2/pkg-descr +++ b/textproc/tinyxml2/pkg-descr @@ -3,5 +3,3 @@ integrated into other programs. It attempts to be flexible, but correct. It does not rely on exceptions or RTTI. It has UTF-8 support, but does not parse or use DTDs or XSL. It doesn't have the STL support of TinyXML-1, but uses less memory, has a proper namespace, and is faster. - -See also: https://github.com/leethomason/tinyxml2