diff options
author | bapt <bapt@FreeBSD.org> | 2017-10-13 19:14:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-10-13 19:14:32 +0800 |
commit | d5b76115db1949681dca66e43f1bd326c517db52 (patch) | |
tree | d43bede92cc107c7761f819c1f0e9263a9be9f5f /biology | |
parent | 325ffc752f32fee992aacf9fac9e7e5dce286415 (diff) | |
download | freebsd-ports-gnome-d5b76115db1949681dca66e43f1bd326c517db52.tar.gz freebsd-ports-gnome-d5b76115db1949681dca66e43f1bd326c517db52.tar.zst freebsd-ports-gnome-d5b76115db1949681dca66e43f1bd326c517db52.zip |
Remove dead master sites
Diffstat (limited to 'biology')
-rw-r--r-- | biology/artemis/Makefile | 3 | ||||
-rw-r--r-- | biology/hmmer/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/biology/artemis/Makefile b/biology/artemis/Makefile index 45c24324e979..99af1f15c802 100644 --- a/biology/artemis/Makefile +++ b/biology/artemis/Makefile @@ -5,8 +5,7 @@ PORTNAME= artemis PORTVERSION= 9 PORTREVISION= 2 CATEGORIES= biology java -MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/ \ - ftp://ftp.sanger.ac.uk/pub/pathogens/software/artemis/v${PORTVERSION}/ +MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/ DISTNAME= artemis_compiled_v${PORTVERSION} MAINTAINER= ports@FreeBSD.org diff --git a/biology/hmmer/Makefile b/biology/hmmer/Makefile index 2deabb08cc86..eb86360a32d9 100644 --- a/biology/hmmer/Makefile +++ b/biology/hmmer/Makefile @@ -11,6 +11,8 @@ MASTER_SITES= ftp://selab.janelia.org/pub/software/hmmer3/3.0/ \ MAINTAINER= bacon4000@gmail.com COMMENT= Profile hidden Markov models for biological sequence analysis +BROKEN= No public distfiles + LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE |