Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2018 12:37:02 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r477422 - in head/textproc/libunibreak: . files
Message-ID:  <201808171237.w7HCb2Ja001338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ndowens@yahoo.com>

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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808171237.w7HCb2Ja001338>