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:           Mon Jan  4 15:46:58 UTC 2021

Modified Files:
        pkgsrc/converters/utf8proc: Makefile

Log Message:
converters/utf8proc: Update ABI version

Bump PKGREVISION.


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

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.12 pkgsrc/converters/utf8proc/Makefile:1.13
--- pkgsrc/converters/utf8proc/Makefile:1.12    Mon Jan  4 12:16:30 2021
+++ pkgsrc/converters/utf8proc/Makefile Mon Jan  4 15:46:58 2021
@@ -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 @@ INSTALLATION_DIRS=    include lib lib/pkgco
 # 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