From owner-svn-ports-all@FreeBSD.ORG Tue Dec 2 05:30:14 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A99B3145; Tue, 2 Dec 2014 05:30:14 +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 96425E3; Tue, 2 Dec 2014 05:30:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB25UEHK097056; Tue, 2 Dec 2014 05:30:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB25UEHH097054; Tue, 2 Dec 2014 05:30:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201412020530.sB25UEHH097054@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 2 Dec 2014 05:30:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373751 - head/graphics/libexif 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-1 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: Tue, 02 Dec 2014 05:30:14 -0000 Author: amdmi3 Date: Tue Dec 2 05:30:13 2014 New Revision: 373751 URL: https://svnweb.freebsd.org/changeset/ports/373751 QAT: https://qat.redports.org/buildarchive/r373751/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/graphics/libexif/Makefile head/graphics/libexif/pkg-plist Modified: head/graphics/libexif/Makefile ============================================================================== --- head/graphics/libexif/Makefile Tue Dec 2 05:02:40 2014 (r373750) +++ head/graphics/libexif/Makefile Tue Dec 2 05:30:13 2014 (r373751) @@ -3,7 +3,7 @@ PORTNAME= libexif PORTVERSION= 0.6.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF @@ -14,7 +14,7 @@ LICENSE= LGPL21 OPTIONS_DEFINE= DOCS NLS -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= gmake libtool pathfix pkgconfig tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes Modified: head/graphics/libexif/pkg-plist ============================================================================== --- head/graphics/libexif/pkg-plist Tue Dec 2 05:02:40 2014 (r373750) +++ head/graphics/libexif/pkg-plist Tue Dec 2 05:30:13 2014 (r373751) @@ -13,7 +13,6 @@ include/libexif/exif-mnote-data.h include/libexif/exif-tag.h include/libexif/exif-utils.h lib/libexif.a -lib/libexif.la lib/libexif.so lib/libexif.so.12 lib/libexif.so.12.3.3