svn commit: r402827 - in head/devel/libthai: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 2 13:54:35 UTC 2015


Author: amdmi3
Date: Wed Dec  2 13:54:33 2015
New Revision: 402827
URL: https://svnweb.freebsd.org/changeset/ports/402827

Log:
  - Update to 0.1.23
  - While here, clarify license and add LICENSE_FILE
  
  PR:		204442
  Submitted by:	tkato432 at yahoo.com

Deleted:
  head/devel/libthai/files/
Modified:
  head/devel/libthai/Makefile
  head/devel/libthai/distinfo
  head/devel/libthai/pkg-plist

Modified: head/devel/libthai/Makefile
==============================================================================
--- head/devel/libthai/Makefile	Wed Dec  2 13:52:22 2015	(r402826)
+++ head/devel/libthai/Makefile	Wed Dec  2 13:54:33 2015	(r402827)
@@ -2,22 +2,22 @@
 # $FreeBSD$
 
 PORTNAME=	libthai
-PORTVERSION=	0.1.22
-PORTREVISION=	1
+PORTVERSION=	0.1.23
 CATEGORIES=	devel
 MASTER_SITES=	http://linux.thai.net/pub/thailinux/software/libthai/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Thai language support library
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libdatrie.so:${PORTSDIR}/devel/libdatrie
 
 USES=		gmake libtool pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
+USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DOXYGEN
 OPTIONS_SUB=	yes

Modified: head/devel/libthai/distinfo
==============================================================================
--- head/devel/libthai/distinfo	Wed Dec  2 13:52:22 2015	(r402826)
+++ head/devel/libthai/distinfo	Wed Dec  2 13:54:33 2015	(r402827)
@@ -1,2 +1,2 @@
-SHA256 (libthai-0.1.22.tar.xz) = bdb291dcc3a6784e86b1b342ec75005e9ab487f8c1decc7c3e7d18d1bbc9b7b7
-SIZE (libthai-0.1.22.tar.xz) = 389916
+SHA256 (libthai-0.1.23.tar.xz) = a10695ab9a16542ee9fb0aa3f4ce910c03343b3d212d2c2b46a0988341b3e6ac
+SIZE (libthai-0.1.23.tar.xz) = 394024

Modified: head/devel/libthai/pkg-plist
==============================================================================
--- head/devel/libthai/pkg-plist	Wed Dec  2 13:52:22 2015	(r402826)
+++ head/devel/libthai/pkg-plist	Wed Dec  2 13:54:33 2015	(r402827)
@@ -18,7 +18,7 @@ include/thai/wtt.h
 lib/libthai.a
 lib/libthai.so
 lib/libthai.so.0
-lib/libthai.so.0.2.2
+lib/libthai.so.0.2.3
 libdata/pkgconfig/libthai.pc
 %%DOXYGEN%%%%DOCSDIR%%/html/annotated.html
 %%DOXYGEN%%%%DOCSDIR%%/html/arrowdown.png


More information about the svn-ports-all mailing list