Date: Thu, 19 Sep 2013 12:02:39 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327612 - head/textproc/libunibreak Message-ID: <201309191202.r8JC2dAG035294@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Sep 19 12:02:39 2013 New Revision: 327612 URL: http://svnweb.freebsd.org/changeset/ports/327612 Log: - non-functional mostly whitespace fixes Approved by: fluffy (maintainer, by mail) Modified: head/textproc/libunibreak/Makefile head/textproc/libunibreak/pkg-descr Modified: head/textproc/libunibreak/Makefile ============================================================================== --- head/textproc/libunibreak/Makefile Thu Sep 19 11:25:33 2013 (r327611) +++ head/textproc/libunibreak/Makefile Thu Sep 19 12:02:39 2013 (r327612) @@ -1,6 +1,5 @@ -# Created by: Yuri Pankov <yuri.pankov@gmail.com> +# Created by: Yuri Pankov <yuri.pankov@gmail.com> # $FreeBSD$ -# PORTNAME= libunibreak PORTVERSION= 1.0 @@ -14,4 +13,5 @@ COMMENT= Implementation of the line and GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= pathfix + .include <bsd.port.mk> Modified: head/textproc/libunibreak/pkg-descr ============================================================================== --- head/textproc/libunibreak/pkg-descr Thu Sep 19 11:25:33 2013 (r327611) +++ head/textproc/libunibreak/pkg-descr Thu Sep 19 12:02:39 2013 (r327612) @@ -3,4 +3,4 @@ as described in Unicode 5.1.0 Standard A lines that contain Unicode characters. It is designed to be used in a generic text renderer. FBReader is one real-world example. -WWW: http://vimgadgets.sourceforge.net/libunibreak/ +WWW: http://vimgadgets.sourceforge.net/libunibreak/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309191202.r8JC2dAG035294>