aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-11 17:23:38 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-11 17:23:38 +0800
commit21f84051c3751a32cc859d4980fe6baed3c21bdf (patch)
tree841bd1273d3308e7d3b6c957e1821943c92b2bd3 /textproc
parent5814dbe1b3fdf837b7206da4639127df43c23868 (diff)
downloadfreebsd-ports-gnome-21f84051c3751a32cc859d4980fe6baed3c21bdf.tar.gz
freebsd-ports-gnome-21f84051c3751a32cc859d4980fe6baed3c21bdf.tar.zst
freebsd-ports-gnome-21f84051c3751a32cc859d4980fe6baed3c21bdf.zip
- Update to 1.2
- Switch to new vendor locations - Add LICENSE - Whitespace fix PR: 200371 Submitted by: nullptr@keksdie.be
Diffstat (limited to 'textproc')
-rw-r--r--textproc/utf8proc/Makefile23
-rw-r--r--textproc/utf8proc/distinfo4
-rw-r--r--textproc/utf8proc/pkg-descr2
-rw-r--r--textproc/utf8proc/pkg-plist2
4 files changed, 19 insertions, 12 deletions
diff --git a/textproc/utf8proc/Makefile b/textproc/utf8proc/Makefile
index 1e9161c67d0f..8dcbed126572 100644
--- a/textproc/utf8proc/Makefile
+++ b/textproc/utf8proc/Makefile
@@ -2,23 +2,28 @@
# $FreeBSD$
PORTNAME= utf8proc
-PORTVERSION= 1.1.6
-PORTREVISION= 1
+PORTVERSION= 1.2
+DISTVERSIONPREFIX= v
CATEGORIES= textproc devel
-MASTER_SITES= http://www.public-software-group.org/pub/projects/${PORTNAME}/v${PORTVERSION}/
-DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= UTF-8 processing library
-ALL_TARGET= c-library
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+USE_GITHUB= yes
+GH_ACCOUNT= JuliaLang
+
+USES= gmake
USE_LDCONFIG= yes
do-install:
- ${INSTALL_LIB} ${WRKSRC}/libutf8proc.so ${STAGEDIR}${PREFIX}/lib/libutf8proc.so.1
- ${INSTALL_DATA} ${WRKSRC}/libutf8proc.a ${STAGEDIR}${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/utf8proc.h ${STAGEDIR}${PREFIX}/include
- ${LN} -sf libutf8proc.so.1 ${STAGEDIR}${PREFIX}/lib/libutf8proc.so
+ ${INSTALL_LIB} ${WRKSRC}/libutf8proc.so ${STAGEDIR}${PREFIX}/lib/libutf8proc.so.1.2.0
+ ${INSTALL_DATA} ${WRKSRC}/libutf8proc.a ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/utf8proc.h ${STAGEDIR}${PREFIX}/include
+ ${LN} -sf libutf8proc.so.1.2.0 ${STAGEDIR}${PREFIX}/lib/libutf8proc.so.1.2
+ ${LN} -sf libutf8proc.so.1.2.0 ${STAGEDIR}${PREFIX}/lib/libutf8proc.so.1
+ ${LN} -sf libutf8proc.so.1.2.0 ${STAGEDIR}${PREFIX}/lib/libutf8proc.so
.include <bsd.port.mk>
diff --git a/textproc/utf8proc/distinfo b/textproc/utf8proc/distinfo
index a625c0e57107..414d21919ec4 100644
--- a/textproc/utf8proc/distinfo
+++ b/textproc/utf8proc/distinfo
@@ -1,2 +1,2 @@
-SHA256 (utf8proc-v1.1.6.tar.gz) = fedc8fa78022eb8f0584fbc85c9f9571bcd7fd510de0ce16955289c42f4199e7
-SIZE (utf8proc-v1.1.6.tar.gz) = 105825
+SHA256 (JuliaLang-utf8proc-v1.2_GH0.tar.gz) = 9b07ffe12e049974d120f1558459f6ba9b44681c182ac738ca96fb70aa842fd9
+SIZE (JuliaLang-utf8proc-v1.2_GH0.tar.gz) = 137294
diff --git a/textproc/utf8proc/pkg-descr b/textproc/utf8proc/pkg-descr
index 861b145d03d6..d5eaaa74f8d0 100644
--- a/textproc/utf8proc/pkg-descr
+++ b/textproc/utf8proc/pkg-descr
@@ -6,4 +6,4 @@ characters "Hyphen" (U+2010), "Minus" (U+2212) and
"Hyphen-Minus" (U+002D, ASCII Minus) all into the ASCII minus sign, to
make them equal for comparisons.
-WWW: http://www.public-software-group.org/utf8proc
+WWW: http://julialang.org/utf8proc/
diff --git a/textproc/utf8proc/pkg-plist b/textproc/utf8proc/pkg-plist
index aeae4d002752..e2b4e2a2636d 100644
--- a/textproc/utf8proc/pkg-plist
+++ b/textproc/utf8proc/pkg-plist
@@ -2,3 +2,5 @@ include/utf8proc.h
lib/libutf8proc.a
lib/libutf8proc.so
lib/libutf8proc.so.1
+lib/libutf8proc.so.1.2
+lib/libutf8proc.so.1.2.0