From owner-svn-ports-head@FreeBSD.ORG Tue Jun 24 11:37:31 2014 Return-Path: Delivered-To: svn-ports-head@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 0D68A122; Tue, 24 Jun 2014 11:37:31 +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 EE10C2EC7; Tue, 24 Jun 2014 11:37:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5OBbUPV067862; Tue, 24 Jun 2014 11:37:30 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5OBbU3N067860; Tue, 24 Jun 2014 11:37:30 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406241137.s5OBbU3N067860@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 24 Jun 2014 11:37:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359072 - head/devel/libleaftag 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: Tue, 24 Jun 2014 11:37:31 -0000 Author: amdmi3 Date: Tue Jun 24 11:37:30 2014 New Revision: 359072 URL: http://svnweb.freebsd.org/changeset/ports/359072 QAT: https://qat.redports.org/buildarchive/r359072/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libleaftag/Makefile head/devel/libleaftag/pkg-plist Modified: head/devel/libleaftag/Makefile ============================================================================== --- head/devel/libleaftag/Makefile Tue Jun 24 11:24:31 2014 (r359071) +++ head/devel/libleaftag/Makefile Tue Jun 24 11:37:30 2014 (r359072) @@ -3,7 +3,7 @@ PORTNAME= libleaftag PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel deskutils MASTER_SITES= http://releases.chipx86.com/leaftag/libleaftag/ @@ -11,7 +11,7 @@ MAINTAINER= kaeru@inigo-tech.com COMMENT= Leaftag is a library for tagging files on the desktop USE_SQLITE= 2 -USES= gmake pathfix pkgconfig +USES= gmake pathfix pkgconfig libtool GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/devel/libleaftag/pkg-plist ============================================================================== --- head/devel/libleaftag/pkg-plist Tue Jun 24 11:24:31 2014 (r359071) +++ head/devel/libleaftag/pkg-plist Tue Jun 24 11:37:30 2014 (r359072) @@ -19,9 +19,9 @@ include/libleaftag/object.h include/libleaftag/source.h include/libleaftag/tag.h lib/libleaftag.a -lib/libleaftag.la lib/libleaftag.so lib/libleaftag.so.0 +lib/libleaftag.so.0.0.1 libdata/pkgconfig/libleaftag.pc @dirrm include/libleaftag @dirrm %%DOCSDIR%%