diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-14 16:33:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-14 16:33:22 +0800 |
commit | ed160a4224b8dae56149a424ec14902caa8c1df2 (patch) | |
tree | d168f4f6381aa2a4526339546ac1d89922132364 /biology | |
parent | 52201dfc36c40b26f2ae66c48ae5bdf33333c949 (diff) | |
download | freebsd-ports-graphics-ed160a4224b8dae56149a424ec14902caa8c1df2.tar.gz freebsd-ports-graphics-ed160a4224b8dae56149a424ec14902caa8c1df2.tar.zst freebsd-ports-graphics-ed160a4224b8dae56149a424ec14902caa8c1df2.zip |
- Update MASTER_SITES
PR: 137750
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/embassy/Makefile | 3 | ||||
-rw-r--r-- | biology/emboss/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/biology/embassy/Makefile b/biology/embassy/Makefile index f733887786e..d5fef6e3393 100644 --- a/biology/embassy/Makefile +++ b/biology/embassy/Makefile @@ -10,8 +10,7 @@ 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 diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index 408a6189025..2b907842880 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 6.0.1 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} |