Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2014 22:22:28 +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: r362600 - head/databases/sfcgal
Message-ID:  <201407222222.s6MMMS7G040818@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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