From owner-svn-ports-all@FreeBSD.ORG Thu Jun 5 18:18:54 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38271B6; Thu, 5 Jun 2014 18:18:54 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 25D1F2AD6; Thu, 5 Jun 2014 18:18:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s55IIskI004686; Thu, 5 Jun 2014 18:18:54 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s55IIrLx004684; Thu, 5 Jun 2014 18:18:53 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406051818.s55IIrLx004684@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 5 Jun 2014 18:18:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356673 - head/devel/libbinio X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 18:18:54 -0000 Author: amdmi3 Date: Thu Jun 5 18:18:53 2014 New Revision: 356673 URL: http://svnweb.freebsd.org/changeset/ports/356673 QAT: https://qat.redports.org/buildarchive/r356673/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libbinio/Makefile head/devel/libbinio/pkg-plist Modified: head/devel/libbinio/Makefile ============================================================================== --- head/devel/libbinio/Makefile Thu Jun 5 18:18:44 2014 (r356672) +++ head/devel/libbinio/Makefile Thu Jun 5 18:18:53 2014 (r356673) @@ -3,7 +3,7 @@ PORTNAME= libbinio PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF @@ -12,8 +12,7 @@ COMMENT= Binary I/O stream class library LICENSE= LGPL21 -USES= pathfix -USE_AUTOTOOLS= libtool +USES= pathfix libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libbinio/pkg-plist ============================================================================== --- head/devel/libbinio/pkg-plist Thu Jun 5 18:18:44 2014 (r356672) +++ head/devel/libbinio/pkg-plist Thu Jun 5 18:18:53 2014 (r356673) @@ -4,7 +4,7 @@ include/libbinio/binstr.h include/libbinio/binwrap.h @dirrm include/libbinio lib/libbinio.a -lib/libbinio.la lib/libbinio.so lib/libbinio.so.1 +lib/libbinio.so.1.0.0 libdata/pkgconfig/libbinio.pc