pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
utf8proc: Rebase to pkgsrc current
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Wed May 27 10:03:55 2020 +0200
Changeset: 51f9c3967dd74acdca0b428111218233de7ec6c0
Modified Files:
utf8proc/COMMIT_MSG
utf8proc/Makefile
Log Message:
utf8proc: Rebase to pkgsrc current
Version 2.5.0 is already present.
Drop upstream changelog and bump PKGREVISION.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=51f9c3967dd74acdca0b428111218233de7ec6c0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
utf8proc/COMMIT_MSG | 12 +++++-------
utf8proc/Makefile | 1 +
2 files changed, 6 insertions(+), 7 deletions(-)
diffs:
diff --git a/utf8proc/COMMIT_MSG b/utf8proc/COMMIT_MSG
index 06154bfc65..1c3074fec4 100644
--- a/utf8proc/COMMIT_MSG
+++ b/utf8proc/COMMIT_MSG
@@ -1,15 +1,13 @@
-converters/utf8proc: Update to 2.5.0
+converters/utf8proc: Update to 2.5.0nb1
-pkgsrc changes:
- Drop cmake
Drive libtool directly (utf8proc can be build with a single compiler call).
This removes the C++11 build dependency for cmake (C99 is now sufficient)
and more build dependencies that are at least an order of magnitude larger
than utf8proc itself.
- Add support for pkgconfig
- Install "libutf8proc.pc"
+ Install "libutf8proc.pc".
+ Bump PKGREVISION for additional installed files.
+- Take maintainership
-Upstream changelog for utf8proc 2.5.0 (2020-03-27):
-- Unicode 13 support (#179).
-- No longer report zero width for category Sk (#167).
-- cmake support improvements (#173).
+OK from minskim@
diff --git a/utf8proc/Makefile b/utf8proc/Makefile
index 1cee2f4581..ef324233b2 100644
--- a/utf8proc/Makefile
+++ b/utf8proc/Makefile
@@ -1,6 +1,7 @@
# $NetBSD$
DISTNAME= utf8proc-2.5.0
+PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GITHUB:=JuliaLang/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Home |
Main Index |
Thread Index |
Old Index