From owner-svn-ports-all@freebsd.org Fri Aug 17 12:37:03 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27626106C94D; Fri, 17 Aug 2018 12:37:03 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D31D37AD58; Fri, 17 Aug 2018 12:37:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B19A4712; Fri, 17 Aug 2018 12:37:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7HCb2PY001341; Fri, 17 Aug 2018 12:37:02 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7HCb2Ja001338; Fri, 17 Aug 2018 12:37:02 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808171237.w7HCb2Ja001338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 17 Aug 2018 12:37:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477422 - in head/textproc/libunibreak: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/textproc/libunibreak: . files X-SVN-Commit-Revision: 477422 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2018 12:37:03 -0000 Author: swills Date: Fri Aug 17 12:37:01 2018 New Revision: 477422 URL: https://svnweb.freebsd.org/changeset/ports/477422 Log: textproc/libunibreak: Update to 4.0 While here, assign maintainer PR: 230539 (with modifications) Submitted by: Nathan Deleted: head/textproc/libunibreak/files/ Modified: head/textproc/libunibreak/Makefile (contents, props changed) head/textproc/libunibreak/distinfo (contents, props changed) head/textproc/libunibreak/pkg-plist (contents, props changed) Modified: head/textproc/libunibreak/Makefile ============================================================================== --- head/textproc/libunibreak/Makefile Fri Aug 17 12:32:15 2018 (r477421) +++ head/textproc/libunibreak/Makefile Fri Aug 17 12:37:01 2018 (r477422) @@ -2,13 +2,12 @@ # $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 @@ -18,5 +17,6 @@ USES= libtool pathfix GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes +MAKE_ARGS= LN_S="${INSTALL_DATA}" .include Modified: head/textproc/libunibreak/distinfo ============================================================================== --- head/textproc/libunibreak/distinfo Fri Aug 17 12:32:15 2018 (r477421) +++ head/textproc/libunibreak/distinfo Fri Aug 17 12:37:01 2018 (r477422) @@ -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 Modified: head/textproc/libunibreak/pkg-plist ============================================================================== --- head/textproc/libunibreak/pkg-plist Fri Aug 17 12:32:15 2018 (r477421) +++ head/textproc/libunibreak/pkg-plist Fri Aug 17 12:37:01 2018 (r477422) @@ -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