svn commit: r358952 - head/graphics/libspiro

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 23 13:51:53 UTC 2014


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 at 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


More information about the svn-ports-head mailing list