git: 62d0176addaa - main - biology/recombine: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Dec 2023 13:11:49 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=62d0176addaaec87f96ae4d2a504af69606c0c93 commit 62d0176addaaec87f96ae4d2a504af69606c0c93 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-16 23:58:27 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-17 13:11:36 +0000 biology/recombine: Mark DEPRECATED - Upstream last release was in 2002 - Upstream advises to use bioloby/lamarc - Set EXPIRATION_DATE 2024-01-17 - Pet portclippy --- biology/recombine/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/biology/recombine/Makefile b/biology/recombine/Makefile index 1f3b77b7c7c4..abaa7dbf8217 100644 --- a/biology/recombine/Makefile +++ b/biology/recombine/Makefile @@ -2,22 +2,26 @@ PORTNAME= recombine PORTVERSION= 1.41 PORTREVISION= 2 CATEGORIES= biology -MASTER_SITES= http://evolution.gs.washington.edu/lamarc/recombine/ +MASTER_SITES= https://lamarcweb.github.io/lamarcweb/recombine/ DISTNAME= ${PORTNAME}${PORTVERSION}.src.doc MAINTAINER= ports@FreeBSD.org COMMENT= Program to fit population models across sites -WWW= https://evolution.genetics.washington.edu/lamarc/recombine.html +WWW= https://lamarcweb.github.io/lamarcweb/recombine/ + +DEPRECATED= Upstream advises to use biology/lamarc +EXPIRATION_DATE= 2024-01-17 USES= shebangfix -WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} +SHEBANG_FILES= filetran ALL_TARGET= ${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} + PLIST_FILES+= bin/filetran bin/recombine PORTDOCS= recombine.txt -SHEBANG_FILES= filetran OPTIONS_DEFINE= DOCS