svn commit: r394453 - in head/graphics/opennurbs: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Aug 17 12:11:53 UTC 2015


Author: amdmi3
Date: Mon Aug 17 12:11:51 2015
New Revision: 394453
URL: https://svnweb.freebsd.org/changeset/ports/394453

Log:
  - Update to 20130711
  
  PR:		202329
  Submitted by:	fernando.apesteguia at gmail.com (maintainer)

Added:
  head/graphics/opennurbs/files/patch-opennurbs__system.h
     - copied, changed from r394448, head/graphics/opennurbs/files/patch-opennurbs-system.h
Deleted:
  head/graphics/opennurbs/files/patch-opennurbs-memory.c
  head/graphics/opennurbs/files/patch-opennurbs-system.h
Modified:
  head/graphics/opennurbs/Makefile
  head/graphics/opennurbs/distinfo
  head/graphics/opennurbs/pkg-plist

Modified: head/graphics/opennurbs/Makefile
==============================================================================
--- head/graphics/opennurbs/Makefile	Mon Aug 17 12:02:36 2015	(r394452)
+++ head/graphics/opennurbs/Makefile	Mon Aug 17 12:11:51 2015	(r394453)
@@ -2,10 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	opennurbs
-PORTVERSION=	20121024
+PORTVERSION=	20130711
 PORTREVISION=	3
 CATEGORIES=	graphics
-MASTER_SITES=	http://files.na.mcneel.com/opennurbs/5.0/2012-10-24/
+MASTER_SITES=	http://files.na.mcneel.com/opennurbs/5.0/2013-07-11/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	fernando.apesteguia at gmail.com

Modified: head/graphics/opennurbs/distinfo
==============================================================================
--- head/graphics/opennurbs/distinfo	Mon Aug 17 12:02:36 2015	(r394452)
+++ head/graphics/opennurbs/distinfo	Mon Aug 17 12:11:51 2015	(r394453)
@@ -1,2 +1,2 @@
-SHA256 (opennurbs_20121024.zip) = 8788d1c18a02ceeb4fede5cff46fafa9e9423741aa83cb8bcacebc7a53b76744
-SIZE (opennurbs_20121024.zip) = 1781061
+SHA256 (opennurbs_20130711.zip) = 5cb9ff879c94c63145526a188f9ddc8c522f35cd82d8726ad49ed64a63d6e05a
+SIZE (opennurbs_20130711.zip) = 1807257

Copied and modified: head/graphics/opennurbs/files/patch-opennurbs__system.h (from r394448, head/graphics/opennurbs/files/patch-opennurbs-system.h)
==============================================================================
--- head/graphics/opennurbs/files/patch-opennurbs-system.h	Mon Aug 17 10:09:14 2015	(r394448, copy source)
+++ head/graphics/opennurbs/files/patch-opennurbs__system.h	Mon Aug 17 12:11:51 2015	(r394453)
@@ -1,6 +1,6 @@
---- opennurbs_system.h.orig	2012-10-24 23:45:37.000000000 +0200
-+++ opennurbs_system.h	2012-10-24 23:45:37.000000000 +0200
-@@ -219,11 +219,6 @@
+--- opennurbs_system.h.orig	2015-08-14 13:19:05 UTC
++++ opennurbs_system.h
+@@ -219,11 +219,7 @@
  
  #include <stdlib.h>
  #include <memory.h>
@@ -9,6 +9,7 @@
 -#else
 -#include <malloc.h>
 -#endif
++#include <stdlib.h>
  #include <string.h>
  #include <math.h>
  #include <stdio.h>

Modified: head/graphics/opennurbs/pkg-plist
==============================================================================
--- head/graphics/opennurbs/pkg-plist	Mon Aug 17 12:02:36 2015	(r394452)
+++ head/graphics/opennurbs/pkg-plist	Mon Aug 17 12:11:51 2015	(r394453)
@@ -68,6 +68,7 @@ include/openNURBS/opennurbs_object_histo
 include/openNURBS/opennurbs_objref.h
 include/openNURBS/opennurbs_offsetsurface.h
 include/openNURBS/opennurbs_optimize.h
+include/openNURBS/opennurbs_photogrammetry.h
 include/openNURBS/opennurbs_plane.h
 include/openNURBS/opennurbs_planesurface.h
 include/openNURBS/opennurbs_pluginlist.h
@@ -80,6 +81,7 @@ include/openNURBS/opennurbs_polyedgecurv
 include/openNURBS/opennurbs_polyline.h
 include/openNURBS/opennurbs_polylinecurve.h
 include/openNURBS/opennurbs_qsort_template.h
+include/openNURBS/opennurbs_quaternion.h
 include/openNURBS/opennurbs_rand.h
 include/openNURBS/opennurbs_rendering.h
 include/openNURBS/opennurbs_revsurface.h


More information about the svn-ports-all mailing list