diff options
author | tdb <tdb@FreeBSD.org> | 2005-12-06 00:57:26 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2005-12-06 00:57:26 +0800 |
commit | 7bc64e43bbfdeea00dec2fd4c5c1037e98085f59 (patch) | |
tree | 5b691c7bb9c6eb0964ce142c70c9d7b7deee660c /biology | |
parent | 9e0ac5775272509216aac71783263a7a8a0ff57e (diff) | |
download | freebsd-ports-gnome-7bc64e43bbfdeea00dec2fd4c5c1037e98085f59.tar.gz freebsd-ports-gnome-7bc64e43bbfdeea00dec2fd4c5c1037e98085f59.tar.zst freebsd-ports-gnome-7bc64e43bbfdeea00dec2fd4c5c1037e98085f59.zip |
- Fix fetch problems
PR: 89971
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
Approved by: clement (mentor)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/artemis/Makefile | 3 | ||||
-rw-r--r-- | biology/artemis/distinfo | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/biology/artemis/Makefile b/biology/artemis/Makefile index b924100f1c28..c4998b28dd7c 100644 --- a/biology/artemis/Makefile +++ b/biology/artemis/Makefile @@ -7,9 +7,10 @@ PORTNAME= artemis PORTVERSION= 7 +PORTREVISION= 1 CATEGORIES= biology java MASTER_SITES= http://www.sanger.ac.uk/Software/Artemis/v${PORTVERSION}/ -DISTNAME= artemis_compiled_v${PORTVERSION} +DISTNAME= artemis_compiled_v${PORTVERSION}_${PORTREVISION} MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= A DNA sequence viewer and annotation tool diff --git a/biology/artemis/distinfo b/biology/artemis/distinfo index 902cf64a4c4a..804338297593 100644 --- a/biology/artemis/distinfo +++ b/biology/artemis/distinfo @@ -1,2 +1,3 @@ -MD5 (artemis_compiled_v7.tar.gz) = 1830af32fb1010fadd7cb7f79e32a428 -SIZE (artemis_compiled_v7.tar.gz) = 4055112 +MD5 (artemis_compiled_v7_1.tar.gz) = f81f52a99a7c7b40c2a5289e71e0ea03 +SHA256 (artemis_compiled_v7_1.tar.gz) = d770c48464be5903107379775765883f7827833be7339d90d3dc8e1430c0646e +SIZE (artemis_compiled_v7_1.tar.gz) = 4055125 |