From owner-svn-ports-head@FreeBSD.ORG Wed Jul 30 01:51:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CFB2A64D; Wed, 30 Jul 2014 01:51:48 +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 BD3932438; Wed, 30 Jul 2014 01:51:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6U1pmgL001651; Wed, 30 Jul 2014 01:51:48 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6U1pmWH001649; Wed, 30 Jul 2014 01:51:48 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407300151.s6U1pmWH001649@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 30 Jul 2014 01:51:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363430 - head/devel/libvanessa_logger X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2014 01:51:48 -0000 Author: amdmi3 Date: Wed Jul 30 01:51:47 2014 New Revision: 363430 URL: http://svnweb.freebsd.org/changeset/ports/363430 QAT: https://qat.redports.org/buildarchive/r363430/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libvanessa_logger/Makefile head/devel/libvanessa_logger/pkg-plist Modified: head/devel/libvanessa_logger/Makefile ============================================================================== --- head/devel/libvanessa_logger/Makefile Wed Jul 30 01:51:28 2014 (r363429) +++ head/devel/libvanessa_logger/Makefile Wed Jul 30 01:51:47 2014 (r363430) @@ -3,6 +3,7 @@ PORTNAME= libvanessa_logger PORTVERSION= 0.0.10 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://horms.net/projects/vanessa/download/vanessa_logger/${PORTVERSION}/ DISTNAME= vanessa_logger-${PORTVERSION} @@ -10,8 +11,7 @@ DISTNAME= vanessa_logger-${PORTVERSION} MAINTAINER= thomas@bsdunix.ch COMMENT= Library that provides a generic logging layer -USE_AUTOTOOLS= libtool -USES= pathfix tar:bzip2 +USES= libtool pathfix tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_have_decl_facilitynames=yes Modified: head/devel/libvanessa_logger/pkg-plist ============================================================================== --- head/devel/libvanessa_logger/pkg-plist Wed Jul 30 01:51:28 2014 (r363429) +++ head/devel/libvanessa_logger/pkg-plist Wed Jul 30 01:51:47 2014 (r363430) @@ -1,6 +1,6 @@ include/vanessa_logger.h lib/libvanessa_logger.a -lib/libvanessa_logger.la lib/libvanessa_logger.so lib/libvanessa_logger.so.0 +lib/libvanessa_logger.so.0.0.5 libdata/pkgconfig/vanessa-logger.pc