pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
utf8proc: Update to 2.1.1
Module Name: pkgsrc-wip
Committed By: Min Sik Kim <msk%dolbo.net@localhost>
Pushed By: minskim
Date: Mon Apr 30 00:18:46 2018 -0700
Changeset: afa84aaf248062db0c4e63edb7aacd0ea1b779b7
Modified Files:
utf8proc/Makefile
utf8proc/PLIST
utf8proc/buildlink3.mk
utf8proc/distinfo
Log Message:
utf8proc: Update to 2.1.1
Bug fixes only.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=afa84aaf248062db0c4e63edb7aacd0ea1b779b7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
utf8proc/Makefile | 9 +++++----
utf8proc/PLIST | 4 +++-
utf8proc/buildlink3.mk | 5 ++---
utf8proc/distinfo | 8 ++++----
4 files changed, 14 insertions(+), 12 deletions(-)
diffs:
diff --git a/utf8proc/Makefile b/utf8proc/Makefile
index fdec0bd1d5..af021242ff 100644
--- a/utf8proc/Makefile
+++ b/utf8proc/Makefile
@@ -1,9 +1,8 @@
# $NetBSD$
-DISTNAME= utf8proc-2.1.0
+DISTNAME= utf8proc-2.1.1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GITHUB:=JuliaLang/}
-GITHUB_PROJECT= utf8proc
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= minskim%NetBSD.org@localhost
@@ -11,10 +10,12 @@ HOMEPAGE= https://julialang.org/utf8proc/
COMMENT= Clean C library for processing UTF-8 Unicode data
LICENSE= mit
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/build
USE_CMAKE= yes
+USE_LANGUAGES= c99
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/build
CMAKE_ARG_PATH= ..
+CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON
INSTALLATION_DIRS+= include lib
@@ -24,6 +25,6 @@ post-extract:
do-install:
${INSTALL_DATA} ${WRKDIR}/${PKGNAME_NOREV}/utf8proc.h \
${DESTDIR}${PREFIX}/include/
- ${INSTALL_LIB} ${WRKSRC}/libutf8proc.a ${DESTDIR}${PREFIX}/lib/
+ ${INSTALL_LIB} ${WRKSRC}/libutf8proc.* ${DESTDIR}${PREFIX}/lib/
.include "../../mk/bsd.pkg.mk"
diff --git a/utf8proc/PLIST b/utf8proc/PLIST
index 454d78433e..eee31dc988 100644
--- a/utf8proc/PLIST
+++ b/utf8proc/PLIST
@@ -1,3 +1,5 @@
@comment $NetBSD$
include/utf8proc.h
-lib/libutf8proc.a
+lib/libutf8proc.so
+lib/libutf8proc.so.2
+lib/libutf8proc.so.${PKGVERSION}
diff --git a/utf8proc/buildlink3.mk b/utf8proc/buildlink3.mk
index b72a15797c..5b7b6efc02 100644
--- a/utf8proc/buildlink3.mk
+++ b/utf8proc/buildlink3.mk
@@ -5,9 +5,8 @@ BUILDLINK_TREE+= utf8proc
.if !defined(UTF8PROC_BUILDLINK3_MK)
UTF8PROC_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.utf8proc+= utf8proc>=2.1.0
-BUILDLINK_PKGSRCDIR.utf8proc?= ../../converters/utf8proc
-BUILDLINK_DEPMETHOD.utf8proc?= build
+BUILDLINK_API_DEPENDS.utf8proc+= utf8proc>=2.1.1
+BUILDLINK_PKGSRCDIR.utf8proc?= ../../wip/utf8proc
.endif # UTF8PROC_BUILDLINK3_MK
BUILDLINK_TREE+= -utf8proc
diff --git a/utf8proc/distinfo b/utf8proc/distinfo
index 1943254c09..a6a1d75132 100644
--- a/utf8proc/distinfo
+++ b/utf8proc/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (utf8proc-2.1.0.tar.gz) = 2c4e949490820f53841dfc951c12b0a36dfbfa40
-RMD160 (utf8proc-2.1.0.tar.gz) = b26aa87baea9146a650f3f958a1cda5d2612e47e
-SHA512 (utf8proc-2.1.0.tar.gz) = 72b7f377fa6a62018d3eeab8723a27e25db3d1f794ae0bf21fff62ec1a7439bec52e7c93d2a00c218de6ff518097fb4a7a87c56e61ba8c98e689aa8f7171c812
-Size (utf8proc-2.1.0.tar.gz) = 151842 bytes
+SHA1 (utf8proc-2.1.1.tar.gz) = 8c02fc26fbe7ab1c4c0d2fce3efecb4df8d935b9
+RMD160 (utf8proc-2.1.1.tar.gz) = c1294da1de99bb2ee6fad01d3dbf9e25e4ef0581
+SHA512 (utf8proc-2.1.1.tar.gz) = 66c3e79439dd4c4b148ec3a2a9f96442fcccb9e488384e52807f513dad64d4b7adea8626c60d21ea401ce4240ced0c71265de51c4d1550c37c8db9176dbb4fe8
+Size (utf8proc-2.1.1.tar.gz) = 152198 bytes
Home |
Main Index |
Thread Index |
Old Index