Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 13:51:53 +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: r358952 - head/graphics/libspiro
Message-ID:  <201406231351.s5NDprdZ047462@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun 23 13:51:52 2014
New Revision: 358952
URL: http://svnweb.freebsd.org/changeset/ports/358952
QAT: https://qat.redports.org/buildarchive/r358952/

Log:
  - Convert USE_BZIP2 to USES
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

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

Modified: head/graphics/libspiro/Makefile
==============================================================================
--- head/graphics/libspiro/Makefile	Mon Jun 23 13:50:13 2014	(r358951)
+++ head/graphics/libspiro/Makefile	Mon Jun 23 13:51:52 2014	(r358952)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libspiro
 DISTVERSION=	20071029
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}_src-${PORTVERSION}
@@ -10,8 +11,7 @@ DISTNAME=	${PORTNAME}_src-${PORTVERSION}
 MAINTAINER=	cyberbotx@cyberbotx.com
 COMMENT=	Library to convert clothoid splines into Bezier splines
 
-USES=		gmake
-USE_BZIP2=	yes
+USES=		gmake libtool:keepla tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/graphics/libspiro/pkg-plist
==============================================================================
--- head/graphics/libspiro/pkg-plist	Mon Jun 23 13:50:13 2014	(r358951)
+++ head/graphics/libspiro/pkg-plist	Mon Jun 23 13:51:52 2014	(r358952)
@@ -5,3 +5,4 @@ include/spiroentrypoints.h
 lib/libspiro.la
 lib/libspiro.so
 lib/libspiro.so.0
+lib/libspiro.so.0.0.1



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