svn commit: r359286 - head/devel/libestr

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 25 19:26:48 UTC 2014


Author: amdmi3
Date: Wed Jun 25 19:26:47 2014
New Revision: 359286
URL: http://svnweb.freebsd.org/changeset/ports/359286
QAT: https://qat.redports.org/buildarchive/r359286/

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

Modified:
  head/devel/libestr/Makefile
  head/devel/libestr/pkg-plist

Modified: head/devel/libestr/Makefile
==============================================================================
--- head/devel/libestr/Makefile	Wed Jun 25 19:26:40 2014	(r359285)
+++ head/devel/libestr/Makefile	Wed Jun 25 19:26:47 2014	(r359286)
@@ -3,15 +3,17 @@
 
 PORTNAME=	libestr
 PORTVERSION=	0.1.9
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://libestr.adiscon.com/files/download/
 
 MAINTAINER=	brd at FreeBSD.org
 COMMENT=	Library for some string essentials
 
+USES=		libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix="${PREFIX}" \
-			--disable-testbench
+		--disable-testbench
 
 .include <bsd.port.mk>

Modified: head/devel/libestr/pkg-plist
==============================================================================
--- head/devel/libestr/pkg-plist	Wed Jun 25 19:26:40 2014	(r359285)
+++ head/devel/libestr/pkg-plist	Wed Jun 25 19:26:47 2014	(r359286)
@@ -1,6 +1,6 @@
 include/libestr.h
 lib/libestr.a
-lib/libestr.la
 lib/libestr.so
 lib/libestr.so.0
+lib/libestr.so.0.0.0
 libdata/pkgconfig/libestr.pc


More information about the svn-ports-head mailing list