svn commit: r368285 - head/graphics/libspiro

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Sep 15 18:33:52 UTC 2014


Author: amdmi3
Date: Mon Sep 15 18:33:51 2014
New Revision: 368285
URL: http://svnweb.freebsd.org/changeset/ports/368285
QAT: https://qat.redports.org/buildarchive/r368285/

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

Modified:
  head/graphics/libspiro/Makefile
  head/graphics/libspiro/pkg-plist

Modified: head/graphics/libspiro/Makefile
==============================================================================
--- head/graphics/libspiro/Makefile	Mon Sep 15 18:30:49 2014	(r368284)
+++ head/graphics/libspiro/Makefile	Mon Sep 15 18:33:51 2014	(r368285)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libspiro
 DISTVERSION=	20071029
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}_src-${PORTVERSION}
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}_src-${PORTVERSION}
 MAINTAINER=	cyberbotx at cyberbotx.com
 COMMENT=	Library to convert clothoid splines into Bezier splines
 
-USES=		gmake libtool:keepla tar:bzip2
+USES=		gmake libtool tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/graphics/libspiro/pkg-plist
==============================================================================
--- head/graphics/libspiro/pkg-plist	Mon Sep 15 18:30:49 2014	(r368284)
+++ head/graphics/libspiro/pkg-plist	Mon Sep 15 18:33:51 2014	(r368285)
@@ -2,7 +2,6 @@ include/bezctx.h
 include/bezctx_intf.h
 include/spiro.h
 include/spiroentrypoints.h
-lib/libspiro.la
 lib/libspiro.so
 lib/libspiro.so.0
 lib/libspiro.so.0.0.1


More information about the svn-ports-head mailing list