diff options
Diffstat (limited to 'devel/utf8cpp/Makefile')
| -rw-r--r-- | devel/utf8cpp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/utf8cpp/Makefile b/devel/utf8cpp/Makefile index 9e6d378bb177..bdaa7f5f9d02 100644 --- a/devel/utf8cpp/Makefile +++ b/devel/utf8cpp/Makefile @@ -1,13 +1,14 @@ PORTNAME= utf8cpp -PORTVERSION= 3.1.2 DISTVERSIONPREFIX= v +DISTVERSION= 3.2.2 CATEGORIES= devel MAINTAINER= k@stereochro.me COMMENT= Simple, portable, lightweight library for handling UTF-8 strings -WWW= http://utfcpp.sourceforge.net/ +WWW= https://github.com/nemtrif/utfcpp LICENSE= BSL +LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake USE_GITHUB= yes @@ -20,6 +21,7 @@ PLIST_FILES= include/utf8cpp/utf8.h \ include/utf8cpp/utf8/checked.h \ include/utf8cpp/utf8/core.h \ include/utf8cpp/utf8/cpp11.h \ + include/utf8cpp/utf8/cpp17.h \ include/utf8cpp/utf8/unchecked.h \ lib/cmake/utf8cpp/utf8cppConfig.cmake |
