Skip to content

Commit

Permalink
biology/mothur: Update 1.45.3 -> 1.46.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Aug 26, 2021
1 parent d485e73 commit 2c2bb69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
15 changes: 7 additions & 8 deletions biology/mothur/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mothur
DISTVERSIONPREFIX= v
DISTVERSION= 1.45.3
DISTVERSION= 1.46.0
CATEGORIES= biology

MAINTAINER= yuri@FreeBSD.org
Expand All @@ -13,17 +13,16 @@ BUILD_DEPENDS= bash:shells/bash

USES= compiler:c++11-lang gmake localbase readline
USE_GITHUB= yes

MAKE_ARGS= INSTALL_DIR=${STAGEDIR}${PREFIX}/bin

ALL_TARGET= ${PORTNAME}

BINARY_ALIAS= g++=${CXX}

EXES= ${PORTNAME} uchime

PLIST_FILES= ${EXES:S/^/bin\//}
PLIST_FILES= bin/${PORTNAME}

do-install: # https://github.com/mothur/mothur/issues/615
.for e in ${EXES}
${INSTALL_PROGRAM} ${WRKSRC}/${e} ${STAGEDIR}${PREFIX}/bin
.endfor
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions biology/mothur/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1620575011
SHA256 (mothur-mothur-v1.45.3_GH0.tar.gz) = 865317569260ab7fa8fde2cbe00bcc05e6402dcd97267615d863ede145f381e8
SIZE (mothur-mothur-v1.45.3_GH0.tar.gz) = 1613336
TIMESTAMP = 1629994194
SHA256 (mothur-mothur-v1.46.0_GH0.tar.gz) = 0bb833b82c8841dca8cecfa58c93d537ec55f4a66d0def40916668a18baf6424
SIZE (mothur-mothur-v1.46.0_GH0.tar.gz) = 1637691

0 comments on commit 2c2bb69

Please sign in to comment.