svn commit: r362891 - in head/devel: libthai m17n-lib
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jul 25 13:07:19 UTC 2014
Author: amdmi3
Date: Fri Jul 25 13:07:18 2014
New Revision: 362891
URL: http://svnweb.freebsd.org/changeset/ports/362891
QAT: https://qat.redports.org/buildarchive/r362891/
Log:
- Switch devel/libthai to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- Convert USE_XZ to USES
Approved by: portmgr blanket
Modified:
head/devel/libthai/Makefile
head/devel/libthai/pkg-plist
head/devel/m17n-lib/Makefile
Modified: head/devel/libthai/Makefile
==============================================================================
--- head/devel/libthai/Makefile Fri Jul 25 13:05:32 2014 (r362890)
+++ head/devel/libthai/Makefile Fri Jul 25 13:07:18 2014 (r362891)
@@ -3,6 +3,7 @@
PORTNAME= libthai
PORTVERSION= 0.1.20
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://linux.thai.net/pub/thailinux/software/libthai/
@@ -13,9 +14,8 @@ LICENSE= LGPL21
LIB_DEPENDS= libdatrie.so:${PORTSDIR}/devel/libdatrie
-USE_XZ= yes
GNU_CONFIGURE= yes
-USES= gmake pathfix pkgconfig
+USES= gmake libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOXYGEN
Modified: head/devel/libthai/pkg-plist
==============================================================================
--- head/devel/libthai/pkg-plist Fri Jul 25 13:05:32 2014 (r362890)
+++ head/devel/libthai/pkg-plist Fri Jul 25 13:07:18 2014 (r362891)
@@ -16,9 +16,9 @@ include/thai/thwstr.h
include/thai/tis.h
include/thai/wtt.h
lib/libthai.a
-lib/libthai.la
lib/libthai.so
-lib/libthai.so.2
+lib/libthai.so.0
+lib/libthai.so.0.2.0
libdata/pkgconfig/libthai.pc
%%DOXYGEN%%%%DOCSDIR%%/html/annotated.html
%%DOXYGEN%%%%DOCSDIR%%/html/bc_s.png
Modified: head/devel/m17n-lib/Makefile
==============================================================================
--- head/devel/m17n-lib/Makefile Fri Jul 25 13:05:32 2014 (r362890)
+++ head/devel/m17n-lib/Makefile Fri Jul 25 13:07:18 2014 (r362891)
@@ -3,7 +3,7 @@
PORTNAME= m17n-lib
PORTVERSION= 1.6.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel textproc
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= m17n
More information about the svn-ports-head
mailing list