git: 2c2bb694d2eb - main - biology/mothur: Update 1.45.3 -> 1.46.0

Yuri Victorovich yuri at FreeBSD.org
Thu Aug 26 17:45:46 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c2bb694d2eb99085eedcb2d93b69d601ba2a36f

commit 2c2bb694d2eb99085eedcb2d93b69d601ba2a36f
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-08-26 16:37:24 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-08-26 17:45:39 +0000

    biology/mothur: Update 1.45.3 -> 1.46.0
    
    Reported by:    portscout
---
 biology/mothur/Makefile | 15 +++++++--------
 biology/mothur/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/biology/mothur/Makefile b/biology/mothur/Makefile
index 9fc6c24779ba..20ffc948ef5b 100644
--- a/biology/mothur/Makefile
+++ b/biology/mothur/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mothur
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.45.3
+DISTVERSION=	1.46.0
 CATEGORIES=	biology
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -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>
diff --git a/biology/mothur/distinfo b/biology/mothur/distinfo
index 1843d68e9f3c..45c1d1a93280 100644
--- a/biology/mothur/distinfo
+++ b/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


More information about the dev-commits-ports-main mailing list