Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 12:18:29 +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: r367823 - head/math/fityk
Message-ID:  <201409101218.s8ACITHQ022173@svn.freebsd.org>

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

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

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

Modified: head/math/fityk/Makefile
==============================================================================
--- head/math/fityk/Makefile	Wed Sep 10 12:18:21 2014	(r367822)
+++ head/math/fityk/Makefile	Wed Sep 10 12:18:29 2014	(r367823)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fityk
 PORTVERSION=	0.9.8
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math
 MASTER_SITES=	SF/xylib:xylib
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:DEFAULT \
@@ -19,7 +19,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 		gnuplot:${PORTSDIR}/math/gnuplot
 RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot
 
-USES=		desktop-file-utils gmake libtool:keepla shared-mime-info tar:bzip2
+USES=		desktop-file-utils gmake libtool shared-mime-info tar:bzip2
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 LDFLAGS+=	-lbz2 -lz
 USE_GITHUB=	yes

Modified: head/math/fityk/pkg-plist
==============================================================================
--- head/math/fityk/pkg-plist	Wed Sep 10 12:18:21 2014	(r367822)
+++ head/math/fityk/pkg-plist	Wed Sep 10 12:18:29 2014	(r367823)
@@ -2,7 +2,6 @@ bin/cfityk
 bin/fityk
 bin/xyconv
 include/fityk.h
-lib/libfityk.la
 lib/libfityk.so
 lib/libfityk.so.3
 lib/libfityk.so.3.0.0



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