diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-01-28 12:00:17 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-01-28 12:02:23 +0000 |
commit | 68a725452a341366c504bf411bfda2b9b9f983eb (patch) | |
tree | 90db808c69a1cbe33f254dd6a5d433eb50d4f8cc /biology | |
parent | df419e8e2f12010a33b1eb375e6552d96b6db664 (diff) |
Diffstat (limited to 'biology')
-rw-r--r-- | biology/augustus/Makefile | 2 | ||||
-rw-r--r-- | biology/biosig/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/biology/augustus/Makefile b/biology/augustus/Makefile index 249d90b3d234..f5725eb93f47 100644 --- a/biology/augustus/Makefile +++ b/biology/augustus/Makefile @@ -1,7 +1,7 @@ PORTNAME= augustus DISTVERSIONPREFIX= v DISTVERSION= 3.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= biology science PKGNAMESUFFIX= -gene-prediction diff --git a/biology/biosig/Makefile b/biology/biosig/Makefile index 4b505aee8e76..9f61dab5d45e 100644 --- a/biology/biosig/Makefile +++ b/biology/biosig/Makefile @@ -1,6 +1,6 @@ PORTNAME= biosig DISTVERSION= 2.5.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= biology MASTER_SITES= SF/${PORTNAME}/BioSig%20for%20C_C%2B%2B/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}.src |