git: 6464fe05fe9d - main - - Update Unipro UGENE to version 38.1 and thus unbreak - CONFIG defaults to 64-bit mode now, adjust the check
Alexey Dokuchaev
danfe at FreeBSD.org
Tue May 18 15:25:34 UTC 2021
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6464fe05fe9d896e130503dfc4533d946d787e0f
commit 6464fe05fe9d896e130503dfc4533d946d787e0f
Author: Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-05-18 15:24:32 +0000
Commit: Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-05-18 15:24:55 +0000
- Update Unipro UGENE to version 38.1 and thus unbreak
- CONFIG defaults to 64-bit mode now, adjust the check
---
biology/ugene/Makefile | 8 +++-----
biology/ugene/distinfo | 6 +++---
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/biology/ugene/Makefile b/biology/ugene/Makefile
index 4fd816e3b800..f1d8b2834ae3 100644
--- a/biology/ugene/Makefile
+++ b/biology/ugene/Makefile
@@ -1,7 +1,7 @@
# Created by: Hannes Hauswedell <h2+fbsdports at fsfe.org>
PORTNAME= ugene
-PORTVERSION= 38.0
+PORTVERSION= 38.1
CATEGORIES= biology science
MAINTAINER= h2+fbsdports at fsfe.org
@@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_aarch64= Fails to build: invokes x86 asm
BROKEN_riscv64= Fails to build: invokes x86 asm
-BROKEN= Does not fetch: size mismatch (expected 23448730, actual 23446282)
RUN_DEPENDS= bash:shells/bash
@@ -40,9 +39,8 @@ OPENCL_QMAKE_ON= UGENE_OPENCL_DETECTED=1
.include <bsd.port.pre.mk>
-.if ${ARCH} == amd64
-# XXX: need to manually tell the build we are on x64
-QMAKE_ARGS+= CONFIG+=x64
+.if ${ARCH} == i386
+QMAKE_ARGS+= CONFIG+=x86
.endif
post-patch:
diff --git a/biology/ugene/distinfo b/biology/ugene/distinfo
index 5265749cd4bf..dfd53e61071d 100644
--- a/biology/ugene/distinfo
+++ b/biology/ugene/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616417068
-SHA256 (ugeneunipro-ugene-38.0_GH0.tar.gz) = e0eb0ccf02e43bef4dfba707fb25b94e2d77476fcfef853ab7d7222f44fffa92
-SIZE (ugeneunipro-ugene-38.0_GH0.tar.gz) = 23448730
+TIMESTAMP = 1616742529
+SHA256 (ugeneunipro-ugene-38.1_GH0.tar.gz) = f5e208df0481c2dfe804817d6bc7e8a1d6236e8cbff3d8b874745873492a56d6
+SIZE (ugeneunipro-ugene-38.1_GH0.tar.gz) = 23446767
More information about the dev-commits-ports-all
mailing list