Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 2015 15:18:06 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397837 - in head/textproc/libunibreak: . files
Message-ID:  <201509251518.t8PFI6Bu093411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 25 15:18:05 2015
New Revision: 397837
URL: https://svnweb.freebsd.org/changeset/ports/397837

Log:
  - Add LICENSE
  - Strip libraries
  - Pet portlint
  - Regenerate patches with `make makepatch`

Modified:
  head/textproc/libunibreak/Makefile
  head/textproc/libunibreak/files/patch-src__Makefile.in

Modified: head/textproc/libunibreak/Makefile
==============================================================================
--- head/textproc/libunibreak/Makefile	Fri Sep 25 15:18:03 2015	(r397836)
+++ head/textproc/libunibreak/Makefile	Fri Sep 25 15:18:05 2015	(r397837)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libunibreak
 PORTVERSION=	1.1
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/vimgadgets/${PORTNAME}/${PORTVERSION}
@@ -11,8 +11,12 @@ MASTER_SITES=	SF/vimgadgets/${PORTNAME}/
 MAINTAINER=	ports@FreeBSD.org
 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
-USES=		pathfix libtool
 
 .include <bsd.port.mk>

Modified: head/textproc/libunibreak/files/patch-src__Makefile.in
==============================================================================
--- head/textproc/libunibreak/files/patch-src__Makefile.in	Fri Sep 25 15:18:03 2015	(r397836)
+++ head/textproc/libunibreak/files/patch-src__Makefile.in	Fri Sep 25 15:18:05 2015	(r397837)
@@ -1,6 +1,6 @@
---- ./src/Makefile.in.bak	2013-09-28 20:29:36.000000000 +1100
-+++ ./src/Makefile.in	2014-01-07 16:23:21.180600044 +1100
-@@ -521,9 +521,9 @@
+--- 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:



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