diff options
author | tobik <tobik@FreeBSD.org> | 2019-02-19 15:48:42 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-02-19 15:48:42 +0800 |
commit | 00604bb6fe94690d4dc670382be2cf2af12c7262 (patch) | |
tree | 2b2d8243be412de75e41b8cef27919cb26290d86 /devel/libfmt | |
parent | 8e431179492ee8405e5bdf35e973e981ac99e962 (diff) | |
download | freebsd-ports-gnome-00604bb6fe94690d4dc670382be2cf2af12c7262.tar.gz freebsd-ports-gnome-00604bb6fe94690d4dc670382be2cf2af12c7262.tar.zst freebsd-ports-gnome-00604bb6fe94690d4dc670382be2cf2af12c7262.zip |
devel/libfmt: Take maintainership
Shorten COMMENT a bit while here
PR: 235516
Approved by: SlavaMikerov@gmail.com (maintainer timeout, 2 weeks)
Diffstat (limited to 'devel/libfmt')
-rw-r--r-- | devel/libfmt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile index 8f8b72b421ed..a46c36fa2768 100644 --- a/devel/libfmt/Makefile +++ b/devel/libfmt/Makefile @@ -4,8 +4,8 @@ PORTNAME= libfmt DISTVERSION= 5.3.0 CATEGORIES= devel -MAINTAINER= SlavaMikerov@gmail.com -COMMENT= Fmt is an open-source formatting library for C++ +MAINTAINER= tobik@FreeBSD.org +COMMENT= Formatting library for C++ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst |