svn commit: r367823 - head/math/fityk

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 10 12:18:30 UTC 2014


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


More information about the svn-ports-head mailing list