svn commit: r359620 - head/textproc/libunibreak

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 27 22:24:16 UTC 2014


Author: amdmi3
Date: Fri Jun 27 22:24:16 2014
New Revision: 359620
URL: http://svnweb.freebsd.org/changeset/ports/359620
QAT: https://qat.redports.org/buildarchive/r359620/

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

Modified:
  head/textproc/libunibreak/Makefile
  head/textproc/libunibreak/pkg-plist

Modified: head/textproc/libunibreak/Makefile
==============================================================================
--- head/textproc/libunibreak/Makefile	Fri Jun 27 22:23:14 2014	(r359619)
+++ head/textproc/libunibreak/Makefile	Fri Jun 27 22:24:16 2014	(r359620)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libunibreak
 PORTVERSION=	1.1
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF/vimgadgets/${PORTNAME}/${PORTVERSION}
@@ -13,6 +13,6 @@ COMMENT=	Implementation of the line and 
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		pathfix
+USES=		pathfix libtool
 
 .include <bsd.port.mk>

Modified: head/textproc/libunibreak/pkg-plist
==============================================================================
--- head/textproc/libunibreak/pkg-plist	Fri Jun 27 22:23:14 2014	(r359619)
+++ head/textproc/libunibreak/pkg-plist	Fri Jun 27 22:24:16 2014	(r359620)
@@ -3,7 +3,7 @@ include/linebreakdef.h
 include/wordbreak.h
 include/wordbreakdef.h
 lib/libunibreak.a
-lib/libunibreak.la
 lib/libunibreak.so
 lib/libunibreak.so.1
+lib/libunibreak.so.1.0.1
 libdata/pkgconfig/libunibreak.pc


More information about the svn-ports-head mailing list