From owner-dev-commits-ports-all@freebsd.org Tue May 18 15:25:34 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5EF2264FAC4; Tue, 18 May 2021 15:25:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fl0FB1zgqz4m2W; Tue, 18 May 2021 15:25:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2D10B21D09; Tue, 18 May 2021 15:25:34 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14IFPYmP003114; Tue, 18 May 2021 15:25:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14IFPYMT003113; Tue, 18 May 2021 15:25:34 GMT (envelope-from git) Date: Tue, 18 May 2021 15:25:34 GMT Message-Id: <202105181525.14IFPYMT003113@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 6464fe05fe9d - main - - Update Unipro UGENE to version 38.1 and thus unbreak - CONFIG defaults to 64-bit mode now, adjust the check MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6464fe05fe9d896e130503dfc4533d946d787e0f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2021 15:25:34 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=6464fe05fe9d896e130503dfc4533d946d787e0f commit 6464fe05fe9d896e130503dfc4533d946d787e0f Author: Alexey Dokuchaev AuthorDate: 2021-05-18 15:24:32 +0000 Commit: Alexey Dokuchaev 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 PORTNAME= ugene -PORTVERSION= 38.0 +PORTVERSION= 38.1 CATEGORIES= biology science MAINTAINER= h2+fbsdports@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 -.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