diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 08:15:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-22 08:15:15 +0800 |
commit | e980dc91ca837353f4bef8911aeb7052c5554280 (patch) | |
tree | 3763d44c0f0c28c817a57a9922c9c1a844b8dedb /biology | |
parent | 75c4b51d95824e561d372f322b59b0f3b2e0bcdd (diff) | |
download | freebsd-ports-gnome-e980dc91ca837353f4bef8911aeb7052c5554280.tar.gz freebsd-ports-gnome-e980dc91ca837353f4bef8911aeb7052c5554280.tar.zst freebsd-ports-gnome-e980dc91ca837353f4bef8911aeb7052c5554280.zip |
- Switch SourceForge ports to the new File Release System: categories starting with B,C
Diffstat (limited to 'biology')
-rw-r--r-- | biology/avida/Makefile | 2 | ||||
-rw-r--r-- | biology/libsbml/Makefile | 3 | ||||
-rw-r--r-- | biology/mopac/Makefile | 3 | ||||
-rw-r--r-- | biology/protomol/Makefile | 3 | ||||
-rw-r--r-- | biology/pycogent/Makefile | 2 |
5 files changed, 5 insertions, 8 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile index a3b395bfc2fe..637e8a3af5c5 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -9,7 +9,7 @@ PORTNAME= avida PORTVERSION= 2.8.1 PORTREVISION= 1 CATEGORIES= biology -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index fa61cf8294e4..eb43da5ee376 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -8,8 +8,7 @@ PORTNAME= libsbml PORTVERSION= 3.3.2 CATEGORIES= biology devel -MASTER_SITES= SF -MASTER_SITE_SUBDIR= sbml +MASTER_SITES= SF/sbml/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= wenheping@gmail.com diff --git a/biology/mopac/Makefile b/biology/mopac/Makefile index 693b8d5e0dad..fb34a039b7d1 100644 --- a/biology/mopac/Makefile +++ b/biology/mopac/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 7.${MOPAC_SUBVERSION} PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= biology -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= mopac7 +MASTER_SITES= SF/${PORTNAME}7/${PORTNAME}7/${PORTNAME}7-1.10 DISTNAME= mopac7-${MOPAC_SUBVERSION} EXTRACT_SUFX= .tgz diff --git a/biology/protomol/Makefile b/biology/protomol/Makefile index 59447ad872e6..0936097f3ed9 100644 --- a/biology/protomol/Makefile +++ b/biology/protomol/Makefile @@ -8,8 +8,7 @@ PORTNAME= protomol PORTVERSION= 2.0.3 PORTREVISION= 4 CATEGORIES= biology -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF/${PORTNAME}/ProtoMol/${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-tar.gz EXTRACT_SUFX= # nada diff --git a/biology/pycogent/Makefile b/biology/pycogent/Makefile index 4b8348554b0d..f02ab903b8ff 100644 --- a/biology/pycogent/Makefile +++ b/biology/pycogent/Makefile @@ -8,7 +8,7 @@ PORTNAME= pycogent PORTVERSION= 1.3.1 CATEGORIES= biology python -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/PyCogent/${PORTVERSION} DISTNAME= PyCogent-${PORTVERSION} EXTRACT_SUFX= .tgz |