ports/137750: biology/emboss biology/embassy - fix broken build
Fernan Aguero
fernan at iib.unsam.edu.ar
Fri Aug 14 00:30:11 UTC 2009
>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 at 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 at iib.unsam.edu.ar
--- Makefile.embassy.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list