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 ABI ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4972a2ca4703
branches:  trunk
changeset: 444304:4972a2ca4703
user:      micha <micha%pkgsrc.org@localhost>
date:      Mon Jan 04 15:46:58 2021 +0000

description:
converters/utf8proc: Update ABI version

Bump PKGREVISION.

diffstat:

 converters/utf8proc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r af438e0572c0 -r 4972a2ca4703 converters/utf8proc/Makefile
--- a/converters/utf8proc/Makefile      Mon Jan 04 15:33:20 2021 +0000
+++ b/converters/utf8proc/Makefile      Mon Jan 04 15:46:58 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2021/01/04 12:16:30 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2021/01/04 15:46:58 micha Exp $
 
 DISTNAME=      utf8proc-2.6.1
+PKGREVISION=   1
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=JuliaLang/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -18,7 +19,7 @@
 # Use ABI version from CMakeLists.txt to stay compatible with cmake builds
 MAJOR= 2
 MINOR= 4
-PATCH= 0
+PATCH= 1
 
 do-configure:
        cd ${WRKSRC} && ${SED}                                          \



Home | Main Index | Thread Index | Old Index