svn commit: r362600 - head/databases/sfcgal

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 22 22:22:29 UTC 2014


Author: amdmi3
Date: Tue Jul 22 22:22:28 2014
New Revision: 362600
URL: http://svnweb.freebsd.org/changeset/ports/362600
QAT: https://qat.redports.org/buildarchive/r362600/

Log:
  - Switch to USES=libtool, drop .la files
  - Fix whitespace
  
  Approved by:	portmgr blanket

Modified:
  head/databases/sfcgal/Makefile
  head/databases/sfcgal/pkg-plist

Modified: head/databases/sfcgal/Makefile
==============================================================================
--- head/databases/sfcgal/Makefile	Tue Jul 22 22:17:21 2014	(r362599)
+++ head/databases/sfcgal/Makefile	Tue Jul 22 22:22:28 2014	(r362600)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sfcgal
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	databases math graphics
 MASTER_SITES=	http://github.com/Oslandia/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/
 
@@ -13,12 +14,12 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	libCGAL.so:${PORTSDIR}/math/cgal \
 		libboost_system.so:${PORTSDIR}/devel/boost-libs \
-	    libgmp.so:${PORTSDIR}/math/gmp \
-	    libmpfr.so:${PORTSDIR}/math/mpfr
+		libgmp.so:${PORTSDIR}/math/gmp \
+		libmpfr.so:${PORTSDIR}/math/mpfr
 
-WRKSRC=	${WRKDIR}/SFCGAL-${PORTVERSION}
+WRKSRC=		${WRKDIR}/SFCGAL-${PORTVERSION}
 
-USES=		cmake compiler
+USES=		cmake compiler libtool
 compiler_ARGS=	c++0x
 USE_LDCONFIG=	yes
 

Modified: head/databases/sfcgal/pkg-plist
==============================================================================
--- head/databases/sfcgal/pkg-plist	Tue Jul 22 22:17:21 2014	(r362599)
+++ head/databases/sfcgal/pkg-plist	Tue Jul 22 22:22:28 2014	(r362600)
@@ -104,7 +104,6 @@ include/SFCGAL/triangulate/triangulate2D
 include/SFCGAL/triangulate/triangulatePolygon.h
 include/SFCGAL/version.h
 include/SFCGAL/version.h.cmake
-lib/libSFCGAL.la
 lib/libSFCGAL.so
 @dirrmtry include/SFCGAL/triangulate
 @dirrmtry include/SFCGAL/io


More information about the svn-ports-all mailing list