Index: head/textproc/libunibreak/files/patch-src__Makefile.in =================================================================== --- head/textproc/libunibreak/files/patch-src__Makefile.in (revision 477421) +++ head/textproc/libunibreak/files/patch-src__Makefile.in (nonexistent) @@ -1,15 +0,0 @@ ---- src/Makefile.in.orig 2015-09-25 12:28:51 UTC -+++ src/Makefile.in -@@ -521,9 +521,9 @@ uninstall-am: uninstall-includeHEADERS u - - - install-exec-hook: -- - [ -f ${libdir}/libunibreak.a ] && \ -- rm -f ${libdir}/liblinebreak.a && \ -- ${LN_S} ${libdir}/libunibreak.a ${libdir}/liblinebreak.a -+# - [ -f ${libdir}/libunibreak.a ] && \ -+# rm -f ${libdir}/liblinebreak.a && \ -+# ${LN_S} ${libdir}/libunibreak.a ${libdir}/liblinebreak.a - - distclean-local: - rm -f LineBreak.txt WordBreakData.txt filter_dup${EXEEXT} Property changes on: head/textproc/libunibreak/files/patch-src__Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/textproc/libunibreak/Makefile =================================================================== --- head/textproc/libunibreak/Makefile (revision 477421) +++ head/textproc/libunibreak/Makefile (revision 477422) @@ -1,22 +1,22 @@ # Created by: Yuri Pankov # $FreeBSD$ PORTNAME= libunibreak -PORTVERSION= 1.1 -PORTREVISION= 3 +PORTVERSION= 4.0 PORTEPOCH= 1 CATEGORIES= textproc -MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION} +MASTER_SITES= https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${PORTVERSION:C/\./_/}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ndowens@yahoo.com COMMENT= Implementation of the line and word breaking algorithm for Unicode LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENCE USES= libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes +MAKE_ARGS= LN_S="${INSTALL_DATA}" .include Index: head/textproc/libunibreak/distinfo =================================================================== --- head/textproc/libunibreak/distinfo (revision 477421) +++ head/textproc/libunibreak/distinfo (revision 477422) @@ -1,2 +1,3 @@ -SHA256 (libunibreak-1.1.tar.gz) = 968bc1314f40c336ad008fff457a058551167cef312d41206a652e23083dc508 -SIZE (libunibreak-1.1.tar.gz) = 601337 +TIMESTAMP = 1534449131 +SHA256 (libunibreak-4.0.tar.gz) = f7329bef1eb169d3363f040cefcc323cfd0a0bc53290a35a395e1d1adc849539 +SIZE (libunibreak-4.0.tar.gz) = 629403 Index: head/textproc/libunibreak/pkg-plist =================================================================== --- head/textproc/libunibreak/pkg-plist (revision 477421) +++ head/textproc/libunibreak/pkg-plist (revision 477422) @@ -1,9 +1,12 @@ +include/graphemebreak.h include/linebreak.h include/linebreakdef.h +include/unibreakbase.h +include/unibreakdef.h include/wordbreak.h -include/wordbreakdef.h +lib/liblinebreak.a lib/libunibreak.a lib/libunibreak.so -lib/libunibreak.so.1 -lib/libunibreak.so.1.0.1 +lib/libunibreak.so.3 +lib/libunibreak.so.3.1.0 libdata/pkgconfig/libunibreak.pc