aboutsummaryrefslogtreecommitdiff
path: root/biology/hyphy
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-05-14 16:52:40 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-05-14 16:52:40 +0000
commitb19510413c86722e076849bdf90391edf67ffe59 (patch)
tree4d77f7332674fc15870466b8a7ff4415cfbfc9a5 /biology/hyphy
parentfb49d16d9a9e9a4d78f0c0b1557945fbe9c31e0f (diff)
downloadports-b19510413c86722e076849bdf90391edf67ffe59.tar.gz
ports-b19510413c86722e076849bdf90391edf67ffe59.zip
Notes
Diffstat (limited to 'biology/hyphy')
-rw-r--r--biology/hyphy/Makefile1
-rw-r--r--biology/hyphy/distinfo6
-rw-r--r--biology/hyphy/files/patch-src_core_calcnode.cpp11
3 files changed, 4 insertions, 14 deletions
diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile
index 6c12aca10b65..19087ad33108 100644
--- a/biology/hyphy/Makefile
+++ b/biology/hyphy/Makefile
@@ -2,6 +2,7 @@
PORTNAME= hyphy
DISTVERSION= 2.3.12
+PORTREVISION= 1
CATEGORIES= biology
MAINTAINER= jrm@FreeBSD.org
diff --git a/biology/hyphy/distinfo b/biology/hyphy/distinfo
index be8766d924bd..224ae2b79463 100644
--- a/biology/hyphy/distinfo
+++ b/biology/hyphy/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525983314
-SHA256 (veg-hyphy-2.3.12_GH0.tar.gz) = f78d5e7bcab2ad8405b9da9bdb4c7893ad7cd3290e1eec749855b064c6fc60fd
-SIZE (veg-hyphy-2.3.12_GH0.tar.gz) = 7901009
+TIMESTAMP = 1526314925
+SHA256 (veg-hyphy-2.3.12_GH0.tar.gz) = e2378a5130670d9440103b207e6b0fdb87e3eb163f55509d11a6876161072fed
+SIZE (veg-hyphy-2.3.12_GH0.tar.gz) = 7900819
diff --git a/biology/hyphy/files/patch-src_core_calcnode.cpp b/biology/hyphy/files/patch-src_core_calcnode.cpp
deleted file mode 100644
index 8b8dfab80e8f..000000000000
--- a/biology/hyphy/files/patch-src_core_calcnode.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/core/calcnode.cpp.orig 2018-05-10 18:06:35 UTC
-+++ src/core/calcnode.cpp
-@@ -5932,7 +5932,7 @@ void _TheTree::TreePSRecurse (node<no
- res << "0 0 0 setrgbcolor\n";
- }
-
-- if (iterator->is_root() == nil && layout == 1) {
-+ if (!iterator->is_root() && layout == 1) {
- res << (_String (-iterator->in_object.h) & ' ' & _String (-iterator->in_object.v) & " translate\n");
- }
- }