diff options
author | gerald <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
commit | 3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a (patch) | |
tree | 44760fb1f02ea408fa8f79bb5c9a29b881768f31 /biology | |
parent | 1f50cac7989450824d832360c9a377ffea5cc6a4 (diff) | |
download | freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.tar.gz freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.tar.zst freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.zip |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
Diffstat (limited to 'biology')
-rw-r--r-- | biology/molden/Makefile | 2 | ||||
-rw-r--r-- | biology/mopac/Makefile | 2 | ||||
-rw-r--r-- | biology/psi88/Makefile | 2 | ||||
-rw-r--r-- | biology/t_coffee/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile index de667ae4196d..1e0f5d92ceef 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -3,7 +3,7 @@ PORTNAME= molden DISTVERSION= 5.8.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.umcn.nl/pub/molgraph/molden/ diff --git a/biology/mopac/Makefile b/biology/mopac/Makefile index 5633298d79aa..79c8eb233c5d 100644 --- a/biology/mopac/Makefile +++ b/biology/mopac/Makefile @@ -3,7 +3,7 @@ PORTNAME= mopac PORTVERSION= 7.${MOPAC_SUBVERSION} -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= http://bioinformatics.org/ghemical/download/%SUBDIR%/ diff --git a/biology/psi88/Makefile b/biology/psi88/Makefile index ec6bcd2c40eb..8a845002474c 100644 --- a/biology/psi88/Makefile +++ b/biology/psi88/Makefile @@ -3,7 +3,7 @@ PORTNAME= psi88 PORTVERSION= 1.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= biology MASTER_SITES= http://www.ccl.net/cca/software/SOURCES/FORTRAN/psi88/ DISTNAME= ${PORTNAME} diff --git a/biology/t_coffee/Makefile b/biology/t_coffee/Makefile index 20f6ae53139b..dee65d35c8b6 100644 --- a/biology/t_coffee/Makefile +++ b/biology/t_coffee/Makefile @@ -4,7 +4,7 @@ PORTNAME= t_coffee PORTVERSION= 9.03 DISTVERSIONSUFFIX= .r1318 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= biology MASTER_SITES= http://www.tcoffee.org/Packages/Stable/Version_${PORTVERSION}${DISTVERSIONSUFFIX}/ DISTNAME= T-COFFEE_distribution_Version_${PORTVERSION}${DISTVERSIONSUFFIX} |