science/pnetcdf: Update to 1.14.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/Parallel-NetCDF/PnetCDF/blob/master/RELEASE_NOTES
		https://github.com/Parallel-NetCDF/Parallel-NetCDF.github.io/tree/master/Release_notes
This commit is contained in:
Po-Chuan Hsieh 2025-09-08 06:34:04 +08:00
parent 28058e152b
commit 6ff9665a74
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
6 changed files with 7 additions and 28 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= pnetcdf
PORTVERSION= 1.14.0
PORTVERSION= 1.14.1
CATEGORIES= science parallel
MASTER_SITES= https://parallel-netcdf.github.io/Release/ \
LOCAL/sunpoet

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1736671217
SHA256 (pnetcdf-1.14.0.tar.gz) = 575f189fb01c53f93b3d6ae0e506f46e19694807c81af0b9548e947995acf704
SIZE (pnetcdf-1.14.0.tar.gz) = 2419346
TIMESTAMP = 1757120530
SHA256 (pnetcdf-1.14.1.tar.gz) = 6f0f7221006c211fce9ddd2c008796b8c69dd717b2ad1be0b4027fc328fd3220
SIZE (pnetcdf-1.14.1.tar.gz) = 2512984

View File

@ -1,11 +0,0 @@
--- src/packaging/Makefile.in.orig 2024-11-11 22:32:47 UTC
+++ src/packaging/Makefile.in
@@ -637,7 +637,7 @@ install-data-hook:
# GNU autoconf allows DESTDIR variable when running 'make install' which will
# prepend it before all installation names.
install-data-hook:
- $(SED_I) -e 's|INSTALL_PREFIX|$(DESTDIR)$(prefix)|g ; s|INSTALL_EXEC_PREFIX|$(DESTDIR)$(exec_prefix)|g' $(DESTDIR)$(prefix)/libdata/pkgconfig/pnetcdf.pc
+ $(SED_I) -e 's|INSTALL_PREFIX|$(prefix)|g ; s|INSTALL_EXEC_PREFIX|$(exec_prefix)|g' $(DESTDIR)$(prefix)/libdata/pkgconfig/pnetcdf.pc
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View File

@ -1,11 +0,0 @@
--- src/utils/Makefile.in.orig 2024-11-11 22:32:47 UTC
+++ src/utils/Makefile.in
@@ -856,7 +856,7 @@ install-exec-hook:
# GNU autoconf allows DESTDIR variable when running 'make install' which will
# prepend it before all installation names.
install-exec-hook:
- $(SED_I) -e 's|INSTALL_PREFIX|$(DESTDIR)$(prefix)|g ; s|INSTALL_EXEC_PREFIX|$(DESTDIR)$(exec_prefix)|g' $(DESTDIR)$(bindir)/pnetcdf-config
+ $(SED_I) -e 's|INSTALL_PREFIX|$(prefix)|g ; s|INSTALL_EXEC_PREFIX|$(exec_prefix)|g' $(DESTDIR)$(bindir)/pnetcdf-config
chmod +x $(DESTDIR)$(bindir)/pnetcdf-config
# Tell versions [3.59,3.63) of GNU make to not export all variables.

View File

@ -12,8 +12,8 @@ include/pnetcdf.inc
include/pnetcdf.mod
lib/libpnetcdf.a
lib/libpnetcdf.so
lib/libpnetcdf.so.6
lib/libpnetcdf.so.6.0.0
lib/libpnetcdf.so.7
lib/libpnetcdf.so.7.0.0
libdata/pkgconfig/pnetcdf.pc
share/man/man1/cdfdiff.1.gz
share/man/man1/ncmpidiff.1.gz

View File

@ -1,5 +1,6 @@
PORTNAME= pnetcdf
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}