Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 19:26:47 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359286 - head/devel/libestr
Message-ID:  <201406251926.s5PJQlcr092744@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406251926.s5PJQlcr092744>