pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/utf8proc



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri Dec 17 10:20:24 UTC 2021

Modified Files:
        pkgsrc/converters/utf8proc: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/converters/utf8proc/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/converters/utf8proc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/utf8proc/Makefile
diff -u pkgsrc/converters/utf8proc/Makefile:1.13 pkgsrc/converters/utf8proc/Makefile:1.14
--- pkgsrc/converters/utf8proc/Makefile:1.13    Mon Jan  4 15:46:58 2021
+++ pkgsrc/converters/utf8proc/Makefile Fri Dec 17 10:20:24 2021
@@ -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 @@ INSTALLATION_DIRS=  include lib lib/pkgco
 
 # 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
 

Index: pkgsrc/converters/utf8proc/distinfo
diff -u pkgsrc/converters/utf8proc/distinfo:1.11 pkgsrc/converters/utf8proc/distinfo:1.12
--- pkgsrc/converters/utf8proc/distinfo:1.11    Tue Oct 26 10:06:53 2021
+++ pkgsrc/converters/utf8proc/distinfo Fri Dec 17 10:20:24 2021
@@ -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