diff options
author | vs <vs@FreeBSD.org> | 2005-10-17 18:07:51 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-17 18:07:51 +0800 |
commit | 64119e8f652a1f11cb1b6813d18757d4912b9b5a (patch) | |
tree | bc3ac81220cc6c076c231e102958d8cd7fb088a4 /graphics/Coin | |
parent | 2c2c5a663c5196adc8f3c8a2bf9549b84ef7b0cf (diff) | |
download | freebsd-ports-gnome-64119e8f652a1f11cb1b6813d18757d4912b9b5a.tar.gz freebsd-ports-gnome-64119e8f652a1f11cb1b6813d18757d4912b9b5a.tar.zst freebsd-ports-gnome-64119e8f652a1f11cb1b6813d18757d4912b9b5a.zip |
Update to 2.4.4
Diffstat (limited to 'graphics/Coin')
-rw-r--r-- | graphics/Coin/Makefile | 2 | ||||
-rw-r--r-- | graphics/Coin/distinfo | 4 | ||||
-rw-r--r-- | graphics/Coin/pkg-plist | 7 |
3 files changed, 9 insertions, 4 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index 85979e97b3f7..c249433c7271 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Coin -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.4 CATEGORIES= graphics MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \ ftp://ftp.coin3d.org/pub/coin/src/all/ diff --git a/graphics/Coin/distinfo b/graphics/Coin/distinfo index ea73a694440f..359aa32ccd4b 100644 --- a/graphics/Coin/distinfo +++ b/graphics/Coin/distinfo @@ -1,2 +1,2 @@ -MD5 (Coin-2.3.0.tar.gz) = 17fb23a394ab79f149878ea8a3845b32 -SIZE (Coin-2.3.0.tar.gz) = 3238436 +MD5 (Coin-2.4.4.tar.gz) = 7976fcf2d1154bc8574d75b99bab45ee +SIZE (Coin-2.4.4.tar.gz) = 3784368 diff --git a/graphics/Coin/pkg-plist b/graphics/Coin/pkg-plist index 95219fa95896..abb6b31bb31f 100644 --- a/graphics/Coin/pkg-plist +++ b/graphics/Coin/pkg-plist @@ -11,6 +11,7 @@ include/Inventor/C/errors/debugerror.h include/Inventor/C/errors/error.h include/Inventor/C/glue/dl.h include/Inventor/C/glue/gl.h +include/Inventor/C/glue/spidermonkey.h include/Inventor/C/threads/barrier.h include/Inventor/C/threads/common.h include/Inventor/C/threads/condvar.h @@ -254,6 +255,7 @@ include/Inventor/elements/SoGLCacheContextElement.h include/Inventor/elements/SoGLClipPlaneElement.h include/Inventor/elements/SoGLColorIndexElement.h include/Inventor/elements/SoGLCoordinateElement.h +include/Inventor/elements/SoGLDisplayList.h include/Inventor/elements/SoGLDrawStyleElement.h include/Inventor/elements/SoGLEnvironmentElement.h include/Inventor/elements/SoGLLazyElement.h @@ -491,12 +493,14 @@ include/Inventor/misc/SoContextHandler.h include/Inventor/misc/SoGLBigImage.h include/Inventor/misc/SoGLImage.h include/Inventor/misc/SoGlyph.h +include/Inventor/misc/SoJavaScriptEngine.h include/Inventor/misc/SoLightPath.h include/Inventor/misc/SoNormalGenerator.h include/Inventor/misc/SoNotRec.h include/Inventor/misc/SoNotification.h include/Inventor/misc/SoProto.h include/Inventor/misc/SoProtoInstance.h +include/Inventor/misc/SoScriptEngine.h include/Inventor/misc/SoState.h include/Inventor/misc/SoTempPath.h include/Inventor/misc/SoTranReceiver.h @@ -673,8 +677,9 @@ include/SoWinEnterScope.h include/SoWinLeaveScope.h lib/libCoin.a lib/libCoin.so -lib/libCoin.so.43 +lib/libCoin.so.44 %%DATADIR%%/conf/coin-default.cfg +%%DATADIR%%/conf/simage-default.cfg %%DATADIR%%/draggerDefaults/centerballDragger.iv %%DATADIR%%/draggerDefaults/directionalLightDragger.iv %%DATADIR%%/draggerDefaults/dragPointDragger.iv |