Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 00:57:36 +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: r358883 - head/graphics/Coin
Message-ID:  <201406230057.s5N0va8h082403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jun 23 00:57:36 2014
New Revision: 358883
URL: http://svnweb.freebsd.org/changeset/ports/358883
QAT: https://qat.redports.org/buildarchive/r358883/

Log:
  - Switch to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  
  Approved by:	portmgr blanket

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

Modified: head/graphics/Coin/Makefile
==============================================================================
--- head/graphics/Coin/Makefile	Mon Jun 23 00:57:24 2014	(r358882)
+++ head/graphics/Coin/Makefile	Mon Jun 23 00:57:36 2014	(r358883)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Coin
 PORTVERSION=	3.1.3
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	http://ftp.coin3d.org/coin/src/all/ \
 		ftp://ftp.coin3d.org/pub/coin/src/all/
@@ -16,7 +16,7 @@ LICENSE=	BSD
 LIB_DEPENDS=	libsimage.so:${PORTSDIR}/graphics/simage
 
 USE_GCC=	any
-USES=		openal:al
+USES=		openal:al libtool
 USE_GL=		yes
 USE_XORG=	xt x11
 GNU_CONFIGURE=	yes

Modified: head/graphics/Coin/pkg-plist
==============================================================================
--- head/graphics/Coin/pkg-plist	Mon Jun 23 00:57:24 2014	(r358882)
+++ head/graphics/Coin/pkg-plist	Mon Jun 23 00:57:36 2014	(r358883)
@@ -823,9 +823,9 @@ include/Inventor/tools/SbPimplPtr.hpp
 include/SoDebug.h
 include/SoWinEnterScope.h
 include/SoWinLeaveScope.h
-lib/libCoin.la
 lib/libCoin.so
-lib/libCoin.so.61
+lib/libCoin.so.60
+lib/libCoin.so.60.1.3
 libdata/pkgconfig/Coin.pc
 man/man1/coin-config.1.gz
 %%DATADIR%%/conf/coin-default.cfg



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