aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-16 23:58:27 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-17 13:11:36 +0000
commit62d0176addaaec87f96ae4d2a504af69606c0c93 (patch)
treea1331ac45bb5035f69579ef4e62a60d214f3114b
parent3d1442aee9588ff04971f286a4c8bfc7a6f218ca (diff)
downloadports-62d0176addaaec87f96ae4d2a504af69606c0c93.tar.gz
ports-62d0176addaaec87f96ae4d2a504af69606c0c93.zip
biology/recombine: Mark DEPRECATED
- Upstream last release was in 2002 - Upstream advises to use bioloby/lamarc - Set EXPIRATION_DATE 2024-01-17 - Pet portclippy
-rw-r--r--biology/recombine/Makefile12
1 files 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