svn commit: r352864 - in head/science: abinit fvcom

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 3 03:54:51 UTC 2014


Author: sunpoet
Date: Sat May  3 03:54:50 2014
New Revision: 352864
URL: http://svnweb.freebsd.org/changeset/ports/352864
QAT: https://qat.redports.org/buildarchive/r352864/

Log:
  - Bump PORTREVISION for dependency change from science/netcdf-ftn and
    science/netcdf3-ftn to science/netcdf-fortran
  
  Approved by:	portmgr (bapt)

Modified:
  head/science/abinit/Makefile
  head/science/fvcom/Makefile

Modified: head/science/abinit/Makefile
==============================================================================
--- head/science/abinit/Makefile	Sat May  3 03:43:48 2014	(r352863)
+++ head/science/abinit/Makefile	Sat May  3 03:54:50 2014	(r352864)
@@ -3,7 +3,7 @@
 
 PORTNAME=	abinit
 PORTVERSION=	5.7.3
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	science
 MASTER_SITES=	ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/
 
@@ -12,7 +12,7 @@ COMMENT=	Abinit calculates electronic st
 
 BUILD_DEPENDS=	python:${PORTSDIR}/lang/python \
 		${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
 
 USES=		fortran gmake perl5

Modified: head/science/fvcom/Makefile
==============================================================================
--- head/science/fvcom/Makefile	Sat May  3 03:43:48 2014	(r352863)
+++ head/science/fvcom/Makefile	Sat May  3 03:54:50 2014	(r352864)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fvcom
 PORTVERSION=	2.7.1
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES=	science
 MASTER_SITES=	http://fvcom.smast.umassd.edu/FVCOM/index.html/
 DISTNAME=	sourcecode1
@@ -13,7 +13,7 @@ MAINTAINER=	jwbacon at tds.net
 COMMENT=	Unstructured Grid Finite Volume Coastal Ocean Model
 
 # 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 \
 		libblas.so:${PORTSDIR}/math/lapack
 


More information about the svn-ports-head mailing list