From owner-svn-ports-head@FreeBSD.ORG Wed Sep 10 15:31:14 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 DAC98ED3; Wed, 10 Sep 2014 15:31: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 C63351326; Wed, 10 Sep 2014 15:31: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 s8AFVE2I025774; Wed, 10 Sep 2014 15:31:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8AFVE0p025642; Wed, 10 Sep 2014 15:31:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201409101531.s8AFVE0p025642@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 10 Sep 2014 15:31:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367863 - head/devel/liboil 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-1 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, 10 Sep 2014 15:31:15 -0000 Author: amdmi3 Date: Wed Sep 10 15:31:14 2014 New Revision: 367863 URL: http://svnweb.freebsd.org/changeset/ports/367863 QAT: https://qat.redports.org/buildarchive/r367863/ Log: - Clarify LICENSE - Drop .la files, no dependees require them Modified: head/devel/liboil/Makefile head/devel/liboil/pkg-plist Modified: head/devel/liboil/Makefile ============================================================================== --- head/devel/liboil/Makefile Wed Sep 10 15:29:04 2014 (r367862) +++ head/devel/liboil/Makefile Wed Sep 10 15:31:14 2014 (r367863) @@ -4,16 +4,17 @@ PORTNAME= liboil PORTVERSION= 0.3.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://liboil.freedesktop.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Library of optimized inner loops -LICENSE= BSD2CLAUSE +LICENSE= BSD2CLAUSE BSD3CLAUSE MIT +LICENSE_COMB= multi -USES= libtool:keepla pkgconfig +USES= libtool pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-gtk-doc \ Modified: head/devel/liboil/pkg-plist ============================================================================== --- head/devel/liboil/pkg-plist Wed Sep 10 15:29:04 2014 (r367862) +++ head/devel/liboil/pkg-plist Wed Sep 10 15:31:14 2014 (r367863) @@ -17,7 +17,6 @@ include/liboil-0.3/liboil/liboiltest.h include/liboil-0.3/liboil/liboiltypes.h include/liboil-0.3/liboil/liboilutils.h lib/liboil-0.3.a -lib/liboil-0.3.la lib/liboil-0.3.so lib/liboil-0.3.so.0 lib/liboil-0.3.so.0.3.0