diff options
author | krion <krion@FreeBSD.org> | 2005-01-09 00:36:45 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-09 00:36:45 +0800 |
commit | f9a53a4c69b5516b36b0d180ff87f7ad8486717f (patch) | |
tree | 2d2c5a658e61d0a3944c7e00a214a9149cf61ee2 /math | |
parent | 2c5bf3a2ed2086ad792f7283991b1644ace8f098 (diff) | |
download | freebsd-ports-gnome-f9a53a4c69b5516b36b0d180ff87f7ad8486717f.tar.gz freebsd-ports-gnome-f9a53a4c69b5516b36b0d180ff87f7ad8486717f.tar.zst freebsd-ports-gnome-f9a53a4c69b5516b36b0d180ff87f7ad8486717f.zip |
Update to version 3.6.0
PR: ports/75954
Submitted by: Ports Fury
Diffstat (limited to 'math')
-rw-r--r-- | math/netcdf/Makefile | 7 | ||||
-rw-r--r-- | math/netcdf/distinfo | 4 | ||||
-rw-r--r-- | math/netcdf/files/patch-aa | 8 | ||||
-rw-r--r-- | math/netcdf/pkg-plist | 1 |
4 files changed, 9 insertions, 11 deletions
diff --git a/math/netcdf/Makefile b/math/netcdf/Makefile index 0b65627a5fc9..bcfb520c017a 100644 --- a/math/netcdf/Makefile +++ b/math/netcdf/Makefile @@ -6,11 +6,9 @@ # PORTNAME= netcdf -PORTVERSION= 3.5.1 +PORTVERSION= 3.6.0 CATEGORIES= math MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/ -#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} -EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Library for machine-independent, array-oriented data access @@ -20,6 +18,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src CONFLICTS= hdf-4.* GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran" INSTALLS_SHLIB= yes @@ -41,7 +40,7 @@ post-install: ${LN} -sf libnetcdf_c++.so.1 ${PREFIX}/lib/libnetcdf_c++.so .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in COMPATIBILITY COPYRIGHT README RELEASE_NOTES +.for file in COPYRIGHT README RELEASE_NOTES ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/math/netcdf/distinfo b/math/netcdf/distinfo index 570598bf3cb9..8d779cfd8b53 100644 --- a/math/netcdf/distinfo +++ b/math/netcdf/distinfo @@ -1,2 +1,2 @@ -MD5 (netcdf-3.5.1.tar.Z) = 52972e8765394010d2507a9a1dc02a56 -SIZE (netcdf-3.5.1.tar.Z) = 1333257 +MD5 (netcdf-3.6.0.tar.gz) = 3636b47e8999582eaaec9a93bbe25d6c +SIZE (netcdf-3.6.0.tar.gz) = 840941 diff --git a/math/netcdf/files/patch-aa b/math/netcdf/files/patch-aa index 43324e78712d..4c9e564dc054 100644 --- a/math/netcdf/files/patch-aa +++ b/math/netcdf/files/patch-aa @@ -1,9 +1,9 @@ ---- rules.make.orig Mon Mar 12 22:31:55 2001 -+++ rules.make Mon Apr 30 14:02:44 2001 +--- rules.make.orig Sat Dec 18 05:34:48 2004 ++++ rules.make Thu Jan 6 15:12:59 2005 @@ -145,14 +145,8 @@ - cp $(MANUAL) $@ + $(INSTALL) $(MANUAL) $@ $(MANDIR)/man3/$(MANUAL): $(MANDIR)/man3 $(MANUAL) - cp $(MANUAL) $@ + $(INSTALL) $(MANUAL) $@ -$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \ - $(MANDIR)/man3f - rm -f $@ diff --git a/math/netcdf/pkg-plist b/math/netcdf/pkg-plist index d1b4c3cdb96a..fcbebdf8999f 100644 --- a/math/netcdf/pkg-plist +++ b/math/netcdf/pkg-plist @@ -11,7 +11,6 @@ lib/libnetcdf.so.1 lib/libnetcdf_c++.a lib/libnetcdf_c++.so lib/libnetcdf_c++.so.1 -%%PORTDOCS%%%%DOCSDIR%%/COMPATIBILITY %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES |