Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2005 09:55:41 -0300 (ART)
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   ports/89971: fix fetching of biology/artemis
Message-ID:  <200512051255.jB5CtfYU059566@pi.iib.unsam.edu.ar>
Resent-Message-ID: <200512051300.jB5D0GJG046036@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89971
>Category:       ports
>Synopsis:       fix fetching of biology/artemis
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 05 13:00:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Fernan Aguero
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
IIB-UNSAM
>Environment:

FreeBSD pi.iib.unsam.edu.ar 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Wed May 26 12:56:43 ART 2004 fernan@pi.iib.unsam.edu.ar:/usr/obj/usr/src/sys/PI  i386

	
>Description:
	

	Artemis v7 was repackaged by the upstream developers.
	Attached is a patch to fix fetch problems.

	CC goes to the owner of the pointy hat :)
	[ports-i386@pointyhat.freebsd.org: artemis-7 failed on i386 5]
	
>How-To-Repeat:
	
	
>Fix:

	



--- artemis.diff begins here ---
diff -ruN /usr/ports/biology/artemis/Makefile artemis/Makefile
--- /usr/ports/biology/artemis/Makefile	Mon Sep 26 05:22:28 2005
+++ artemis/Makefile	Sun Dec  4 09:49:43 2005
@@ -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 -ruN /usr/ports/biology/artemis/distinfo artemis/distinfo
--- /usr/ports/biology/artemis/distinfo	Mon Sep 26 05:22:28 2005
+++ artemis/distinfo	Sun Dec  4 09:54:08 2005
@@ -1,2 +1,2 @@
-MD5 (artemis_compiled_v7.tar.gz) = 1830af32fb1010fadd7cb7f79e32a428
-SIZE (artemis_compiled_v7.tar.gz) = 4055112
+MD5 (artemis_compiled_v7_1.tar.gz) = f81f52a99a7c7b40c2a5289e71e0ea03
+SIZE (artemis_compiled_v7_1.tar.gz) = 4055125
--- artemis.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512051255.jB5CtfYU059566>