Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2018 19:00:00 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488819 - in head/biology/diamond: . files
Message-ID:  <201812311900.wBVJ00pI029282@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Mon Dec 31 19:00:00 2018
New Revision: 488819
URL: https://svnweb.freebsd.org/changeset/ports/488819

Log:
  biology/diamond: Update to version 0.9.24
  
  Port changes: Tune for package building based on the author's
  recommendation.
  
  Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.24

Added:
  head/biology/diamond/pkg-message   (contents, props changed)
Deleted:
  head/biology/diamond/files/
Modified:
  head/biology/diamond/Makefile   (contents, props changed)
  head/biology/diamond/distinfo   (contents, props changed)

Modified: head/biology/diamond/Makefile
==============================================================================
--- head/biology/diamond/Makefile	Mon Dec 31 18:42:19 2018	(r488818)
+++ head/biology/diamond/Makefile	Mon Dec 31 19:00:00 2018	(r488819)
@@ -2,8 +2,7 @@
 
 PORTNAME=	diamond
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.23-6
-DISTVERSIONSUFFIX=	-gfecab3e
+DISTVERSION=	0.9.24
 CATEGORIES=	biology
 
 MAINTAINER=	jrm@FreeBSD.org
@@ -18,10 +17,9 @@ USES=		cmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	bbuchfink
 
-CFLAGS+=	-DNDEBUG
 PLIST_FILES=	bin/diamond
-.if ! defined(PACKAGE_BUILDING)
-CXXFLAGS+=	-march=native
+.if defined(PACKAGE_BUILDING)
+CFLAGS+=	-mtune=generic
 .endif
 
 .include <bsd.port.mk>

Modified: head/biology/diamond/distinfo
==============================================================================
--- head/biology/diamond/distinfo	Mon Dec 31 18:42:19 2018	(r488818)
+++ head/biology/diamond/distinfo	Mon Dec 31 19:00:00 2018	(r488819)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544706267
-SHA256 (bbuchfink-diamond-v0.9.23-6-gfecab3e_GH0.tar.gz) = 1d7c48b4da45854d75c9f90809a050fead6ffa8ad0b67447df7146e6849d5319
-SIZE (bbuchfink-diamond-v0.9.23-6-gfecab3e_GH0.tar.gz) = 424626
+TIMESTAMP = 1546047321
+SHA256 (bbuchfink-diamond-v0.9.24_GH0.tar.gz) = 22e8fc3980c2f5d6b584d4fefa3406172141697f7cb32b9742cb43a593b4ff24
+SIZE (bbuchfink-diamond-v0.9.24_GH0.tar.gz) = 425582

Added: head/biology/diamond/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/biology/diamond/pkg-message	Mon Dec 31 19:00:00 2018	(r488819)
@@ -0,0 +1,6 @@
+=======================================================================
+
+For best performance, it is recommended to build diamond on the
+target system.
+
+=======================================================================



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