Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 11:17:14 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546721 - head/biology/bwa
Message-ID:  <202008281117.07SBHEEV060311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Aug 28 11:17:13 2020
New Revision: 546721
URL: https://svnweb.freebsd.org/changeset/ports/546721

Log:
  biology/bwa: fix build on recent current
  
  Obtained from:	https://github.com/lh3/bwa/commit/2a1ae7b6f34a96ea25be007ac9d91e57e9d32284

Modified:
  head/biology/bwa/Makefile
  head/biology/bwa/distinfo

Modified: head/biology/bwa/Makefile
==============================================================================
--- head/biology/bwa/Makefile	Fri Aug 28 11:11:58 2020	(r546720)
+++ head/biology/bwa/Makefile	Fri Aug 28 11:17:13 2020	(r546721)
@@ -5,6 +5,9 @@ PORTVERSION=	0.7.17
 DISTVERSIONPREFIX=v
 CATEGORIES=	biology
 
+PATCH_SITES=	https://github.com/lh3/bwa/commit/
+PATCHFILES=	2a1ae7b6f34a96ea25be007ac9d91e57e9d32284.patch:-p1
+
 MAINTAINER=	jwb@FreeBSD.org
 COMMENT=	Burrows-Wheeler sequence aligner
 

Modified: head/biology/bwa/distinfo
==============================================================================
--- head/biology/bwa/distinfo	Fri Aug 28 11:11:58 2020	(r546720)
+++ head/biology/bwa/distinfo	Fri Aug 28 11:17:13 2020	(r546721)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1511844744
+TIMESTAMP = 1598613295
 SHA256 (lh3-bwa-v0.7.17_GH0.tar.gz) = 980b9591b61c60042c4a39b9e31ccaad8d17ff179d44d347997825da3fdf47fd
 SIZE (lh3-bwa-v0.7.17_GH0.tar.gz) = 232593
+SHA256 (2a1ae7b6f34a96ea25be007ac9d91e57e9d32284.patch) = 15216a79759a2390bda4a4684af34ff3108f63519d2ec3935754507f3c008da0
+SIZE (2a1ae7b6f34a96ea25be007ac9d91e57e9d32284.patch) = 709



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281117.07SBHEEV060311>