From b19510413c86722e076849bdf90391edf67ffe59 Mon Sep 17 00:00:00 2001 From: Joseph Mingrone Date: Mon, 14 May 2018 16:52:40 +0000 Subject: [PATCH] biology/hyphy: Bump PORTREVISION after upstream rerolled release Also, remove patch that upstream incorporated in new tarball. Upstream issue: https://github.com/veg/hyphy/issues/796 --- biology/hyphy/Makefile | 1 + biology/hyphy/distinfo | 6 +++--- biology/hyphy/files/patch-src_core_calcnode.cpp | 11 ----------- 3 files changed, 4 insertions(+), 14 deletions(-) delete mode 100644 biology/hyphy/files/patch-src_core_calcnode.cpp 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 (nodeis_root() == nil && layout == 1) { -+ if (!iterator->is_root() && layout == 1) { - res << (_String (-iterator->in_object.h) & ' ' & _String (-iterator->in_object.v) & " translate\n"); - } - }