Skip to content

Commit

Permalink
biology/ad2vcf: Update to 0.1.4
Browse files Browse the repository at this point in the history
Updates for evolving libxtend and biolibc APIs
Add --version flag
Filter out unused SAM fields on input
Numerous other minor fixes and enhancements

Changes: https://github.com/auerlab/ad2vcf/releases/tag/0.1.4
  • Loading branch information
Jason W. Bacon authored and Jason W. Bacon committed Dec 14, 2021
1 parent 0646ba9 commit d167ed2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions biology/ad2vcf/Makefile
@@ -1,6 +1,5 @@
PORTNAME= ad2vcf
DISTVERSION= 0.1.3-31
DISTVERSIONSUFFIX= -g2073297
DISTVERSION= 0.1.4
CATEGORIES= biology

MAINTAINER= jwb@FreeBSD.org
Expand All @@ -14,6 +13,7 @@ LIB_DEPENDS= libbiolibc.so:biology/biolibc libxtend.so:devel/libxtend
USE_GITHUB= yes
GH_ACCOUNT= auerlab

MAKE_ENV+= VERSION=${PORTVERSION}
PLIST_FILES= bin/ad2vcf man/man1/ad2vcf.1.gz

pre-build:
Expand Down
6 changes: 3 additions & 3 deletions biology/ad2vcf/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1628941739
SHA256 (auerlab-ad2vcf-0.1.3-31-g2073297_GH0.tar.gz) = 5f6b5219d2ea2d92eda8ff2f112a6e2a3cd363b9fa88713a84838e213cb450e3
SIZE (auerlab-ad2vcf-0.1.3-31-g2073297_GH0.tar.gz) = 15209
TIMESTAMP = 1639408929
SHA256 (auerlab-ad2vcf-0.1.4_GH0.tar.gz) = 84c821fc800f77aacd2764399a5dbd4786d3e9a8ebd5993aa93703898456ef9a
SIZE (auerlab-ad2vcf-0.1.4_GH0.tar.gz) = 15964

0 comments on commit d167ed2

Please sign in to comment.