svn commit: r358417 - head/chinese/libchewing

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 19 13:44:31 UTC 2014


Author: amdmi3
Date: Thu Jun 19 13:44:30 2014
New Revision: 358417
URL: http://svnweb.freebsd.org/changeset/ports/358417
QAT: https://qat.redports.org/buildarchive/r358417/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/chinese/libchewing/Makefile
  head/chinese/libchewing/pkg-plist

Modified: head/chinese/libchewing/Makefile
==============================================================================
--- head/chinese/libchewing/Makefile	Thu Jun 19 13:40:30 2014	(r358416)
+++ head/chinese/libchewing/Makefile	Thu Jun 19 13:44:30 2014	(r358417)
@@ -3,13 +3,14 @@
 
 PORTNAME=	libchewing
 PORTVERSION=	0.3.4
+PORTREVISION=	1
 CATEGORIES=	chinese textproc
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	The Chewing intelligent phonetic input method library
 
-USES=		tar:bzip2 gmake pkgconfig pathfix
+USES=		tar:bzip2 gmake pkgconfig pathfix libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/chinese/libchewing/pkg-plist
==============================================================================
--- head/chinese/libchewing/pkg-plist	Thu Jun 19 13:40:30 2014	(r358416)
+++ head/chinese/libchewing/pkg-plist	Thu Jun 19 13:44:30 2014	(r358417)
@@ -3,9 +3,9 @@ include/chewing/chewingio.h
 include/chewing/global.h
 include/chewing/mod_aux.h
 lib/libchewing.a
-lib/libchewing.la
 lib/libchewing.so
 lib/libchewing.so.3
+lib/libchewing.so.3.0.1
 libdata/pkgconfig/chewing.pc
 %%DATADIR%%/ch_index_begin.dat
 %%DATADIR%%/ch_index_phone.dat


More information about the svn-ports-head mailing list