diff options
author | micha <micha@pkgsrc.org> | 2020-11-30 10:54:03 +0000 |
---|---|---|
committer | micha <micha@pkgsrc.org> | 2020-11-30 10:54:03 +0000 |
commit | 48c3f75bd5140fac0f2f0bdb978a9dadfbbbfb27 (patch) | |
tree | 2c3ac579a075d82b3ad884de89862c0bbd142e3c /converters/utf8proc | |
parent | 601a69e08f8c7a6d6ae044858b6595165bc2e348 (diff) | |
download | pkgsrc-48c3f75bd5140fac0f2f0bdb978a9dadfbbbfb27.tar.gz |
converters/utf8proc: Update ABI version of library
Diffstat (limited to 'converters/utf8proc')
-rw-r--r-- | converters/utf8proc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/converters/utf8proc/Makefile b/converters/utf8proc/Makefile index ae0d9bc0823..44bdff5e708 100644 --- a/converters/utf8proc/Makefile +++ b/converters/utf8proc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/11/29 18:11:13 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2020/11/30 10:54:03 micha Exp $ DISTNAME= utf8proc-2.6.0 CATEGORIES= converters @@ -17,8 +17,8 @@ INSTALLATION_DIRS= include lib lib/pkgconfig # Use ABI version from CMakeLists.txt to stay compatible with cmake builds MAJOR= 2 -MINOR= 3 -PATCH= 2 +MINOR= 4 +PATCH= 0 do-configure: cd ${WRKSRC} && ${SED} \ |