diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-07-26 20:46:53 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-07-26 20:46:53 +0000 |
commit | ea8c8ec7da96df12146a2cc428077258141791cf (patch) | |
tree | 4948f43cc5526726a30e3663b43b32a1dd49399a /science | |
parent | 9d240807dd6ea2b16bf2e56c8bda56c8e619f6b2 (diff) | |
download | freebsd-ports-ea8c8ec7da96df12146a2cc428077258141791cf.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Diffstat (limited to 'science')
204 files changed, 204 insertions, 142 deletions
diff --git a/science/ALPSCore/Makefile b/science/ALPSCore/Makefile index 94e2172e05aa..941a45b8e794 100644 --- a/science/ALPSCore/Makefile +++ b/science/ALPSCore/Makefile @@ -3,7 +3,7 @@ PORTNAME= ALPSCore DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MAINTAINER= ports@FreeBSD.org diff --git a/science/InsightToolkit/Makefile b/science/InsightToolkit/Makefile index 13a6820aa80e..a508501db3aa 100644 --- a/science/InsightToolkit/Makefile +++ b/science/InsightToolkit/Makefile @@ -3,7 +3,7 @@ PORTNAME= InsightToolkit PORTVERSION= 4.13.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science biology MASTER_SITES= SF/itk/itk/${ITK_VER} diff --git a/science/PETSc/Makefile b/science/PETSc/Makefile index 4545ef34101d..418e2d3cd598 100644 --- a/science/PETSc/Makefile +++ b/science/PETSc/Makefile @@ -3,7 +3,7 @@ PORTNAME= PETSc DISTVERSION= 3.10.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science devel MASTER_SITES= http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ DISTNAME= ${PORTNAME:tl}-${DISTVERSION} diff --git a/science/R-cran-AMORE/Makefile b/science/R-cran-AMORE/Makefile index cd2c0f515410..22746429a418 100644 --- a/science/R-cran-AMORE/Makefile +++ b/science/R-cran-AMORE/Makefile @@ -3,7 +3,7 @@ PORTNAME= AMORE PORTVERSION= 0.2.14 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1} diff --git a/science/R-cran-DCluster/Makefile b/science/R-cran-DCluster/Makefile index dfb9c8380bdf..5d996f5f3809 100644 --- a/science/R-cran-DCluster/Makefile +++ b/science/R-cran-DCluster/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= DCluster -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSION= 0.2-7 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-Epi/Makefile b/science/R-cran-Epi/Makefile index fe8dc23c7523..501dbcfafbc7 100644 --- a/science/R-cran-Epi/Makefile +++ b/science/R-cran-Epi/Makefile @@ -3,6 +3,7 @@ PORTNAME= Epi PORTVERSION= 2.37 +PORTREVISION= 1 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/science/R-cran-bayesm/Makefile b/science/R-cran-bayesm/Makefile index 873a5f2b5ef4..15cb9fd3a56f 100644 --- a/science/R-cran-bayesm/Makefile +++ b/science/R-cran-bayesm/Makefile @@ -3,6 +3,7 @@ PORTNAME= bayesm DISTVERSION= 3.1-1 +PORTREVISION= 1 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-cmprsk/Makefile b/science/R-cran-cmprsk/Makefile index f37bd1830f3c..f92061dc1519 100644 --- a/science/R-cran-cmprsk/Makefile +++ b/science/R-cran-cmprsk/Makefile @@ -3,6 +3,7 @@ PORTNAME= cmprsk DISTVERSION= 2.2-8 +PORTREVISION= 1 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-e1071/Makefile b/science/R-cran-e1071/Makefile index 02524830a4a2..1ef9d2d29419 100644 --- a/science/R-cran-e1071/Makefile +++ b/science/R-cran-e1071/Makefile @@ -3,6 +3,7 @@ PORTNAME= e1071 DISTVERSION= 1.7-2 +PORTREVISION= 1 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-eco/Makefile b/science/R-cran-eco/Makefile index 859b972fd2c0..177b13fdba10 100644 --- a/science/R-cran-eco/Makefile +++ b/science/R-cran-eco/Makefile @@ -3,7 +3,7 @@ PORTNAME= eco PORTVERSION= 3.1.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION:C/\./-/g:C/-/./1} diff --git a/science/R-cran-epicalc/Makefile b/science/R-cran-epicalc/Makefile index d37d605bb36d..2f6d4fedd79e 100644 --- a/science/R-cran-epicalc/Makefile +++ b/science/R-cran-epicalc/Makefile @@ -3,7 +3,7 @@ PORTNAME= epicalc PORTVERSION= 2.15.1.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/science/R-cran-etm/Makefile b/science/R-cran-etm/Makefile index 7d05bb0ae6a8..ae88a53f43a3 100644 --- a/science/R-cran-etm/Makefile +++ b/science/R-cran-etm/Makefile @@ -3,6 +3,7 @@ PORTNAME= etm DISTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-fastICA/Makefile b/science/R-cran-fastICA/Makefile index 09c1c8c8b9c7..f70647da0c79 100644 --- a/science/R-cran-fastICA/Makefile +++ b/science/R-cran-fastICA/Makefile @@ -3,7 +3,7 @@ PORTNAME= fastICA DISTVERSION= 1.2-1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-kernlab/Makefile b/science/R-cran-kernlab/Makefile index 483850ae7b04..2695f90802c7 100644 --- a/science/R-cran-kernlab/Makefile +++ b/science/R-cran-kernlab/Makefile @@ -3,7 +3,7 @@ PORTNAME= kernlab DISTVERSION= 0.9-27 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-snow/Makefile b/science/R-cran-snow/Makefile index ed23a6bfe4e5..e70fa7ae3e14 100644 --- a/science/R-cran-snow/Makefile +++ b/science/R-cran-snow/Makefile @@ -3,7 +3,7 @@ PORTNAME= snow DISTVERSION= 0.4-3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-som/Makefile b/science/R-cran-som/Makefile index 466ced008822..c62e539af0cb 100644 --- a/science/R-cran-som/Makefile +++ b/science/R-cran-som/Makefile @@ -3,7 +3,7 @@ PORTNAME= som DISTVERSION= 0.3-5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/R-cran-udunits2/Makefile b/science/R-cran-udunits2/Makefile index d47515cf0bd3..a2893fb02ed2 100644 --- a/science/R-cran-udunits2/Makefile +++ b/science/R-cran-udunits2/Makefile @@ -3,7 +3,7 @@ PORTNAME= udunits2 PORTVERSION= 0.13 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/abinit/Makefile b/science/abinit/Makefile index d6d0f0dc10fb..0e3e6c393308 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -3,7 +3,7 @@ PORTNAME= abinit DISTVERSION= 8.10.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= https://www.abinit.org/sites/default/files/packages/ diff --git a/science/afni/Makefile b/science/afni/Makefile index f31ca98151b0..94c5b92b9fd8 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -3,6 +3,7 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ DISTVERSION= 19.1.20 +PORTREVISION= 1 CATEGORIES= science biology graphics perl5 python MAINTAINER= jwb@FreeBSD.org diff --git a/science/aircraft-datcom/Makefile b/science/aircraft-datcom/Makefile index 63fddb4a9833..0ec105f39deb 100644 --- a/science/aircraft-datcom/Makefile +++ b/science/aircraft-datcom/Makefile @@ -2,7 +2,7 @@ PORTNAME= aircraft-datcom DISTVERSION= 0.0.20120723 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= mike.d.ft402@gmail.com diff --git a/science/antioch/Makefile b/science/antioch/Makefile index 66eecabcec74..601d754ab8ae 100644 --- a/science/antioch/Makefile +++ b/science/antioch/Makefile @@ -4,7 +4,7 @@ PORTNAME= antioch DISTVERSIONPREFIX= v DISTVERSION= 0.4.0-156 DISTVERSIONSUFFIX= -g90ffa43 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/atom/Makefile b/science/atom/Makefile index 16bcf2d4be5f..7699cc4fa95b 100644 --- a/science/atom/Makefile +++ b/science/atom/Makefile @@ -2,7 +2,7 @@ PORTNAME= atom DISTVERSION= 4.2.7-100 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= https://departments.icmab.es/leem/siesta/Pseudopotentials/Code/ \ https://departments.icmab.es/leem/siesta/Pseudopotentials/:lic diff --git a/science/atompaw/Makefile b/science/atompaw/Makefile index f5db5866e66c..226782c3ccec 100644 --- a/science/atompaw/Makefile +++ b/science/atompaw/Makefile @@ -2,6 +2,7 @@ PORTNAME= atompaw DISTVERSION= 4.1.0.6 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://users.wfu.edu/natalie/papers/pwpaw/ diff --git a/science/avogadro2/Makefile b/science/avogadro2/Makefile index c6e0bf447130..5fb35fcaa42b 100644 --- a/science/avogadro2/Makefile +++ b/science/avogadro2/Makefile @@ -2,7 +2,7 @@ PORTNAME= avogadro2 DISTVERSION= 1.91.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/avogadrolibs/Makefile b/science/avogadrolibs/Makefile index d5c661dc1df1..77c5e0b378c4 100644 --- a/science/avogadrolibs/Makefile +++ b/science/avogadrolibs/Makefile @@ -2,6 +2,7 @@ PORTNAME= avogadrolibs DISTVERSION= 1.92.1 +PORTREVISION= 1 CATEGORIES= science PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ diff --git a/science/bagel/Makefile b/science/bagel/Makefile index a7e9d7412237..85a8823fa6e8 100644 --- a/science/bagel/Makefile +++ b/science/bagel/Makefile @@ -3,7 +3,7 @@ PORTNAME= bagel DISTVERSIONPREFIX= v DISTVERSION= 1.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/bddsolve/Makefile b/science/bddsolve/Makefile index 61d77a943e58..ac8095bc3f40 100644 --- a/science/bddsolve/Makefile +++ b/science/bddsolve/Makefile @@ -3,7 +3,7 @@ PORTNAME= bddsolve PORTVERSION= 1.04 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= http://www.win.tue.nl/~wieger/bddsolve/_downloads/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} diff --git a/science/berkeleygw/Makefile b/science/berkeleygw/Makefile index 8986d80cfb43..77103a4daa88 100644 --- a/science/berkeleygw/Makefile +++ b/science/berkeleygw/Makefile @@ -2,7 +2,7 @@ PORTNAME= BerkeleyGW DISTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= https://berkeley.box.com/shared/static/ DISTFILES= wkqu37wu77tll53r8t1soe6ozqja67yy.gz diff --git a/science/brian/Makefile b/science/brian/Makefile index 9a85dafef769..10a827826bfe 100644 --- a/science/brian/Makefile +++ b/science/brian/Makefile @@ -3,7 +3,7 @@ PORTNAME= brian PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MAINTAINER= wen@FreeBSD.org diff --git a/science/cdf/Makefile b/science/cdf/Makefile index e43e5279886e..98968615ff36 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= cdf3 PORTVERSION= 3.3.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= science MASTER_SITES= LOCAL/thierry/${PORTNAME} \ ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/cdf${VER}/unix/ diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 6878f62cb8ef..a18df372cfe2 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -3,7 +3,7 @@ PORTNAME= cdo PORTVERSION= 1.9.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://code.mpimet.mpg.de/attachments/download/20101/ \ LOCAL/sunpoet diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile index b8e8ee0f9fdc..0a60d06e6851 100644 --- a/science/cgnslib/Makefile +++ b/science/cgnslib/Makefile @@ -4,7 +4,7 @@ PORTNAME= cgnslib DISTVERSIONPREFIX= v DISTVERSION= 3.4.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= science diff --git a/science/chemps2/Makefile b/science/chemps2/Makefile index a0143639b3c9..b9f94417ba65 100644 --- a/science/chemps2/Makefile +++ b/science/chemps2/Makefile @@ -3,7 +3,7 @@ PORTNAME= CheMPS2 DISTVERSIONPREFIX= v DISTVERSION= 1.8.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/chemtool-devel/Makefile b/science/chemtool-devel/Makefile index ef1145b131f9..49c25d6454b5 100644 --- a/science/chemtool-devel/Makefile +++ b/science/chemtool-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= chemtool PORTVERSION= 1.7.20050716 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/ PKGNAMESUFFIX= -devel diff --git a/science/chemtool/Makefile b/science/chemtool/Makefile index 34e5bcae3f48..d8075e89ab12 100644 --- a/science/chemtool/Makefile +++ b/science/chemtool/Makefile @@ -3,7 +3,7 @@ PORTNAME= chemtool DISTVERSION= 1.6.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://ruby.chemie.uni-freiburg.de/~martin/chemtool/ diff --git a/science/chrono/Makefile b/science/chrono/Makefile index ca134813f8a0..dd4150c1979b 100644 --- a/science/chrono/Makefile +++ b/science/chrono/Makefile @@ -3,7 +3,7 @@ PORTNAME= chrono DISTVERSION= 4.0.0-89 DISTVERSIONSUFFIX= -ge36b5a9ce -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science devel MAINTAINER= yuri@FreeBSD.org diff --git a/science/clhep/Makefile b/science/clhep/Makefile index 14251fe6d69b..0bb61a5a6b47 100644 --- a/science/clhep/Makefile +++ b/science/clhep/Makefile @@ -3,6 +3,7 @@ PORTNAME= clhep PORTVERSION= 2.4.1.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/ diff --git a/science/clipper/Makefile b/science/clipper/Makefile index deb0b182b7b9..e12921334534 100644 --- a/science/clipper/Makefile +++ b/science/clipper/Makefile @@ -2,7 +2,7 @@ PORTNAME= clipper DISTVERSION= 2.1.20180802 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/dependencies/ diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index 628a5ade638d..d3c3b0b9c600 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -3,6 +3,7 @@ PORTNAME= code_saturne PORTVERSION= 5.3.3 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= science parallel diff --git a/science/coordgenlibs/Makefile b/science/coordgenlibs/Makefile index f5372332f1a5..81290089ca49 100644 --- a/science/coordgenlibs/Makefile +++ b/science/coordgenlibs/Makefile @@ -3,7 +3,7 @@ PORTNAME= coordgenlibs DISTVERSIONPREFIX= v DISTVERSION= 1.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/coot/Makefile b/science/coot/Makefile index 5f18ccd6b5d8..b8345de95a11 100644 --- a/science/coot/Makefile +++ b/science/coot/Makefile @@ -2,7 +2,7 @@ PORTNAME= coot DISTVERSION= 0.8.9.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/${PORTNAME}/source/releases/ \ https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/${PORTNAME}/dependencies/:data diff --git a/science/cp2k/Makefile b/science/cp2k/Makefile index 37fc8ea73398..d3dbfff3479d 100644 --- a/science/cp2k/Makefile +++ b/science/cp2k/Makefile @@ -3,7 +3,7 @@ PORTNAME= cp2k DISTVERSIONPREFIX= v DISTVERSION= 6.1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ diff --git a/science/dalton/Makefile b/science/dalton/Makefile index 0063ab3521ec..cb9b7fdbd730 100644 --- a/science/dalton/Makefile +++ b/science/dalton/Makefile @@ -2,7 +2,7 @@ PORTNAME= dalton DISTVERSION= 2018.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/dcl/Makefile b/science/dcl/Makefile index 6b17e14ff268..c37a66ca4c6d 100644 --- a/science/dcl/Makefile +++ b/science/dcl/Makefile @@ -3,7 +3,7 @@ PORTNAME= dcl PORTVERSION= 5.4.8 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science graphics MASTER_SITES= http://www.gfd-dennou.org/library/dcl/ \ http://dennou-h.gfd-dennou.org/library/dcl/ \ diff --git a/science/dftbplus/Makefile b/science/dftbplus/Makefile index bb539ddbc8a2..665313b802e9 100644 --- a/science/dftbplus/Makefile +++ b/science/dftbplus/Makefile @@ -2,7 +2,7 @@ PORTNAME= dftbplus DISTVERSION= 18.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/dkh/Makefile b/science/dkh/Makefile index 1bc1e42e587e..1de9fb0a538d 100644 --- a/science/dkh/Makefile +++ b/science/dkh/Makefile @@ -3,7 +3,7 @@ PORTNAME= dkh DISTVERSIONPREFIX= v DISTVERSION= 1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/dlib-cpp/Makefile b/science/dlib-cpp/Makefile index ec23717920f2..31a0647f2774 100644 --- a/science/dlib-cpp/Makefile +++ b/science/dlib-cpp/Makefile @@ -2,7 +2,7 @@ PORTNAME= dlib DISTVERSION= 19.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science devel math MASTER_SITES= http://dlib.net/files/ PKGNAMESUFFIX= -cpp diff --git a/science/dlpoly-classic/Makefile b/science/dlpoly-classic/Makefile index e5cd3fedc84f..93c14ea38717 100644 --- a/science/dlpoly-classic/Makefile +++ b/science/dlpoly-classic/Makefile @@ -2,7 +2,7 @@ PORTNAME= dlpoly PORTVERSION= 1.8 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= science java MASTER_SITES= http://ccpforge.cse.rl.ac.uk/gf/download/frsrelease/238/2028/ PKGNAMESUFFIX= classic diff --git a/science/dvc/Makefile b/science/dvc/Makefile index d7b616a79d99..09be0fb27a1f 100644 --- a/science/dvc/Makefile +++ b/science/dvc/Makefile @@ -2,6 +2,7 @@ PORTNAME= dvc DISTVERSION= 0.30.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP diff --git a/science/elk/Makefile b/science/elk/Makefile index 68b243c2babd..eda27ada6f38 100644 --- a/science/elk/Makefile +++ b/science/elk/Makefile @@ -2,7 +2,7 @@ PORTNAME= elk DISTVERSION= 5.2.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/ PKGNAMESUFFIX= -chemistry diff --git a/science/erd/Makefile b/science/erd/Makefile index 2c819bbd1f37..cedc5c8079ff 100644 --- a/science/erd/Makefile +++ b/science/erd/Makefile @@ -3,7 +3,7 @@ PORTNAME= erd DISTVERSIONPREFIX= v DISTVERSION= 3.0.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/erkale/Makefile b/science/erkale/Makefile index c451da4626bf..f6474271497a 100644 --- a/science/erkale/Makefile +++ b/science/erkale/Makefile @@ -2,7 +2,7 @@ PORTNAME= erkale DISTVERSION= g20190412 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/esys-particle/Makefile b/science/esys-particle/Makefile index 3dedc1971d29..569885f22139 100644 --- a/science/esys-particle/Makefile +++ b/science/esys-particle/Makefile @@ -2,7 +2,7 @@ PORTNAME= esys-particle DISTVERSION= 2.3.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION}/+download/ DISTNAME= ESyS-Particle-${DISTVERSION} diff --git a/science/fleur/Makefile b/science/fleur/Makefile index f0fb329c504a..af31c1dbf5a7 100644 --- a/science/fleur/Makefile +++ b/science/fleur/Makefile @@ -2,7 +2,7 @@ PORTNAME= fleur DISTVERSION= 0.27-3 # Release 3 of Version 0.27 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MASTER_SITES= http://www.flapw.de/pm/uploads/FLEUR/ DISTNAME= fleurMaXR${DISTVERSION:C/.*-//} diff --git a/science/fsom/Makefile b/science/fsom/Makefile index 4db19fb24a59..7a7471821efa 100644 --- a/science/fsom/Makefile +++ b/science/fsom/Makefile @@ -2,7 +2,7 @@ PORTNAME= fsom DISTVERSION= g20151117 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= jwb@FreeBSD.org diff --git a/science/fvcom-mpi/Makefile b/science/fvcom-mpi/Makefile index cbef6897965b..15f9b4cb8687 100644 --- a/science/fvcom-mpi/Makefile +++ b/science/fvcom-mpi/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 12 +PORTREVISION= 13 PKGNAMESUFFIX= -openmpi MPIPREFIX= mpi/openmpi/ diff --git a/science/fvcom/Makefile b/science/fvcom/Makefile index 30e6095aca9d..16b2cf68d5c8 100644 --- a/science/fvcom/Makefile +++ b/science/fvcom/Makefile @@ -2,7 +2,7 @@ PORTNAME= fvcom PORTVERSION= 2.7.1 -PORTREVISION?= 14 +PORTREVISION?= 15 CATEGORIES= science MASTER_SITES= http://fvcom.smast.umassd.edu/FVCOM/index.html/ DISTNAME= sourcecode1 diff --git a/science/gabedit/Makefile b/science/gabedit/Makefile index c92a1b4a3edc..fa990a6e7424 100644 --- a/science/gabedit/Makefile +++ b/science/gabedit/Makefile @@ -2,7 +2,7 @@ PORTNAME= gabedit DISTVERSION= 2.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science #MASTER_SITES= http://prdownloads.sourceforge.net/${PORTNAME}/ # old SF-based source #DISTNAME= GabeditSrc${DISTVERSION:S/.//g} diff --git a/science/gamess-us/Makefile b/science/gamess-us/Makefile index 2d7416fb7e8c..f0b3676e5e7c 100644 --- a/science/gamess-us/Makefile +++ b/science/gamess-us/Makefile @@ -2,7 +2,7 @@ PORTNAME= gamess DISTVERSION= 20181013 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science PKGNAMESUFFIX= -us # "US" fork DISTNAME= gamess-current diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index 188f2127719e..02293aa3092c 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -3,7 +3,7 @@ PORTNAME= gchemutils PORTVERSION= 0.14.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R} DISTNAME= gnome-chemistry-utils-${PORTVERSION} diff --git a/science/gdma/Makefile b/science/gdma/Makefile index 5ad30bc6c1e3..76b02da50cf2 100644 --- a/science/gdma/Makefile +++ b/science/gdma/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdma DISTVERSIONPREFIX= v DISTVERSION= 2.2.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/getdp/Makefile b/science/getdp/Makefile index 81079db80913..442768767019 100644 --- a/science/getdp/Makefile +++ b/science/getdp/Makefile @@ -3,6 +3,7 @@ PORTNAME= getdp PORTVERSION= 3.2.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://www.geuz.org/getdp/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/science/ghemical/Makefile b/science/ghemical/Makefile index 8914d04c46dd..32bb7e8842d5 100644 --- a/science/ghemical/Makefile +++ b/science/ghemical/Makefile @@ -3,7 +3,7 @@ PORTNAME= ghemical PORTVERSION= 3.0.0 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/%SUBDIR%/ MASTER_SITE_SUBDIR= release20111012 current diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index f6a0e61c8f6c..3e0d47ea938d 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -4,7 +4,7 @@ PORTNAME= gnudatalanguage PORTVERSION= 0.9.9 DISTVERSIONPREFIX= v -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science lang .if defined(BUILD_PYTHON_MODULE) PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile index fd0272892ba0..639754c57ba7 100644 --- a/science/gromacs/Makefile +++ b/science/gromacs/Makefile @@ -3,6 +3,7 @@ PORTNAME= gromacs DISTVERSION= 2019.3 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ diff --git a/science/gwyddion/Makefile b/science/gwyddion/Makefile index cfd55c8370fd..2d71595e57f7 100644 --- a/science/gwyddion/Makefile +++ b/science/gwyddion/Makefile @@ -3,7 +3,7 @@ PORTNAME= gwyddion PORTVERSION= 2.51 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science graphics MASTER_SITES= SF diff --git a/science/h5utils/Makefile b/science/h5utils/Makefile index 98e634c81088..e570910a9359 100644 --- a/science/h5utils/Makefile +++ b/science/h5utils/Makefile @@ -3,7 +3,7 @@ PORTNAME= h5utils DISTVERSION= 1.13.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= aehlig@linta.de diff --git a/science/harminv/Makefile b/science/harminv/Makefile index 2fcebcaf38de..9f1596972bfe 100644 --- a/science/harminv/Makefile +++ b/science/harminv/Makefile @@ -3,7 +3,7 @@ PORTNAME= harminv PORTVERSION= 1.3.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/harminv/ diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 20cdbae9f443..b3d25b3e335f 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= hdf PORTVERSION= 4.2.11 -PORTREVISION= 7 +PORTREVISION= 8 PORTEPOCH= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF/releases/HDF${PORTVERSION}/src/ \ diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index a170af02d9b3..728a1ead8999 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -3,7 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.8.21 # When PORTVERSION changes, please update french/med/files/patch-configure -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science archivers graphics MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/${PORTNAME}-${PORTVERSION}/src/ \ http://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/${PORTNAME}-${PORTVERSION}/src/ \ diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 6a2c4107f528..6773dfc3b9bc 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -3,7 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.10.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science archivers graphics MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ LOCAL/sunpoet diff --git a/science/healpix/Makefile b/science/healpix/Makefile index 476a23980362..68f67d93cad3 100644 --- a/science/healpix/Makefile +++ b/science/healpix/Makefile @@ -2,6 +2,7 @@ PORTNAME= healpix DISTVERSION= 3.50 +PORTREVISION= 1 DISTVERSIONSUFFIX= _2018Dec10 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/Healpix_${DISTVERSION}/ diff --git a/science/hypre/Makefile b/science/hypre/Makefile index d6df8e52c737..45ad62a0266a 100644 --- a/science/hypre/Makefile +++ b/science/hypre/Makefile @@ -4,6 +4,7 @@ PORTNAME= hypre DISTVERSIONPREFIX= v DISTVERSION= 2.16.0 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/iboview/Makefile b/science/iboview/Makefile index 4459c4c94900..94b9a443243e 100644 --- a/science/iboview/Makefile +++ b/science/iboview/Makefile @@ -3,7 +3,7 @@ PORTNAME= iboview PORTVERSION= 20150427 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= science MASTER_SITES= http://www.iboview.org/bin/ DISTNAME= ibo-view.20150427 diff --git a/science/isaac-cfd/Makefile b/science/isaac-cfd/Makefile index 58d38faa1721..736d4f6ede22 100644 --- a/science/isaac-cfd/Makefile +++ b/science/isaac-cfd/Makefile @@ -3,7 +3,7 @@ PORTNAME= isaac PORTVERSION= 4.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}-cfd/${PORTNAME}-cfd/ISAAC%20Version%20${PORTVERSION} DISTFILES= ${PORTNAME}src.4_2${EXTRACT_SUFX} ${PORTNAME}mk.4_2${EXTRACT_SUFX} diff --git a/science/jdftx/Makefile b/science/jdftx/Makefile index 4a93fbeddd7b..9f991374aba5 100644 --- a/science/jdftx/Makefile +++ b/science/jdftx/Makefile @@ -3,7 +3,7 @@ PORTNAME= jdftx DISTVERSIONPREFIX= v DISTVERSION= 1.4.2-74 -PORTREVISION= 6 +PORTREVISION= 7 DISTVERSIONSUFFIX= -gba743849 CATEGORIES= science diff --git a/science/kalzium/Makefile b/science/kalzium/Makefile index bced285400e2..e05856d87e5e 100644 --- a/science/kalzium/Makefile +++ b/science/kalzium/Makefile @@ -2,6 +2,7 @@ PORTNAME= kalzium DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= science kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/science/kim-api/Makefile b/science/kim-api/Makefile index 0f111a783cd7..13b507e912c6 100644 --- a/science/kim-api/Makefile +++ b/science/kim-api/Makefile @@ -2,6 +2,7 @@ PORTNAME= kim-api DISTVERSION= 2.1.0 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://s3.openkim.org/kim-api/ diff --git a/science/kst2/Makefile b/science/kst2/Makefile index 854213e0778c..9a6efd523c83 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -3,6 +3,7 @@ PORTNAME= kst DISTVERSION= ${KST_VERSION}.${KST_DATE} +PORTREVISION= 1 CATEGORIES= science MAINTAINER= makc@FreeBSD.org diff --git a/science/lammps/Makefile b/science/lammps/Makefile index 8023b841f3a4..6be815b63802 100644 --- a/science/lammps/Makefile +++ b/science/lammps/Makefile @@ -2,6 +2,7 @@ PORTNAME= lammps PORTVERSION= ${GH_TAGNAME:C/(stable|patch)_([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\4.\3.\2/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/} +PORTREVISION= 1 CATEGORIES= science PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ diff --git a/science/lamprop/Makefile b/science/lamprop/Makefile index 9873c42d41ce..d49b383e9d7b 100644 --- a/science/lamprop/Makefile +++ b/science/lamprop/Makefile @@ -2,6 +2,7 @@ PORTNAME= lamprop PORTVERSION= 3.8 +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/latte/Makefile b/science/latte/Makefile index 30f41e3dbc62..5692c8dd5ccd 100644 --- a/science/latte/Makefile +++ b/science/latte/Makefile @@ -3,7 +3,7 @@ PORTNAME= latte DISTVERSIONPREFIX= v DISTVERSION= 1.2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/libccp4/Makefile b/science/libccp4/Makefile index 1190eba70917..160633899c02 100644 --- a/science/libccp4/Makefile +++ b/science/libccp4/Makefile @@ -2,7 +2,7 @@ PORTNAME= libccp4 DISTVERSION= 6.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= ftp://ftp.ccp4.ac.uk/opensource/ diff --git a/science/libcint/Makefile b/science/libcint/Makefile index ad146df7a322..dab362346e4d 100644 --- a/science/libcint/Makefile +++ b/science/libcint/Makefile @@ -3,6 +3,7 @@ PORTNAME= libcint DISTVERSIONPREFIX= v DISTVERSION= 3.0.15 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/libctl/Makefile b/science/libctl/Makefile index a19b6e85562b..2a92aed65c2d 100644 --- a/science/libctl/Makefile +++ b/science/libctl/Makefile @@ -3,7 +3,7 @@ PORTNAME= libctl PORTVERSION= 3.2.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science math MASTER_SITES= http://ab-initio.mit.edu/libctl/ diff --git a/science/libgeodecomp/Makefile b/science/libgeodecomp/Makefile index 0a2ba1aea284..012cbc6598b1 100644 --- a/science/libgeodecomp/Makefile +++ b/science/libgeodecomp/Makefile @@ -3,7 +3,7 @@ PORTNAME= libgeodecomp PORTVERSION= 0.4.0 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= science devel MASTER_SITES= http://www.libgeodecomp.org/archive/ diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile index b6229143c8c9..90f058d6cf8e 100644 --- a/science/libghemical/Makefile +++ b/science/libghemical/Makefile @@ -3,7 +3,7 @@ PORTNAME= libghemical PORTVERSION= 3.0.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= science MASTER_SITES= http://bioinformatics.org/ghemical/download/release20111012/ \ http://bioinformatics.org/ghemical/download/current/ diff --git a/science/libgridxc/Makefile b/science/libgridxc/Makefile index d0f91a71324b..4468aa65ff64 100644 --- a/science/libgridxc/Makefile +++ b/science/libgridxc/Makefile @@ -2,7 +2,7 @@ PORTNAME= libgridxc DISTVERSION= 0.8.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${DISTVERSION:R}/+download/ diff --git a/science/libint2/Makefile b/science/libint2/Makefile index c098ceb58fc6..56f8a6a64cfc 100644 --- a/science/libint2/Makefile +++ b/science/libint2/Makefile @@ -5,7 +5,7 @@ PORTNAME= libint DISTVERSIONPREFIX= v DISTVERSION= 2.5.0-beta.2-20 DISTVERSIONSUFFIX= -gc2e0a72 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science PKGNAMESUFFIX= 2 diff --git a/science/libssm/Makefile b/science/libssm/Makefile index 4cac19b49b43..e53a8071b53b 100644 --- a/science/libssm/Makefile +++ b/science/libssm/Makefile @@ -2,7 +2,7 @@ PORTNAME= libssm DISTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= ftp://ftp.ccp4.ac.uk/opensource/ DISTNAME= ssm-${DISTVERSION} diff --git a/science/libxc/Makefile b/science/libxc/Makefile index cc008b9f8b65..9146626efc3e 100644 --- a/science/libxc/Makefile +++ b/science/libxc/Makefile @@ -3,7 +3,7 @@ PORTNAME= libxc DISTVERSION= 4.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://www.tddft.org/programs/octopus/download/libxc/${DISTVERSION}/ diff --git a/science/liggghts/Makefile b/science/liggghts/Makefile index c9bbce6aa1a4..da165af20639 100644 --- a/science/liggghts/Makefile +++ b/science/liggghts/Makefile @@ -2,7 +2,7 @@ PORTNAME= liggghts DISTVERSION= 3.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/lm/Makefile b/science/lm/Makefile index a1995957b780..2c22fd07c684 100644 --- a/science/lm/Makefile +++ b/science/lm/Makefile @@ -3,7 +3,7 @@ PORTNAME= lm DISTVERSION= 2.3.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= http://scs.illinois.edu/schulten/${PORTNAME}/download/${PORTNAME}${DISTVERSION:R:S/.//}/ PKGNAMESUFFIX= -uiuc diff --git a/science/luscus/Makefile b/science/luscus/Makefile index c3b42c70e9a2..04bfc062645c 100644 --- a/science/luscus/Makefile +++ b/science/luscus/Makefile @@ -2,6 +2,7 @@ PORTNAME= luscus DISTVERSION= 0.8.6 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/science/madness/Makefile b/science/madness/Makefile index 44606f8164d2..da58b73cfeaf 100644 --- a/science/madness/Makefile +++ b/science/madness/Makefile @@ -2,7 +2,7 @@ PORTNAME= madness DISTVERSION= 0.10.1.20180823 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/maeparser/Makefile b/science/maeparser/Makefile index b456ca54fd6f..2046c2822108 100644 --- a/science/maeparser/Makefile +++ b/science/maeparser/Makefile @@ -3,7 +3,7 @@ PORTNAME= maeparser DISTVERSIONPREFIX= v DISTVERSION= 1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index 8581977c932b..2441bbc9abb5 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -3,6 +3,7 @@ PORTNAME= massxpert DISTVERSION= 3.6.1 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= ports@FreeBSD.org diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile index f9658964b319..ac592430de09 100644 --- a/science/mbdyn/Makefile +++ b/science/mbdyn/Makefile @@ -3,7 +3,7 @@ PORTNAME= mbdyn PORTVERSION= 1.7.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= https://www.mbdyn.org/userfiles/downloads/ diff --git a/science/mcstas-comps/Makefile b/science/mcstas-comps/Makefile index 7421bfacd527..0594c350f5a7 100644 --- a/science/mcstas-comps/Makefile +++ b/science/mcstas-comps/Makefile @@ -3,7 +3,7 @@ PORTNAME= mcstas-comps PORTVERSION= 2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://download.mcstas.org/${PORTNAME:C/-comps\$//}-${PORTVERSION}/unix/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/science/mdynamix/Makefile b/science/mdynamix/Makefile index 3133d2becb25..f4fa675ab74d 100644 --- a/science/mdynamix/Makefile +++ b/science/mdynamix/Makefile @@ -2,7 +2,7 @@ PORTNAME= mdynamix DISTVERSION= 5.2.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MASTER_SITES= http://www.fos.su.se/~sasha/${PORTNAME}/versions/ DISTNAME= md${DISTVERSION:S/.//g} diff --git a/science/meep/Makefile b/science/meep/Makefile index 0708fc55c111..7403d470e8c2 100644 --- a/science/meep/Makefile +++ b/science/meep/Makefile @@ -3,7 +3,7 @@ PORTNAME= meep PORTVERSION= 1.2.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ diff --git a/science/mmtf-cpp/Makefile b/science/mmtf-cpp/Makefile index 40cdd5e2387b..49d799ecffff 100644 --- a/science/mmtf-cpp/Makefile +++ b/science/mmtf-cpp/Makefile @@ -3,7 +3,7 @@ PORTNAME= mmtf-cpp DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science biology MAINTAINER= yuri@FreeBSD.org diff --git a/science/molscript/Makefile b/science/molscript/Makefile index 15c2d11aa609..76c6a07df0fa 100644 --- a/science/molscript/Makefile +++ b/science/molscript/Makefile @@ -2,6 +2,7 @@ PORTNAME= MolScript DISTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/molsketch/Makefile b/science/molsketch/Makefile index 28179b789f0e..2f8a2caad6eb 100644 --- a/science/molsketch/Makefile +++ b/science/molsketch/Makefile @@ -2,6 +2,7 @@ PORTNAME= molsketch DISTVERSION= 0.6.0 +PORTREVISION= 1 DISTVERSIONSUFFIX= -src CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/Molsketch/Nitrogen%20${DISTVERSION}/ diff --git a/science/mpb/Makefile b/science/mpb/Makefile index cc437881fd5a..21ab8f54ea56 100644 --- a/science/mpb/Makefile +++ b/science/mpb/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpb PORTVERSION= 1.5 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/mpb/ diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index 0d8fcfd625c6..bf45bcfaaaf6 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -3,7 +3,7 @@ PORTNAME= mpqc PORTVERSION= 2.3.1 -PORTREVISION= 43 +PORTREVISION= 44 CATEGORIES= science parallel MASTER_SITES= SF diff --git a/science/multiwfn/Makefile b/science/multiwfn/Makefile index 59d1a7c26b86..8ea0841221ce 100644 --- a/science/multiwfn/Makefile +++ b/science/multiwfn/Makefile @@ -3,7 +3,7 @@ PORTNAME= multiwfn DISTVERSIONPREFIX= v DISTVERSION= 3.4.1-0-14 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -ge873677 CATEGORIES= science diff --git a/science/namd/Makefile b/science/namd/Makefile index 279ee3f47104..dafeb4c099f3 100644 --- a/science/namd/Makefile +++ b/science/namd/Makefile @@ -2,7 +2,7 @@ PORTNAME= namd DISTVERSION= 2.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science DISTNAME= ${PORTNAME:tu}_${DISTVERSION}_Source diff --git a/science/nest/Makefile b/science/nest/Makefile index 30ed08a23227..7bb5851b788a 100644 --- a/science/nest/Makefile +++ b/science/nest/Makefile @@ -3,6 +3,7 @@ PORTNAME= nest DISTVERSIONPREFIX= v DISTVERSION= 2.18.0 +PORTREVISION= 1 CATEGORIES= science biology # NEST is used in neuroscience MAINTAINER= yuri@FreeBSD.org diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile index 52a55790d6ac..2a4c3a377888 100644 --- a/science/netcdf-fortran/Makefile +++ b/science/netcdf-fortran/Makefile @@ -4,7 +4,7 @@ PORTNAME= netcdf-fortran PORTVERSION= 4.4.5 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= sunpoet@FreeBSD.org diff --git a/science/nwchem/Makefile b/science/nwchem/Makefile index 3500cef712bb..b75c1578ab5d 100644 --- a/science/nwchem/Makefile +++ b/science/nwchem/Makefile @@ -2,6 +2,7 @@ PORTNAME= nwchem PORTVERSION= 6.8.1.20190606 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/octopus/Makefile b/science/octopus/Makefile index b303ebccddd6..4872b475e3af 100644 --- a/science/octopus/Makefile +++ b/science/octopus/Makefile @@ -2,7 +2,7 @@ PORTNAME= octopus DISTVERSION= 8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= http://www.tddft.org/programs/${PORTNAME}/download/${DISTVERSION}/ diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index f022b5cf433a..32f8fb0c1a7f 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -3,7 +3,7 @@ PORTNAME= openbabel PORTVERSION= 2.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= SF diff --git a/science/openkim/Makefile b/science/openkim/Makefile index 5707dbd06f6f..e3c5093cb7c5 100644 --- a/science/openkim/Makefile +++ b/science/openkim/Makefile @@ -2,7 +2,7 @@ PORTNAME= openkim PORTVERSION= 1.1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science MASTER_SITES= http://s3.openkim.org/openkim-api/ DISTNAME= ${PORTNAME}-api-v${PORTVERSION} diff --git a/science/openmx/Makefile b/science/openmx/Makefile index 36c19527a4d9..c59c04129b36 100644 --- a/science/openmx/Makefile +++ b/science/openmx/Makefile @@ -2,7 +2,7 @@ PORTNAME= openmx DISTVERSION= 3.8.5 # the 18June12 patch upgrades 3.8 -> 3.8.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science MASTER_SITES= http://www.openmx-square.org/ \ http://www.openmx-square.org/bugfixed/18June12/:patch diff --git a/science/opensim-core/Makefile b/science/opensim-core/Makefile index 8e2e6369ba13..8fb5cc2d7230 100644 --- a/science/opensim-core/Makefile +++ b/science/opensim-core/Makefile @@ -2,7 +2,7 @@ PORTNAME= OpenSim DISTVERSION= 4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science PKGNAMESUFFIX= -core diff --git a/science/opensph/Makefile b/science/opensph/Makefile index 20eca4a14da3..40aecd1c1d47 100644 --- a/science/opensph/Makefile +++ b/science/opensph/Makefile @@ -3,6 +3,7 @@ PORTNAME= OpenSPH DISTVERSIONPREFIX= v DISTVERSION= g20190519 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/p5-Mcstas-Tools/Makefile b/science/p5-Mcstas-Tools/Makefile index 7286c906eb6f..0de7dd8038fd 100644 --- a/science/p5-Mcstas-Tools/Makefile +++ b/science/p5-Mcstas-Tools/Makefile @@ -2,6 +2,7 @@ PORTNAME= Mcstas-Tools PORTVERSION= 2.5 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= http://download.mcstas.org/mcstas-${PORTVERSION}/unix/ PKGNAMEPREFIX= p5- diff --git a/science/pagmo2/Makefile b/science/pagmo2/Makefile index d171d3523e22..4381a1fb8201 100644 --- a/science/pagmo2/Makefile +++ b/science/pagmo2/Makefile @@ -3,6 +3,7 @@ PORTNAME= pagmo2 DISTVERSIONPREFIX= v DISTVERSION= 2.10-161 +PORTREVISION= 1 DISTVERSIONSUFFIX= -g0a589425 CATEGORIES= science diff --git a/science/paraview/Makefile b/science/paraview/Makefile index fb0aa657949b..c5ea52dcebbe 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -3,7 +3,7 @@ PORTNAME= paraview DISTVERSION= 5.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION} diff --git a/science/pcmsolver/Makefile b/science/pcmsolver/Makefile index 61b6361f233b..14eec643bbdc 100644 --- a/science/pcmsolver/Makefile +++ b/science/pcmsolver/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcmsolver DISTVERSIONPREFIX= v DISTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index db8a76ad793f..302bf9f6dc23 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= pnetcdf PORTVERSION= 1.8.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science parallel MASTER_SITES= http://cucis.ece.northwestern.edu/projects/PnetCDF/Release/ \ LOCAL/sunpoet diff --git a/science/psychopy/Makefile b/science/psychopy/Makefile index 13c72eb0a163..1fa80cb203a6 100644 --- a/science/psychopy/Makefile +++ b/science/psychopy/Makefile @@ -3,7 +3,7 @@ PORTNAME= psychopy DISTVERSION= 1.90.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science python MAINTAINER= ports@FreeBSD.org diff --git a/science/pulseview/Makefile b/science/pulseview/Makefile index fd0f09cce2fe..04ab6124d676 100644 --- a/science/pulseview/Makefile +++ b/science/pulseview/Makefile @@ -3,7 +3,7 @@ PORTNAME= pulseview PORTVERSION= 0.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science cad MASTER_SITES= http://sigrok.org/download/source/pulseview/ diff --git a/science/py-GPy/Makefile b/science/py-GPy/Makefile index 34c7a67cc1e0..5e330815f308 100644 --- a/science/py-GPy/Makefile +++ b/science/py-GPy/Makefile @@ -2,7 +2,7 @@ PORTNAME= GPy DISTVERSION= 1.9.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-GPyOpt/Makefile b/science/py-GPyOpt/Makefile index 204d0132fb17..d4168d1d7635 100644 --- a/science/py-GPyOpt/Makefile +++ b/science/py-GPyOpt/Makefile @@ -2,7 +2,7 @@ PORTNAME= GPyOpt DISTVERSION= 1.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-MDAnalysis/Makefile b/science/py-MDAnalysis/Makefile index 2553a9068543..2773a422fc1d 100644 --- a/science/py-MDAnalysis/Makefile +++ b/science/py-MDAnalysis/Makefile @@ -2,7 +2,7 @@ PORTNAME= MDAnalysis DISTVERSION= 0.19.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-MDAnalysisTests/Makefile b/science/py-MDAnalysisTests/Makefile index 633a4415c8c7..5abb954bc83a 100644 --- a/science/py-MDAnalysisTests/Makefile +++ b/science/py-MDAnalysisTests/Makefile @@ -2,7 +2,7 @@ PORTNAME= MDAnalysisTests DISTVERSION= 0.19.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-OpenFermion/Makefile b/science/py-OpenFermion/Makefile index 84aa3b72eb14..6065cafa4d15 100644 --- a/science/py-OpenFermion/Makefile +++ b/science/py-OpenFermion/Makefile @@ -2,6 +2,7 @@ PORTNAME= OpenFermion DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-PyFR/Makefile b/science/py-PyFR/Makefile index ee853806f6ee..4878cd598e50 100644 --- a/science/py-PyFR/Makefile +++ b/science/py-PyFR/Makefile @@ -2,7 +2,7 @@ PORTNAME= PyFR DISTVERSION= 1.8.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science python MASTER_SITES= http://www.pyfr.org/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-PyQuante/Makefile b/science/py-PyQuante/Makefile index 349050839dd6..21dbaa453ea3 100644 --- a/science/py-PyQuante/Makefile +++ b/science/py-PyQuante/Makefile @@ -2,7 +2,7 @@ PORTNAME= PyQuante DISTVERSION= 1.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}-${DISTVERSION:R}/${PORTNAME}-${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-ScientificPython/Makefile b/science/py-ScientificPython/Makefile index 8622036de975..15175e77fd55 100644 --- a/science/py-ScientificPython/Makefile +++ b/science/py-ScientificPython/Makefile @@ -2,7 +2,7 @@ PORTNAME= ScientificPython DISTVERSION= 2.9.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-SimpleSpectral/Makefile b/science/py-SimpleSpectral/Makefile index 03254bd183dc..4b78cc79f916 100644 --- a/science/py-SimpleSpectral/Makefile +++ b/science/py-SimpleSpectral/Makefile @@ -2,7 +2,7 @@ PORTNAME= SimpleSpectral DISTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-abipy/Makefile b/science/py-abipy/Makefile index ff06f7df85bf..59b52d408f8a 100644 --- a/science/py-abipy/Makefile +++ b/science/py-abipy/Makefile @@ -2,7 +2,7 @@ PORTNAME= abipy DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile index ac4f7741246b..a35dd58bdfaf 100644 --- a/science/py-asdf/Makefile +++ b/science/py-asdf/Makefile @@ -3,6 +3,7 @@ PORTNAME= asdf PORTVERSION= 2.3.3 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-ase/Makefile b/science/py-ase/Makefile index cce23976b24f..75ff517ccdb6 100644 --- a/science/py-ase/Makefile +++ b/science/py-ase/Makefile @@ -2,6 +2,7 @@ PORTNAME= ase DISTVERSION= 3.18.0 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-avogadrolibs/Makefile b/science/py-avogadrolibs/Makefile index 9f50c16e038c..574dfd75c6af 100644 --- a/science/py-avogadrolibs/Makefile +++ b/science/py-avogadrolibs/Makefile @@ -2,7 +2,7 @@ PORTNAME= avogadrolibs DISTVERSION= 1.91.0-107 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONSUFFIX= -g60c69b0 CATEGORIES= science PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-chempy/Makefile b/science/py-chempy/Makefile index f7d3e4104efb..ba6ec1aeafcb 100644 --- a/science/py-chempy/Makefile +++ b/science/py-chempy/Makefile @@ -2,6 +2,7 @@ PORTNAME= chempy DISTVERSION= 0.7.8 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-dlib/Makefile b/science/py-dlib/Makefile index 065f3975ab25..1c6d81361122 100644 --- a/science/py-dlib/Makefile +++ b/science/py-dlib/Makefile @@ -2,7 +2,7 @@ PORTNAME= dlib DISTVERSION= 19.17 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science devel math python MASTER_SITES= http://dlib.net/files/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-eccodes-python/Makefile b/science/py-eccodes-python/Makefile index 1690715493ce..41556f5e458e 100644 --- a/science/py-eccodes-python/Makefile +++ b/science/py-eccodes-python/Makefile @@ -3,6 +3,7 @@ PORTNAME= eccodes-python PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-geometer/Makefile b/science/py-geometer/Makefile index f8b78f342045..d9284d728864 100644 --- a/science/py-geometer/Makefile +++ b/science/py-geometer/Makefile @@ -3,6 +3,7 @@ PORTNAME= geometer PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-gpaw/Makefile b/science/py-gpaw/Makefile index ed068217811c..53eda5c6481b 100644 --- a/science/py-gpaw/Makefile +++ b/science/py-gpaw/Makefile @@ -2,6 +2,7 @@ PORTNAME= gpaw DISTVERSION= 1.5.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-gsd/Makefile b/science/py-gsd/Makefile index e1509d15417b..3ad2d22dbadd 100644 --- a/science/py-gsd/Makefile +++ b/science/py-gsd/Makefile @@ -3,6 +3,7 @@ PORTNAME= gsd DISTVERSIONPREFIX= v DISTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= http://glotzerlab.engin.umich.edu/Downloads/gsd/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile index f72a5f14edaf..78485dfe5654 100644 --- a/science/py-h5py/Makefile +++ b/science/py-h5py/Makefile @@ -3,7 +3,7 @@ PORTNAME= h5py PORTVERSION= 2.9.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-hcluster/Makefile b/science/py-hcluster/Makefile index 55e42934692a..d62d7f6944c0 100644 --- a/science/py-hcluster/Makefile +++ b/science/py-hcluster/Makefile @@ -3,7 +3,7 @@ PORTNAME= hcluster PORTVERSION= 0.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-kinematics/Makefile b/science/py-kinematics/Makefile index baf0a2121fda..0a0c9bc25030 100644 --- a/science/py-kinematics/Makefile +++ b/science/py-kinematics/Makefile @@ -3,7 +3,7 @@ PORTNAME= kinematics PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-lifelines/Makefile b/science/py-lifelines/Makefile index d69c58d5a936..92ae3de8ed85 100644 --- a/science/py-lifelines/Makefile +++ b/science/py-lifelines/Makefile @@ -2,6 +2,7 @@ PORTNAME= lifelines DISTVERSION= 0.19.5 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-mdp/Makefile b/science/py-mdp/Makefile index e36ab0c8cf5c..fada4512d551 100644 --- a/science/py-mdp/Makefile +++ b/science/py-mdp/Makefile @@ -3,7 +3,7 @@ PORTNAME= mdp PORTVERSION= 3.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= SF/${PORTNAME}-toolkit/${PORTNAME}-toolkit/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-mlpy/Makefile b/science/py-mlpy/Makefile index 311f3bb77d95..a31adba4c707 100644 --- a/science/py-mlpy/Makefile +++ b/science/py-mlpy/Makefile @@ -3,7 +3,7 @@ PORTNAME= mlpy PORTVERSION= 3.5.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-molmod/Makefile b/science/py-molmod/Makefile index f5ce144c7359..2daee007f5e8 100644 --- a/science/py-molmod/Makefile +++ b/science/py-molmod/Makefile @@ -2,7 +2,7 @@ PORTNAME= molmod DISTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-netCDF4/Makefile b/science/py-netCDF4/Makefile index 9a3aa5ebcba0..409e28f330cc 100644 --- a/science/py-netCDF4/Makefile +++ b/science/py-netCDF4/Makefile @@ -5,7 +5,7 @@ PORTNAME= netCDF4 PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v DISTVERSIONSUFFIX= rel -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-obspy/Makefile b/science/py-obspy/Makefile index fcb6fe9f856d..60869506b31b 100644 --- a/science/py-obspy/Makefile +++ b/science/py-obspy/Makefile @@ -3,7 +3,7 @@ PORTNAME= obspy PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-oddt/Makefile b/science/py-oddt/Makefile index fe478faa84ab..e61464c402bd 100644 --- a/science/py-oddt/Makefile +++ b/science/py-oddt/Makefile @@ -2,7 +2,7 @@ PORTNAME= oddt DISTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-openpiv/Makefile b/science/py-openpiv/Makefile index f67aa19dad85..ce3739133cbc 100644 --- a/science/py-openpiv/Makefile +++ b/science/py-openpiv/Makefile @@ -2,6 +2,7 @@ PORTNAME= openpiv PORTVERSION= 0.21.0 +PORTREVISION= 1 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-paramz/Makefile b/science/py-paramz/Makefile index 7e5bd3efa277..efd90d36e8a9 100644 --- a/science/py-paramz/Makefile +++ b/science/py-paramz/Makefile @@ -2,6 +2,7 @@ PORTNAME= paramz DISTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-phono3py/Makefile b/science/py-phono3py/Makefile index e86bec1b8cd3..6a38a622e288 100644 --- a/science/py-phono3py/Makefile +++ b/science/py-phono3py/Makefile @@ -2,7 +2,7 @@ PORTNAME= phono3py DISTVERSION= 1.13.3.27 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-phonopy/Makefile b/science/py-phonopy/Makefile index 3ffe13fefede..7e4e80ff9117 100644 --- a/science/py-phonopy/Makefile +++ b/science/py-phonopy/Makefile @@ -2,6 +2,7 @@ PORTNAME= phonopy DISTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-pupynere/Makefile b/science/py-pupynere/Makefile index faa9bc66f017..f238949abb86 100644 --- a/science/py-pupynere/Makefile +++ b/science/py-pupynere/Makefile @@ -3,7 +3,7 @@ PORTNAME= pupynere PORTVERSION= 1.0.15 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-pymatgen/Makefile b/science/py-pymatgen/Makefile index b8a539ac2386..2777b6030d42 100644 --- a/science/py-pymatgen/Makefile +++ b/science/py-pymatgen/Makefile @@ -2,6 +2,7 @@ PORTNAME= pymatgen DISTVERSION= 2019.2.28 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-pymol/Makefile b/science/py-pymol/Makefile index 5cdb2e1c8870..40e4ac77cdaa 100644 --- a/science/py-pymol/Makefile +++ b/science/py-pymol/Makefile @@ -4,6 +4,7 @@ PORTNAME= pymol DISTVERSIONPREFIX= v DISTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= science biology python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-pysal/Makefile b/science/py-pysal/Makefile index 60e22679e165..2a4ab6a5c214 100644 --- a/science/py-pysal/Makefile +++ b/science/py-pysal/Makefile @@ -3,7 +3,7 @@ PORTNAME= pysal PORTVERSION= 1.14.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-pyteomics/Makefile b/science/py-pyteomics/Makefile index 39907e6d6e25..d5169de8a834 100644 --- a/science/py-pyteomics/Makefile +++ b/science/py-pyteomics/Makefile @@ -2,6 +2,7 @@ PORTNAME= pyteomics PORTVERSION= 4.1.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-qcelemental/Makefile b/science/py-qcelemental/Makefile index 485253c2af54..76f17d0f4f3b 100644 --- a/science/py-qcelemental/Makefile +++ b/science/py-qcelemental/Makefile @@ -2,6 +2,7 @@ PORTNAME= qcelemental PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-qcengine/Makefile b/science/py-qcengine/Makefile index 8c1c9e12705b..b26b58225108 100644 --- a/science/py-qcengine/Makefile +++ b/science/py-qcengine/Makefile @@ -2,6 +2,7 @@ PORTNAME= qcengine PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-qspin/Makefile b/science/py-qspin/Makefile index fd7e4db2bc9b..6f9b913e9f14 100644 --- a/science/py-qspin/Makefile +++ b/science/py-qspin/Makefile @@ -2,7 +2,7 @@ PORTNAME= qspin DISTVERSION= 0.1.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-quantities/Makefile b/science/py-quantities/Makefile index c149f482635e..edf9efe9b851 100644 --- a/science/py-quantities/Makefile +++ b/science/py-quantities/Makefile @@ -2,6 +2,7 @@ PORTNAME= quantities DISTVERSION= 0.12.3 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-rmf/Makefile b/science/py-rmf/Makefile index 17108548290b..e2e5f3c2894e 100644 --- a/science/py-rmf/Makefile +++ b/science/py-rmf/Makefile @@ -2,6 +2,7 @@ PORTNAME= rmf DISTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= science graphics PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-rmsd/Makefile b/science/py-rmsd/Makefile index 6fe343e3e416..b1e7d250a3af 100644 --- a/science/py-rmsd/Makefile +++ b/science/py-rmsd/Makefile @@ -2,7 +2,7 @@ PORTNAME= rmsd DISTVERSION= 1.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scikit-fuzzy/Makefile b/science/py-scikit-fuzzy/Makefile index 267df5b4262d..c4bc8ecb1b29 100644 --- a/science/py-scikit-fuzzy/Makefile +++ b/science/py-scikit-fuzzy/Makefile @@ -3,6 +3,7 @@ PORTNAME= scikit-fuzzy DISTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scikit-learn/Makefile b/science/py-scikit-learn/Makefile index 80be99164634..5cca183306cc 100644 --- a/science/py-scikit-learn/Makefile +++ b/science/py-scikit-learn/Makefile @@ -3,6 +3,7 @@ PORTNAME= scikit-learn DISTVERSION= 0.20.3 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scikit-sparse/Makefile b/science/py-scikit-sparse/Makefile index ef23e7c08527..7092cba38063 100644 --- a/science/py-scikit-sparse/Makefile +++ b/science/py-scikit-sparse/Makefile @@ -3,7 +3,7 @@ PORTNAME= scikit-sparse DISTVERSION= 0.4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scimath/Makefile b/science/py-scimath/Makefile index b77d9e559080..9e22f2a165a0 100644 --- a/science/py-scimath/Makefile +++ b/science/py-scimath/Makefile @@ -3,7 +3,7 @@ PORTNAME= scimath PORTVERSION= 4.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science math python MASTER_SITES= http://www.enthought.com/repo/ets/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-scipy/Makefile b/science/py-scipy/Makefile index 1db9cde2b9e1..a3f3474918e6 100644 --- a/science/py-scipy/Makefile +++ b/science/py-scipy/Makefile @@ -3,6 +3,7 @@ PORTNAME= scipy PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= https://docs.scipy.org/doc/scipy-${PORTVERSION:R}.1/:doc \ CHEESESHOP:source \ diff --git a/science/py-scoria/Makefile b/science/py-scoria/Makefile index cac2fab29a7d..bb260449f05f 100644 --- a/science/py-scoria/Makefile +++ b/science/py-scoria/Makefile @@ -2,7 +2,7 @@ PORTNAME= scoria DISTVERSION= 1.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/py-spglib/Makefile b/science/py-spglib/Makefile index 6032f859f7e2..6659488001e2 100644 --- a/science/py-spglib/Makefile +++ b/science/py-spglib/Makefile @@ -2,6 +2,7 @@ PORTNAME= spglib DISTVERSION= 1.13.0 +PORTREVISION= 1 DISTVERSIONSUFFIX= .post0 CATEGORIES= science python MASTER_SITES= CHEESESHOP diff --git a/science/py-veusz/Makefile b/science/py-veusz/Makefile index 629d2849d6e0..24b66006fd3a 100644 --- a/science/py-veusz/Makefile +++ b/science/py-veusz/Makefile @@ -4,6 +4,7 @@ PORTNAME= veusz DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= science kde PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/pybrain/Makefile b/science/pybrain/Makefile index ecdd338c9803..28f7df60e31d 100644 --- a/science/pybrain/Makefile +++ b/science/pybrain/Makefile @@ -3,7 +3,7 @@ PORTNAME= pybrain PORTVERSION= 0.3.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science python MAINTAINER= wen@FreeBSD.org diff --git a/science/pycdf/Makefile b/science/pycdf/Makefile index f3b8c3a06c79..255639bb7d4d 100644 --- a/science/pycdf/Makefile +++ b/science/pycdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= pycdf PORTVERSION= 0.6.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= science python MASTER_SITES= SF/pysclint/${PORTNAME}/${PORTNAME}-${PORTVERSION}b DISTNAME= ${PORTNAME}-0.6-3b diff --git a/science/pynn/Makefile b/science/pynn/Makefile index 78b5b34c5ba0..65080cfd4283 100644 --- a/science/pynn/Makefile +++ b/science/pynn/Makefile @@ -3,6 +3,7 @@ PORTNAME= pynn PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/science/qbox/Makefile b/science/qbox/Makefile index 18c2b5682a85..92f1e964704e 100644 --- a/science/qbox/Makefile +++ b/science/qbox/Makefile @@ -3,6 +3,7 @@ PORTNAME= qbox DISTVERSIONPREFIX= rel DISTVERSION= 1_67_4 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/qmcpack/Makefile b/science/qmcpack/Makefile index c3a5a265b412..c994b7961d95 100644 --- a/science/qmcpack/Makefile +++ b/science/qmcpack/Makefile @@ -3,7 +3,7 @@ PORTNAME= qmcpack DISTVERSIONPREFIX= v DISTVERSION= 3.7.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/quantum-espresso-pseudopotentials/Makefile b/science/quantum-espresso-pseudopotentials/Makefile index 2afe6b03e518..83101c279673 100644 --- a/science/quantum-espresso-pseudopotentials/Makefile +++ b/science/quantum-espresso-pseudopotentials/Makefile @@ -2,7 +2,7 @@ PORTNAME= quantum-espresso-pseudopotentials DISTVERSION= g20180406 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/quantum-espresso/Makefile b/science/quantum-espresso/Makefile index e7373c99cd97..8c9d0ee49ff8 100644 --- a/science/quantum-espresso/Makefile +++ b/science/quantum-espresso/Makefile @@ -3,7 +3,7 @@ PORTNAME= quantum-espresso DISTVERSIONPREFIX= qe- DISTVERSION= 6.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/qwalk/Makefile b/science/qwalk/Makefile index 9fbf058e6a03..32b142fd930a 100644 --- a/science/qwalk/Makefile +++ b/science/qwalk/Makefile @@ -3,7 +3,7 @@ PORTNAME= qwalk DISTVERSIONPREFIX= v DISTVERSION= 1.0.1-300 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONSUFFIX= -g1b7e381 CATEGORIES= science diff --git a/science/rdkit/Makefile b/science/rdkit/Makefile index 2ddac60c054d..6ec5dae3391b 100644 --- a/science/rdkit/Makefile +++ b/science/rdkit/Makefile @@ -3,7 +3,7 @@ PORTNAME= rdkit DISTVERSIONPREFIX= Release_ DISTVERSION= 2018_09_3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/rmf/Makefile b/science/rmf/Makefile index 6ba57fbed960..f7d520fb4893 100644 --- a/science/rmf/Makefile +++ b/science/rmf/Makefile @@ -2,7 +2,7 @@ PORTNAME= rmf DISTVERSION= 1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science graphics MAINTAINER= yuri@FreeBSD.org diff --git a/science/scidavis/Makefile b/science/scidavis/Makefile index 18603c20d2e2..3af83629f40c 100644 --- a/science/scidavis/Makefile +++ b/science/scidavis/Makefile @@ -2,7 +2,7 @@ PORTNAME= scidavis PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MAINTAINER= makc@FreeBSD.org diff --git a/science/siesta/Makefile b/science/siesta/Makefile index 24f11081a534..80264ba1d5f4 100644 --- a/science/siesta/Makefile +++ b/science/siesta/Makefile @@ -2,7 +2,7 @@ PORTNAME= siesta DISTVERSION= 4.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= https://launchpad.net/${PORTNAME}/${DISTVERSION:R}/${DISTVERSION}/+download/ diff --git a/science/silo/Makefile b/science/silo/Makefile index 011138c3a07e..df78da6b637f 100644 --- a/science/silo/Makefile +++ b/science/silo/Makefile @@ -4,7 +4,7 @@ PORTNAME= silo PORTVERSION= 4.10.2 DISTVERSIONSUFFIX= -bsd -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= science MASTER_SITES= http://wci.llnl.gov/content/assets/docs/simulation/computer-codes/${PORTNAME}/silo-${PORTVERSION}/ diff --git a/science/simbody/Makefile b/science/simbody/Makefile index 53b0137d5a97..9e7a98df88b7 100644 --- a/science/simbody/Makefile +++ b/science/simbody/Makefile @@ -3,7 +3,7 @@ PORTNAME= simbody DISTVERSIONPREFIX= Simbody- DISTVERSION= 3.6.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science biology PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ diff --git a/science/simgrid/Makefile b/science/simgrid/Makefile index e68df643b998..42705942c36e 100644 --- a/science/simgrid/Makefile +++ b/science/simgrid/Makefile @@ -2,6 +2,7 @@ PORTNAME= SimGrid DISTVERSION= 3.22.2.20190515 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/sparta/Makefile b/science/sparta/Makefile index 0470698b0909..b2a224d198e6 100644 --- a/science/sparta/Makefile +++ b/science/sparta/Makefile @@ -2,6 +2,7 @@ PORTNAME= sparta PORTVERSION= ${GH_TAGNAME:C/([0-9]{1,2})([A-Z][a-z][a-z])([0-9]{4})/\3.\2.\1/S/Jan/01/S/Feb/02/S/Mar/03/S/Apr/04/S/May/05/S/Jun/06/S/Jul/07/S/Aug/08/S/Sep/09/S/Oct/10/S/Nov/11/S/Dec/12/} +PORTREVISION= 1 CATEGORIES= science PKGNAMESUFFIX= -dsmc # Direct Simulation Monte Carlo diff --git a/science/step/Makefile b/science/step/Makefile index a019788e7962..361c78d0ef6e 100644 --- a/science/step/Makefile +++ b/science/step/Makefile @@ -2,7 +2,7 @@ PORTNAME= step DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/science/tfel/Makefile b/science/tfel/Makefile index 5833dde005ed..b44279c15d6c 100644 --- a/science/tfel/Makefile +++ b/science/tfel/Makefile @@ -3,7 +3,7 @@ PORTNAME= tfel PORTVERSION= 3.1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/ PKGNAMESUFFIX= -mfront diff --git a/science/tinker/Makefile b/science/tinker/Makefile index 43f2b8536be9..618adef5d2c3 100644 --- a/science/tinker/Makefile +++ b/science/tinker/Makefile @@ -3,6 +3,7 @@ PORTNAME= tinker DISTVERSION= 8.7.1 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://dasher.wustl.edu/tinker/downloads/ diff --git a/science/v_sim/Makefile b/science/v_sim/Makefile index 21745eafbe70..a80ac7cf53f2 100644 --- a/science/v_sim/Makefile +++ b/science/v_sim/Makefile @@ -3,7 +3,7 @@ PORTNAME= v_sim PORTVERSION= 3.7.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= science MASTER_SITES= http://inac.cea.fr/L_Sim/V_Sim/download/ diff --git a/science/vipster/Makefile b/science/vipster/Makefile index 0c9555756770..f6ace67d3441 100644 --- a/science/vipster/Makefile +++ b/science/vipster/Makefile @@ -3,6 +3,7 @@ PORTNAME= vipster DISTVERSIONPREFIX= v DISTVERSION= 1.16b +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/vmd/Makefile b/science/vmd/Makefile index dc01c71382b2..bfa1560f0fa4 100644 --- a/science/vmd/Makefile +++ b/science/vmd/Makefile @@ -3,7 +3,7 @@ PORTNAME= vmd DISTVERSION= 1.9.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science graphics python tcl tk MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.99b6/:tachyon \ http://www.photonlimited.com/~johns/tachyon/files/0.99b6/:tachyon \ diff --git a/science/wannier90/Makefile b/science/wannier90/Makefile index 49d297cdab94..85525a35525d 100644 --- a/science/wannier90/Makefile +++ b/science/wannier90/Makefile @@ -2,7 +2,7 @@ PORTNAME= wannier90 DISTVERSION= 2.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://www.wannier.org/code/ diff --git a/science/wwplot/Makefile b/science/wwplot/Makefile index e5ad4de2f42d..6b5db1027fa7 100644 --- a/science/wwplot/Makefile +++ b/science/wwplot/Makefile @@ -3,6 +3,7 @@ PORTNAME= wwplot DISTVERSIONPREFIX= v DISTVERSION= 0.0.4 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/wxmacmolplt/Makefile b/science/wxmacmolplt/Makefile index 4e671350a852..61bd079ed97c 100644 --- a/science/wxmacmolplt/Makefile +++ b/science/wxmacmolplt/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxmacmolplt DISTVERSIONPREFIX= v DISTVERSION= 7.7-43 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONSUFFIX= -g9a46f7a CATEGORIES= science diff --git a/science/xcrysden/Makefile b/science/xcrysden/Makefile index f3df6229b36d..710ea26ce663 100644 --- a/science/xcrysden/Makefile +++ b/science/xcrysden/Makefile @@ -2,7 +2,7 @@ PORTNAME= xcrysden DISTVERSION= 1.5.60 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science MASTER_SITES= http://www.xcrysden.org/download/ diff --git a/science/xdrawchem/Makefile b/science/xdrawchem/Makefile index eced697033b9..05ce972f76c6 100644 --- a/science/xdrawchem/Makefile +++ b/science/xdrawchem/Makefile @@ -2,7 +2,7 @@ PORTNAME= xdrawchem DISTVERSION= 1.10.2-1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org diff --git a/science/yoda/Makefile b/science/yoda/Makefile index 8552e10dc1de..90222b10b092 100644 --- a/science/yoda/Makefile +++ b/science/yoda/Makefile @@ -2,6 +2,7 @@ PORTNAME= yoda DISTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://www.hepforge.org/archive/${PORTNAME}/ DISTNAME= ${PORTNAME:tu}-${DISTVERSION} |