Date: Thu, 13 Aug 2009 21:27:55 -0300 From: Fernan Aguero <fernan@iib.unsam.edu.ar> To: FreeBSD-gnats-submit@FreeBSD.org Cc: erwin@FreeBSD.org, miwi@FreeBSD.org Subject: ports/137750: biology/emboss biology/embassy - fix broken build Message-ID: <520894aa0908131727hfd4e580jc91d3127beca6be5@mail.gmail.com> Resent-Message-ID: <200908140030.n7E0UAWp004525@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137750 >Category: ports >Synopsis: biology/emboss biology/embassy - fix broken build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 14 00:30:10 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Fernan Aguero >Release: FreeBSD 6.3-RELEASE-p1 i386 >Organization: IIB-UNSAM >Environment: FreeBSD gama.iib.unsam.edu.ar 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: Wed Apr 2 18:37:14 ART 2008 fernan@gama.iib.unsam.edu.ar:/usr/obj/freebsd/freebsd-6.3/src/sys/GAMA i386 <machine, os, target, libraries (multiple lines)> >Description: <precise description of the problem (multiple lines)> Upstream sources have moved to /old/${PORTVERSION} due to release of latest 6.1.0 packages. While we work on updating the ports, here's a quick fix involving only MASTER_SITES >How-To-Repeat: <code/input/activities to reproduce the problem (multiple lines)> >Fix: <how to correct or work around the problem, if known (multiple lines)> --- Makefile.emboss.diff begins here --- --- /usr/ports/biology/emboss/Makefile 2009-08-07 18:02:40.000000000 -0300 +++ Makefile 2009-08-13 21:01:19.000000000 -0300 @@ -10,8 +10,7 @@ PORTREVISION= 1 RELEASE= ${PORTNAME:U}-${PORTVERSION} CATEGORIES= biology -MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/ \ - ftp://ftp.ebi.ac.uk/pub/software/unix/EMBOSS/ +MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/old/${PORTVERSION}/ DISTNAME= ${RELEASE} DIST_SUBDIR= ${PORTNAME} --- Makefile.emboss.diff ends here --- --- Makefile.embassy.diff begins here --- --- /usr/ports/biology/embassy/Makefile 2009-08-07 18:02:40.000000000 -0300 +++ Makefile 2009-08-13 21:25:28.000000000 -0300 @@ -9,9 +9,9 @@ PORTNAME= embassy PORTVERSION= 6.0.0 PORTREVISION= 1 + CATEGORIES= biology -MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/ \ - ftp://ftp.ebi.ac.uk/pub/software/unix/EMBOSS/ +MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/old/${PORTVERSION}/ DIST_SUBDIR= emboss MAINTAINER= fernan@iib.unsam.edu.ar --- Makefile.embassy.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?520894aa0908131727hfd4e580jc91d3127beca6be5>