pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/utf8proc converters/utf8proc: Update to 2.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e9951b595c8
branches:  trunk
changeset: 771332:0e9951b595c8
user:      micha <micha%pkgsrc.org@localhost>
date:      Fri Dec 17 10:20:24 2021 +0000

description:
converters/utf8proc: Update to 2.7.0

Now uses release version for pkg-config file (same as cmake would do).

Changelog:
* Unicode 14 support ([#233]).
* Support GNUInstallDirs in CMake build ([#159]).
* cmake build now installs pkg-config file ([#224]).
* Various build and portability improvements.

diffstat:

 converters/utf8proc/Makefile |  11 +++++------
 converters/utf8proc/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (45 lines):

diff -r bc79aec8211c -r 0e9951b595c8 converters/utf8proc/Makefile
--- a/converters/utf8proc/Makefile      Fri Dec 17 10:18:23 2021 +0000
+++ b/converters/utf8proc/Makefile      Fri Dec 17 10:20:24 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/01/04 15:46:58 micha Exp $
+# $NetBSD: Makefile,v 1.14 2021/12/17 10:20:24 micha Exp $
 
-DISTNAME=      utf8proc-2.6.1
-PKGREVISION=   1
+DISTNAME=      utf8proc-2.7.0
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=JuliaLang/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -18,15 +17,15 @@
 
 # Use ABI version from CMakeLists.txt to stay compatible with cmake builds
 MAJOR= 2
-MINOR= 4
-PATCH= 1
+MINOR= 5
+PATCH= 0
 
 do-configure:
        cd ${WRKSRC} && ${SED}                                          \
                -e 's#PREFIX#${PREFIX}#'                                \
                -e 's#LIBDIR#lib#'                                      \
                -e 's#INCLUDEDIR#include#'                              \
-               -e 's#VERSION#${MAJOR}.${MINOR}.${PATCH}#'              \
+               -e 's#VERSION#${PKGVERSION_NOREV}#'             \
                -e 's#Description:.*$$#Description: ${COMMENT}#'        \
                libutf8proc.pc.in >libutf8proc.pc
 
diff -r bc79aec8211c -r 0e9951b595c8 converters/utf8proc/distinfo
--- a/converters/utf8proc/distinfo      Fri Dec 17 10:18:23 2021 +0000
+++ b/converters/utf8proc/distinfo      Fri Dec 17 10:20:24 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:06:53 nia Exp $
+$NetBSD: distinfo,v 1.12 2021/12/17 10:20:24 micha Exp $
 
-BLAKE2s (utf8proc-2.6.1.tar.gz) = 179f732954460aaa21f8adac8a5f1025e02b1caf8eb42b609fa16d2d82728ab2
-SHA512 (utf8proc-2.6.1.tar.gz) = 9a09fe58a63c8c7983b8968b9b2c82f3d188724ed125097ea0de6a18d87569c678e226dc5de183108e47b3f068117e6bb352da1c3d24ebfd8018fb0b2346592e
-Size (utf8proc-2.6.1.tar.gz) = 182903 bytes
+BLAKE2s (utf8proc-2.7.0.tar.gz) = 447c17769b9d45c3aeb8907cb5f9863e2d5ee3730f5bfb3f02540698f08453ae
+SHA512 (utf8proc-2.7.0.tar.gz) = 29f7883de13302d609e8755872ed43174e70076e9681b4ac3f9b03e50295c45d9972c193bc81f94ad7e11e2d33a46cad5a30a80873173e6e1ae242101ebb3bed
+Size (utf8proc-2.7.0.tar.gz) = 187906 bytes



Home | Main Index | Thread Index | Old Index