From a55da56f8f63bf45e9d3ecfa9d7e7084e95cf96e Mon Sep 17 00:00:00 2001 From: feinerer Date: Tue, 10 Dec 2019 21:38:15 +0000 Subject: [PATCH] Increase NetCDF shared libs version number Symbols added and removed between 4.7.0 and 4.7.3, so major bump. OK martin@ (MAINTAINER) --- math/netcdf/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index 056953423ca..877316de40e 100644 --- a/math/netcdf/Makefile +++ b/math/netcdf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2019/12/10 17:27:20 feinerer Exp $ +# $OpenBSD: Makefile,v 1.38 2019/12/10 21:38:15 feinerer Exp $ COMMENT= library for machine-independent, array-oriented data access @@ -6,10 +6,11 @@ V= 4.7.3 NAME= netcdf DISTNAME= ${NAME}-c-${V} PKGNAME= ${NAME}-${V} +REVISION= 0 CATEGORIES= math -SHARED_LIBS= netcdf 5.0 # 4.0 +SHARED_LIBS= netcdf 6.0 # 5.0 HOMEPAGE= http://www.unidata.ucar.edu/software/netcdf/