- Bump PORTREVISION for dependency change from science/netcdf-ftn and

science/netcdf3-ftn to science/netcdf-fortran

Approved by:	portmgr (bapt)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-03 03:54:50 +00:00
parent 2a951d0948
commit 2a906cda99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352864
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= abinit PORTNAME= abinit
PORTVERSION= 5.7.3 PORTVERSION= 5.7.3
PORTREVISION= 13 PORTREVISION= 14
CATEGORIES= science CATEGORIES= science
MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/
@ -12,7 +12,7 @@ COMMENT= Abinit calculates electronic structure of systems
BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ BUILD_DEPENDS= python:${PORTSDIR}/lang/python \
${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray
LIB_DEPENDS= netcdff.4:${PORTSDIR}/science/netcdf3-ftn \ LIB_DEPENDS= libnetcdff.so:${PORTSDIR}/science/netcdf-fortran \
gsl:${PORTSDIR}/math/gsl gsl:${PORTSDIR}/math/gsl
USES= fortran gmake perl5 USES= fortran gmake perl5

View file

@ -3,7 +3,7 @@
PORTNAME= fvcom PORTNAME= fvcom
PORTVERSION= 2.7.1 PORTVERSION= 2.7.1
PORTREVISION?= 2 PORTREVISION?= 3
CATEGORIES= science CATEGORIES= science
MASTER_SITES= http://fvcom.smast.umassd.edu/FVCOM/index.html/ MASTER_SITES= http://fvcom.smast.umassd.edu/FVCOM/index.html/
DISTNAME= sourcecode1 DISTNAME= sourcecode1
@ -13,7 +13,7 @@ MAINTAINER= jwbacon@tds.net
COMMENT= Unstructured Grid Finite Volume Coastal Ocean Model COMMENT= Unstructured Grid Finite Volume Coastal Ocean Model
# Check netcdf lib for Fortran support! # Check netcdf lib for Fortran support!
LIB_DEPENDS+= libnetcdff.so:${PORTSDIR}/science/netcdf-ftn \ LIB_DEPENDS+= libnetcdff.so:${PORTSDIR}/science/netcdf-fortran \
liblapack.so:${PORTSDIR}/math/lapack \ liblapack.so:${PORTSDIR}/math/lapack \
libblas.so:${PORTSDIR}/math/lapack libblas.so:${PORTSDIR}/math/lapack