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 Nov 30 10:54:03 UTC 2020
Modified Files:
pkgsrc/converters/utf8proc: Makefile
Log Message:
converters/utf8proc: Update ABI version of library
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/converters/utf8proc/Makefile:1.10
--- pkgsrc/converters/utf8proc/Makefile:1.9 Sun Nov 29 18:11:13 2020
+++ pkgsrc/converters/utf8proc/Makefile Mon Nov 30 10:54:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/11/29 18:11:13 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2020/11/30 10:54:03 micha Exp $
DISTNAME= utf8proc-2.6.0
CATEGORIES= converters
@@ -17,8 +17,8 @@ INSTALLATION_DIRS= include lib lib/pkgco
# Use ABI version from CMakeLists.txt to stay compatible with cmake builds
MAJOR= 2
-MINOR= 3
-PATCH= 2
+MINOR= 4
+PATCH= 0
do-configure:
cd ${WRKSRC} && ${SED} \
Home |
Main Index |
Thread Index |
Old Index