svn commit: r513915 - head/biology/star

Jason W. Bacon jwb at FreeBSD.org
Sun Oct 6 22:18:32 UTC 2019


Author: jwb
Date: Sun Oct  6 22:18:31 2019
New Revision: 513915
URL: https://svnweb.freebsd.org/changeset/ports/513915

Log:
  biology/star: Upgrade to 2.7.2d
  
  Fix chimeric output bug.
  
  Numerous other minor fixes and enhancements since 2.7.0.
  
  Reported by:    portscout

Modified:
  head/biology/star/Makefile
  head/biology/star/distinfo   (contents, props changed)

Modified: head/biology/star/Makefile
==============================================================================
--- head/biology/star/Makefile	Sun Oct  6 22:05:36 2019	(r513914)
+++ head/biology/star/Makefile	Sun Oct  6 22:18:31 2019	(r513915)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	STAR
-DISTVERSION=	2.7.0f
-PORTREVISION=	1
+DISTVERSION=	2.7.2d
 CATEGORIES=	biology
 PKGNAMEPREFIX=	rna-
 
@@ -26,7 +25,7 @@ PLIST_FILES=	bin/STAR
 .include <bsd.port.pre.mk>
 
 # Force newer compiler on platforms using GCC 4.2 as base
-.if ${CHOSEN_COMPILER_TYPE} == gcc
+.if ${CHOSEN_COMPILER_TYPE} == gcc && ${COMPILER_VERSION} <= 42
 USE_GCC=	yes
 .endif
 

Modified: head/biology/star/distinfo
==============================================================================
--- head/biology/star/distinfo	Sun Oct  6 22:05:36 2019	(r513914)
+++ head/biology/star/distinfo	Sun Oct  6 22:18:31 2019	(r513915)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555876360
-SHA256 (alexdobin-STAR-2.7.0f_GH0.tar.gz) = daead0a87b259e6311f48f31ccaab5bd53ef1da9d6e5cd7210e0d714b7e23204
-SIZE (alexdobin-STAR-2.7.0f_GH0.tar.gz) = 8061887
+TIMESTAMP = 1570398385
+SHA256 (alexdobin-STAR-2.7.2d_GH0.tar.gz) = 46eba14658082c93d7982c5b5898051c7139f1f9add9390de7c135f587b42ab4
+SIZE (alexdobin-STAR-2.7.2d_GH0.tar.gz) = 8142737


More information about the svn-ports-head mailing list