aboutsummaryrefslogtreecommitdiff
path: root/science/getdp
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2017-06-20 01:49:53 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2017-06-20 01:49:53 +0000
commit5ccac074314f0007f67900feb0dc8fdb69c7def3 (patch)
tree9c19013c76c63a0cd5e862fbda8ac8b63ac6709b /science/getdp
parent65f49a3ecc20a002ad25edf1be694df47bb54aa9 (diff)
downloadports-5ccac074314f0007f67900feb0dc8fdb69c7def3.tar.gz
ports-5ccac074314f0007f67900feb0dc8fdb69c7def3.zip
- Update to 2.11.0.
Notes
Notes: svn path=/head/; revision=443924
Diffstat (limited to 'science/getdp')
-rw-r--r--science/getdp/Makefile3
-rw-r--r--science/getdp/distinfo5
-rw-r--r--science/getdp/files/patch-Common_Message.cpp11
3 files changed, 4 insertions, 15 deletions
diff --git a/science/getdp/Makefile b/science/getdp/Makefile
index 00396b5590c3..afddb30c9ff1 100644
--- a/science/getdp/Makefile
+++ b/science/getdp/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= getdp
-PORTVERSION= 2.8.0
-PORTREVISION= 3
+PORTVERSION= 2.11.0
CATEGORIES= science
MASTER_SITES= http://www.geuz.org/getdp/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
diff --git a/science/getdp/distinfo b/science/getdp/distinfo
index e3af405fae30..05b21143ed32 100644
--- a/science/getdp/distinfo
+++ b/science/getdp/distinfo
@@ -1,2 +1,3 @@
-SHA256 (getdp-2.8.0-source.tgz) = 7941809d01b3b045f70382b719dc1bcfeea9d794ac075771a1e82be0960748dd
-SIZE (getdp-2.8.0-source.tgz) = 1539456
+TIMESTAMP = 1497921803
+SHA256 (getdp-2.11.0-source.tgz) = fc3b51e50357466849dbd07656107c8ac9d01c294b04c4801d2c227c1b1273eb
+SIZE (getdp-2.11.0-source.tgz) = 1597360
diff --git a/science/getdp/files/patch-Common_Message.cpp b/science/getdp/files/patch-Common_Message.cpp
deleted file mode 100644
index 339e28a1e0e4..000000000000
--- a/science/getdp/files/patch-Common_Message.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- Common/Message.cpp.orig 2017-06-17 23:49:49 UTC
-+++ Common/Message.cpp
-@@ -124,7 +124,7 @@ void Message::Initialize(int argc, char
- std::vector<wchar_t*> wargv(argc ? argc : 1);
- for(int i = 0; i < argc; i++)
- wargv[i] = Py_DecodeLocale(argv[i], NULL);
-- Py_SetProgramName(wargv[0], NULL);
-+ Py_SetProgramName(wargv[0]);
- Py_InitializeEx(0);
- PySys_SetArgv(argc, &wargv[0]);
- #endif