aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-09-17 07:41:23 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-09-17 07:41:23 +0800
commitbb6001588676f0fe3b94d27fb85a991eb509e469 (patch)
tree16a3b80622be7f1828e0ae6a98ed746f2486fac7 /cad
parent57af67b73f28dafa04c1667b36476f195972c84c (diff)
downloadfreebsd-ports-gnome-bb6001588676f0fe3b94d27fb85a991eb509e469.tar.gz
freebsd-ports-gnome-bb6001588676f0fe3b94d27fb85a991eb509e469.tar.zst
freebsd-ports-gnome-bb6001588676f0fe3b94d27fb85a991eb509e469.zip
- Update to 3.9.1
PR: 212430 Submitted by: fernando.apesteguia@gmail.com (maintainer)
Diffstat (limited to 'cad')
-rw-r--r--cad/openvsp/Makefile6
-rw-r--r--cad/openvsp/distinfo6
-rw-r--r--cad/openvsp/files/patch-src_vsp__aero_viewer_ContourLevel.fl11
-rw-r--r--cad/openvsp/files/patch-src_vsp__aero_viewer_CuttingPlane.fl11
-rw-r--r--cad/openvsp/files/patch-src_vsp__aero_viewer_glviewer.H11
-rw-r--r--cad/openvsp/files/patch-src_vsp__aero_viewer_viewerUI.fl35
-rw-r--r--cad/openvsp/files/patch-src_vsp__aero_viewer_vspaero__viewer.C11
7 files changed, 6 insertions, 85 deletions
diff --git a/cad/openvsp/Makefile b/cad/openvsp/Makefile
index 2baddb51d34b..9251e09063a8 100644
--- a/cad/openvsp/Makefile
+++ b/cad/openvsp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= openvsp
-PORTVERSION= 3.9.0
+PORTVERSION= 3.9.1
DISTVERSIONPREFIX= ${GH_PROJECT}_
CATEGORIES= cad
MASTER_SITES= GH
@@ -60,8 +60,8 @@ BUILD_PREFIX= OpenVSP-prefix/src/OpenVSP-build/_CPack_Packages/FreeBSD/ZIP/OpenV
do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${BUILD_PREFIX}/vsp* ${STAGEDIR}${PREFIX}/bin
- ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/vsp*
- ${MKDIR} ${STAGEDIR}${DATADIR}
+ @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/vsp*
+ @${MKDIR} ${STAGEDIR}${DATADIR}
.for d in CustomScripts airfoil matlab scripts textures
(cd ${BUILD_WRKSRC}/${BUILD_PREFIX}/${d} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
.endfor
diff --git a/cad/openvsp/distinfo b/cad/openvsp/distinfo
index 0b68e927e456..58014f488cb0 100644
--- a/cad/openvsp/distinfo
+++ b/cad/openvsp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472060174
-SHA256 (OpenVSP-OpenVSP-OpenVSP_3.9.0_GH0.tar.gz) = 582efa843ecd46543950a8faac9c4c1274f0d897d31eef0bef887795d91142d3
-SIZE (OpenVSP-OpenVSP-OpenVSP_3.9.0_GH0.tar.gz) = 32750881
+TIMESTAMP = 1473160974
+SHA256 (OpenVSP-OpenVSP-OpenVSP_3.9.1_GH0.tar.gz) = 3c9607a4f1574a6a2c85acc1f3c5e20e392f1ad7f9e8fbebd3cfd548a97a65fa
+SIZE (OpenVSP-OpenVSP-OpenVSP_3.9.1_GH0.tar.gz) = 32752113
diff --git a/cad/openvsp/files/patch-src_vsp__aero_viewer_ContourLevel.fl b/cad/openvsp/files/patch-src_vsp__aero_viewer_ContourLevel.fl
deleted file mode 100644
index b16c6e027cfb..000000000000
--- a/cad/openvsp/files/patch-src_vsp__aero_viewer_ContourLevel.fl
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/vsp_aero/viewer/ContourLevel.fl.orig 2016-08-21 15:22:39 UTC
-+++ src/vsp_aero/viewer/ContourLevel.fl
-@@ -12,7 +12,7 @@ class ContourLevelUserInterface {open
- Fl_Window MainWindow {
- label {Set Contour Levels} open
- xywh {603 165 297 144} align 129
-- code0 {\#include "ContourLevel.H"}
-+ code0 {\#include "ContourLevel.h"}
- code1 {\#include "glviewer.H"} visible
- } {
- Fl_Button Reset {
diff --git a/cad/openvsp/files/patch-src_vsp__aero_viewer_CuttingPlane.fl b/cad/openvsp/files/patch-src_vsp__aero_viewer_CuttingPlane.fl
deleted file mode 100644
index ce20ff4f25da..000000000000
--- a/cad/openvsp/files/patch-src_vsp__aero_viewer_CuttingPlane.fl
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/vsp_aero/viewer/CuttingPlane.fl.orig 2016-08-21 15:22:39 UTC
-+++ src/vsp_aero/viewer/CuttingPlane.fl
-@@ -9,7 +9,7 @@ class CuttingPlaneUserInterface {open
- Fl_Window MainWindow {
- label {Cutting Plane} open
- xywh {525 164 297 106} type Double align 129
-- code0 {\#include "ContourLevel.H"}
-+ code0 {\#include "ContourLevel.h"}
- code1 {\#include "glviewer.H"} visible
- } {
- Fl_Value_Input CuttingPlaneValue {
diff --git a/cad/openvsp/files/patch-src_vsp__aero_viewer_glviewer.H b/cad/openvsp/files/patch-src_vsp__aero_viewer_glviewer.H
deleted file mode 100644
index 942e241a4080..000000000000
--- a/cad/openvsp/files/patch-src_vsp__aero_viewer_glviewer.H
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/vsp_aero/viewer/glviewer.H.orig 2016-08-21 15:22:39 UTC
-+++ src/vsp_aero/viewer/glviewer.H
-@@ -36,7 +36,7 @@
- #include "utils.H"
- #include "glf.H"
- #include "binaryio.H"
--#include "viewerUI.H"
-+#include "viewerUI.h"
- //#include "tiffio.h"
- #include "TagList.H"
- #include "TagListGroup.H"
diff --git a/cad/openvsp/files/patch-src_vsp__aero_viewer_viewerUI.fl b/cad/openvsp/files/patch-src_vsp__aero_viewer_viewerUI.fl
deleted file mode 100644
index fd85c1619b21..000000000000
--- a/cad/openvsp/files/patch-src_vsp__aero_viewer_viewerUI.fl
+++ /dev/null
@@ -1,35 +0,0 @@
---- src/vsp_aero/viewer/viewerUI.fl.orig 2016-08-21 15:22:39 UTC
-+++ src/vsp_aero/viewer/viewerUI.fl
-@@ -324,28 +324,28 @@ glviewer->redraw();}
- CL = new ContourLevelUserInterface;
- CL->show(glviewer);}
- xywh {10 10 100 20} divider
-- code0 {\#include "ContourLevel.H"}
-+ code0 {\#include "ContourLevel.h"}
- }
- MenuItem OptionsMenuUseSmoothFunctionShading {
- label {Use Smooth Function Shading}
- callback {glviewer->DrawSmoothFunctionsWasPicked();
- glviewer->redraw();}
- xywh {40 40 100 20} type Toggle divider
-- code0 {\#include "ContourLevel.H"}
-+ code0 {\#include "ContourLevel.h"}
- }
- MenuItem OptionsMenuUseFlatShading {
- label {Use Flat Shading}
- callback {glviewer->DrawFlatShadedWasPicked();
- glviewer->redraw();}
- xywh {40 40 100 20} type Toggle divider
-- code0 {\#include "ContourLevel.H"}
-+ code0 {\#include "ContourLevel.h"}
- }
- MenuItem OptionsMenuDrawWakesToInfinity {
- label {Draw Wakes To Infinity}
- callback {glviewer->DrawWakesToInfinityWasPicked();
- glviewer->redraw();}
- xywh {50 50 100 20} type Toggle divider
-- code0 {\#include "ContourLevel.H"}
-+ code0 {\#include "ContourLevel.h"}
- }
- }
- Fl_Button KeyboardControlInfoButton {
diff --git a/cad/openvsp/files/patch-src_vsp__aero_viewer_vspaero__viewer.C b/cad/openvsp/files/patch-src_vsp__aero_viewer_vspaero__viewer.C
deleted file mode 100644
index 9443ef88f5e6..000000000000
--- a/cad/openvsp/files/patch-src_vsp__aero_viewer_vspaero__viewer.C
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/vsp_aero/viewer/vspaero_viewer.C.orig 2016-08-24 17:53:16 UTC
-+++ src/vsp_aero/viewer/vspaero_viewer.C
-@@ -8,7 +8,7 @@
- #include <stdio.h>
- //#include <config.h>
- #include <FL/Fl.H>
--#include "viewerUI.H"
-+#include "viewerUI.h"
-
- int ForceView = 0;
- int TimeStamp = 0;