From owner-svn-ports-all@FreeBSD.ORG Wed Sep 17 15:48:50 2014 Return-Path: Delivered-To: svn-ports-all@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 7040A423; Wed, 17 Sep 2014 15:48:50 +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 5B76DE91; Wed, 17 Sep 2014 15:48:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8HFmnrH019422; Wed, 17 Sep 2014 15:48:49 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8HFmnpk019420; Wed, 17 Sep 2014 15:48:49 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409171548.s8HFmnpk019420@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 17 Sep 2014 15:48:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368386 - head/security/libassuan 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: Wed, 17 Sep 2014 15:48:50 -0000 Author: amdmi3 Date: Wed Sep 17 15:48:49 2014 New Revision: 368386 URL: http://svnweb.freebsd.org/changeset/ports/368386 QAT: https://qat.redports.org/buildarchive/r368386/ Log: - Drop .la files, no dependees require them Approved by: portmgr blanket Modified: head/security/libassuan/Makefile head/security/libassuan/pkg-plist Modified: head/security/libassuan/Makefile ============================================================================== --- head/security/libassuan/Makefile Wed Sep 17 15:44:42 2014 (r368385) +++ head/security/libassuan/Makefile Wed Sep 17 15:48:49 2014 (r368386) @@ -3,6 +3,7 @@ PORTNAME= libassuan PORTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= GNUPG/${PORTNAME} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error -USES= libtool:keepla tar:bzip2 +USES= libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/security/libassuan/pkg-plist ============================================================================== --- head/security/libassuan/pkg-plist Wed Sep 17 15:44:42 2014 (r368385) +++ head/security/libassuan/pkg-plist Wed Sep 17 15:48:49 2014 (r368386) @@ -1,6 +1,5 @@ bin/libassuan-config include/assuan.h -lib/libassuan.la lib/libassuan.so lib/libassuan.so.0 lib/libassuan.so.0.4.2