diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-10-03 02:14:06 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-10-03 02:14:06 +0000 |
commit | b2b1773a8006931f49457a9341f2c6da6119de0e (patch) | |
tree | 1346e0d607ea40888412436524c7fbdec2b154c0 /biology/ncbi-blast+ | |
parent | 4e59f277e33dd601e6996d6411159d56831f8ad2 (diff) | |
download | ports-b2b1773a8006931f49457a9341f2c6da6119de0e.tar.gz ports-b2b1773a8006931f49457a9341f2c6da6119de0e.zip |
devel/grpc: Update to 1.49.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/grpc/grpc/releases
Diffstat (limited to 'biology/ncbi-blast+')
-rw-r--r-- | biology/ncbi-blast+/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/ncbi-blast+/Makefile b/biology/ncbi-blast+/Makefile index c044de67416a..3934ba6d1853 100644 --- a/biology/ncbi-blast+/Makefile +++ b/biology/ncbi-blast+/Makefile @@ -1,6 +1,6 @@ PORTNAME= ncbi-blast+ DISTVERSION= 2.12.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= biology perl5 python MASTER_SITES= https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ \ https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ |