svn commit: r358883 - head/graphics/Coin

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 23 00:57:37 UTC 2014


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


More information about the svn-ports-head mailing list