diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2010-03-15 23:51:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2010-03-15 23:51:04 +0800 |
commit | d4c06e9e5deec1c0c609df318167f44fe630305f (patch) | |
tree | 3fa5096bd7d92c23fa5e4a02771f44ddc1306eef /graphics | |
parent | 794a5b6bc84edf75bbda415687c839e81bc6b623 (diff) | |
download | freebsd-ports-gnome-d4c06e9e5deec1c0c609df318167f44fe630305f.tar.gz freebsd-ports-gnome-d4c06e9e5deec1c0c609df318167f44fe630305f.tar.zst freebsd-ports-gnome-d4c06e9e5deec1c0c609df318167f44fe630305f.zip |
- Update to 3.1.3
- Pass maintainership to submitter
PR: 144501
Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Coin/Makefile | 5 | ||||
-rw-r--r-- | graphics/Coin/distinfo | 6 | ||||
-rw-r--r-- | graphics/Coin/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | graphics/Coin/files/patch-configure | 15 | ||||
-rw-r--r-- | graphics/Coin/pkg-plist | 2 |
5 files changed, 11 insertions, 27 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index 374c7bc530b5..19e9dd6c5d1f 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -6,13 +6,12 @@ # PORTNAME= Coin -PORTVERSION= 3.1.2 -PORTREVISION= 2 +PORTVERSION= 3.1.3 CATEGORIES= graphics MASTER_SITES= http://ftp.coin3d.org/coin/src/all/ \ ftp://ftp.coin3d.org/pub/coin/src/all/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cristianorolim@hotmail.com COMMENT= C++ 3D graphics library based on the Open Inventor 2.1 API LIB_DEPENDS= simage.26:${PORTSDIR}/graphics/simage diff --git a/graphics/Coin/distinfo b/graphics/Coin/distinfo index 30e422fafb9b..367c858d11ba 100644 --- a/graphics/Coin/distinfo +++ b/graphics/Coin/distinfo @@ -1,3 +1,3 @@ -MD5 (Coin-3.1.2.tar.gz) = 7282fd27f1b0f70a9d729eae342889d0 -SHA256 (Coin-3.1.2.tar.gz) = 2b97c7fc738f73cb76e59f72d16013012ef07733d6455c5efa3a897ef7cb0845 -SIZE (Coin-3.1.2.tar.gz) = 5557072 +MD5 (Coin-3.1.3.tar.gz) = 1538682f8d92cdf03e845c786879fbea +SHA256 (Coin-3.1.3.tar.gz) = 583478c581317862aa03a19f14c527c3888478a06284b9a46a0155fa5886d417 +SIZE (Coin-3.1.3.tar.gz) = 5981534 diff --git a/graphics/Coin/files/patch-Makefile.in b/graphics/Coin/files/patch-Makefile.in index 81e2680c8285..cddfefa40492 100644 --- a/graphics/Coin/files/patch-Makefile.in +++ b/graphics/Coin/files/patch-Makefile.in @@ -1,11 +1,11 @@ ---- Makefile.in.orig 2009-01-21 18:48:08.000000000 -0200 -+++ Makefile.in 2009-01-21 18:48:34.000000000 -0200 -@@ -1302,7 +1302,7 @@ +--- Makefile.in.orig 2010-03-02 10:20:09.000000000 -0300 ++++ Makefile.in 2010-03-05 21:39:05.000000000 -0300 +@@ -1399,7 +1399,7 @@ + include/boost/version.hpp \ include/boost/visit_each.hpp - -pkgconfigdir = $(libdir)/pkgconfig +pkgconfigdir = $(exec_prefix)/libdata/pkgconfig pkgconfig_DATA = Coin.pc - BUILT_SOURCES = \ + include/Inventor/C/basic.h \ diff --git a/graphics/Coin/files/patch-configure b/graphics/Coin/files/patch-configure deleted file mode 100644 index acaf9f521e85..000000000000 --- a/graphics/Coin/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig 2008-09-12 03:42:55.000000000 -0800 -+++ configure 2009-01-22 22:29:35.000000000 -0900 -@@ -28869,9 +28869,9 @@ - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 - --cat >>confdefs.h <<\_ACEOF --#define HAVE_FTIME 1 --_ACEOF -+#cat >>confdefs.h <<\_ACEOF -+##define HAVE_FTIME 1 -+#_ACEOF - - ;; - esac diff --git a/graphics/Coin/pkg-plist b/graphics/Coin/pkg-plist index c61dce0bdc63..426d117d672a 100644 --- a/graphics/Coin/pkg-plist +++ b/graphics/Coin/pkg-plist @@ -668,9 +668,9 @@ include/Inventor/nodes/SoImage.h include/Inventor/nodes/SoIndexedFaceSet.h include/Inventor/nodes/SoIndexedLineSet.h include/Inventor/nodes/SoIndexedMarkerSet.h -include/Inventor/nodes/SoIndexedPointSet.h include/Inventor/nodes/SoIndexedNurbsCurve.h include/Inventor/nodes/SoIndexedNurbsSurface.h +include/Inventor/nodes/SoIndexedPointSet.h include/Inventor/nodes/SoIndexedShape.h include/Inventor/nodes/SoIndexedTriangleStripSet.h include/Inventor/nodes/SoInfo.h |