Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 12:17:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367817 - head/math/matio
Message-ID:  <201409101217.s8ACHWki021429@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Sep 10 12:17:32 2014
New Revision: 367817
URL: http://svnweb.freebsd.org/changeset/ports/367817
QAT: https://qat.redports.org/buildarchive/r367817/

Log:
  - Drop .la files, no dependees require them
  
  Approved by:	portmgr blanket

Modified:
  head/math/matio/Makefile
  head/math/matio/pkg-plist

Modified: head/math/matio/Makefile
==============================================================================
--- head/math/matio/Makefile	Wed Sep 10 12:17:23 2014	(r367816)
+++ head/math/matio/Makefile	Wed Sep 10 12:17:32 2014	(r367817)
@@ -3,7 +3,7 @@
 
 PORTNAME=	matio
 PORTVERSION=	1.5.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	SF
 
@@ -13,7 +13,7 @@ COMMENT=	Library for reading and writing
 LICENSE=	BSD2CLAUSE
 
 GNU_CONFIGURE=	yes
-USES=		libtool:keepla pathfix
+USES=		libtool pathfix
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 

Modified: head/math/matio/pkg-plist
==============================================================================
--- head/math/matio/pkg-plist	Wed Sep 10 12:17:23 2014	(r367816)
+++ head/math/matio/pkg-plist	Wed Sep 10 12:17:32 2014	(r367817)
@@ -2,7 +2,6 @@ bin/matdump
 include/matio.h
 include/matio_pubconf.h
 lib/libmatio.a
-lib/libmatio.la
 lib/libmatio.so
 lib/libmatio.so.2
 lib/libmatio.so.2.0.2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409101217.s8ACHWki021429>