pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

update openNURBS to version 2013-07-11



Module Name:	pkgsrc-wip
Committed By:	Iain Hibbert <plunky%netbsd.org@localhost>
Pushed By:	plunky
Date:		Sat Jul 30 22:01:25 2016 +0100
Changeset:	7a3cb945f2191e5c92c9797a60fd4b7ca79791fe

Modified Files:
	opennurbs/Makefile
	opennurbs/buildlink3.mk
	opennurbs/distinfo
Removed Files:
	opennurbs/patches/patch-opennurbs__memory.c

Log Message:
update openNURBS to version 2013-07-11

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7a3cb945f2191e5c92c9797a60fd4b7ca79791fe

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 opennurbs/Makefile                          |  4 ++--
 opennurbs/buildlink3.mk                     |  2 +-
 opennurbs/distinfo                          |  8 ++++----
 opennurbs/patches/patch-opennurbs__memory.c | 15 ---------------
 4 files changed, 7 insertions(+), 22 deletions(-)

diffs:
diff --git a/opennurbs/Makefile b/opennurbs/Makefile
index f4ca69a..8020386 100644
--- a/opennurbs/Makefile
+++ b/opennurbs/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD: Makefile,v 1.1 2013/03/03 21:15:03 othyro Exp $
 #
 
-DISTNAME=	opennurbs_20121024
+DISTNAME=	opennurbs_20130711
 PKGNAME=	${DISTNAME:S/_/-/}
 CATEGORIES=	devel
-MASTER_SITES=	http://files.na.mcneel.com/opennurbs/5.0/2012-10-24/
+MASTER_SITES=	http://files.mcneel.com/opennurbs/5.0/2013-07-11/
 EXTRACT_SUFX=	.zip
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
diff --git a/opennurbs/buildlink3.mk b/opennurbs/buildlink3.mk
index 6d2375e..79aac44 100644
--- a/opennurbs/buildlink3.mk
+++ b/opennurbs/buildlink3.mk
@@ -5,7 +5,7 @@ BUILDLINK_TREE+=	opennurbs
 .if !defined(OPENNURBS_BUILDLINK3_MK)
 OPENNURBS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.opennurbs+=	opennurbs>=20121024
+BUILDLINK_API_DEPENDS.opennurbs+=	opennurbs>=20130711
 BUILDLINK_PKGSRCDIR.opennurbs?=	../../wip/opennurbs
 
 .include "../../devel/zlib/buildlink3.mk"
diff --git a/opennurbs/distinfo b/opennurbs/distinfo
index bf51516..78f68fa 100644
--- a/opennurbs/distinfo
+++ b/opennurbs/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1 2013/03/03 21:15:03 othyro Exp $
 
-SHA1 (opennurbs_20121024.zip) = eec20c102c7f7feff367d21f110cdb8f26bb5c3f
-RMD160 (opennurbs_20121024.zip) = 603b33f2e6a04171ade7b41918185c0f2329304f
-Size (opennurbs_20121024.zip) = 1781061 bytes
-SHA1 (patch-opennurbs__memory.c) = 6b14349e4d2beadf50dacf3c2a40d5555ef49e7e
+SHA1 (opennurbs_20130711.zip) = 7f85689e95e3cee4a4429fd4fcbeec849fa112ff
+RMD160 (opennurbs_20130711.zip) = cb74f3a036795def71d6dcc10d54bb4900abe493
+SHA512 (opennurbs_20130711.zip) = 49dffb0fa1198827e69bb7e43e659f6dc5113b10d5d865c3c31a535922482276f15004ad184cebecd673d7d424ab32b45f52306ac90cdc20f85542a0d394720b
+Size (opennurbs_20130711.zip) = 1807257 bytes
diff --git a/opennurbs/patches/patch-opennurbs__memory.c b/opennurbs/patches/patch-opennurbs__memory.c
deleted file mode 100644
index 4b36a49..0000000
--- a/opennurbs/patches/patch-opennurbs__memory.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-opennurbs__memory.c,v 1.1 2013/03/03 21:15:03 othyro Exp $
-
-Needs line terminator.
-
---- opennurbs_memory.c.orig	2012-10-23 08:33:46.000000000 +0000
-+++ opennurbs_memory.c
-@@ -113,7 +113,7 @@ size_t onmsize( const void* memblock )
-     // platform, then report it to the support
-     // contact on http://opennurbs.org and
-     // the code will be added in the next release.
--    ON_ERROR("onmsize not implemented on this compiler or platform.")
-+    ON_ERROR("onmsize not implemented on this compiler or platform.");
-     sz = 0;
- #endif
-   }


Home | Main Index | Thread Index | Old Index