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