diff options
author | mharo <mharo@FreeBSD.org> | 2001-05-01 06:05:08 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-05-01 06:05:08 +0800 |
commit | 7b4e1deb58a1527f1579595a9e5e3c2054e8a5ef (patch) | |
tree | 10218e522fc6933b4d9faca8309d53f722849a3c /science | |
parent | 7c1f5717d3c8e1ea80bb84d81a902a25ffcd3405 (diff) | |
download | freebsd-ports-gnome-7b4e1deb58a1527f1579595a9e5e3c2054e8a5ef.tar.gz freebsd-ports-gnome-7b4e1deb58a1527f1579595a9e5e3c2054e8a5ef.tar.zst freebsd-ports-gnome-7b4e1deb58a1527f1579595a9e5e3c2054e8a5ef.zip |
update math/netcdf to 3.5.0
PR: 26995
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf/Makefile | 6 | ||||
-rw-r--r-- | science/netcdf/distinfo | 2 | ||||
-rw-r--r-- | science/netcdf/files/patch-aa | 19 | ||||
-rw-r--r-- | science/netcdf/pkg-plist | 1 | ||||
-rw-r--r-- | science/netcdf4/Makefile | 6 | ||||
-rw-r--r-- | science/netcdf4/distinfo | 2 | ||||
-rw-r--r-- | science/netcdf4/files/patch-aa | 19 | ||||
-rw-r--r-- | science/netcdf4/pkg-plist | 1 |
8 files changed, 48 insertions, 8 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index a3c87c854049..090758cd7b30 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -6,10 +6,10 @@ # PORTNAME= netcdf -PORTVERSION= 3.5.b8 +PORTVERSION= 3.5.0 CATEGORIES= math MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} +#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org @@ -21,7 +21,7 @@ CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran" INSTALLS_SHLIB= yes MAN1= ncdump.1 ncgen.1 -MAN3= netcdf.3 +MAN3= netcdf.3 netcdf.3f post-build: @(cd ${WRKSRC}/libsrc && \ diff --git a/science/netcdf/distinfo b/science/netcdf/distinfo index 0ccca5fd3340..35e68c0e47e7 100644 --- a/science/netcdf/distinfo +++ b/science/netcdf/distinfo @@ -1 +1 @@ -MD5 (netcdf-3.5-beta8.tar.Z) = 733142b996c911ade0dda505e5d960c6 +MD5 (netcdf-3.5.0.tar.Z) = 28640a40a44f982f90f5eeb15e917a1f diff --git a/science/netcdf/files/patch-aa b/science/netcdf/files/patch-aa new file mode 100644 index 000000000000..43324e78712d --- /dev/null +++ b/science/netcdf/files/patch-aa @@ -0,0 +1,19 @@ +--- rules.make.orig Mon Mar 12 22:31:55 2001 ++++ rules.make Mon Apr 30 14:02:44 2001 +@@ -145,14 +145,8 @@ + cp $(MANUAL) $@ + $(MANDIR)/man3/$(MANUAL): $(MANDIR)/man3 $(MANUAL) + cp $(MANUAL) $@ +-$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \ +- $(MANDIR)/man3f +- rm -f $@ +- ln -s $(MANDIR)/man3/$(MANUAL) $@ +-$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \ +- $(MANDIR)/man3f90 +- rm -f $@ +- ln -s $(MANDIR)/man3/$(MANUAL) $@ ++$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) ++$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) + + ################################################################################ + # Cleanup: diff --git a/science/netcdf/pkg-plist b/science/netcdf/pkg-plist index a400eb5e9148..34c2fa05a1a9 100644 --- a/science/netcdf/pkg-plist +++ b/science/netcdf/pkg-plist @@ -3,6 +3,7 @@ bin/ncgen include/ncvalues.h include/netcdf.h include/netcdf.hh +include/netcdf.inc include/netcdfcpp.h lib/libnetcdf.a lib/libnetcdf.so diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile index a3c87c854049..090758cd7b30 100644 --- a/science/netcdf4/Makefile +++ b/science/netcdf4/Makefile @@ -6,10 +6,10 @@ # PORTNAME= netcdf -PORTVERSION= 3.5.b8 +PORTVERSION= 3.5.0 CATEGORIES= math MASTER_SITES= ftp://unidata.ucar.edu/pub/netcdf/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} +#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org @@ -21,7 +21,7 @@ CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran" INSTALLS_SHLIB= yes MAN1= ncdump.1 ncgen.1 -MAN3= netcdf.3 +MAN3= netcdf.3 netcdf.3f post-build: @(cd ${WRKSRC}/libsrc && \ diff --git a/science/netcdf4/distinfo b/science/netcdf4/distinfo index 0ccca5fd3340..35e68c0e47e7 100644 --- a/science/netcdf4/distinfo +++ b/science/netcdf4/distinfo @@ -1 +1 @@ -MD5 (netcdf-3.5-beta8.tar.Z) = 733142b996c911ade0dda505e5d960c6 +MD5 (netcdf-3.5.0.tar.Z) = 28640a40a44f982f90f5eeb15e917a1f diff --git a/science/netcdf4/files/patch-aa b/science/netcdf4/files/patch-aa new file mode 100644 index 000000000000..43324e78712d --- /dev/null +++ b/science/netcdf4/files/patch-aa @@ -0,0 +1,19 @@ +--- rules.make.orig Mon Mar 12 22:31:55 2001 ++++ rules.make Mon Apr 30 14:02:44 2001 +@@ -145,14 +145,8 @@ + cp $(MANUAL) $@ + $(MANDIR)/man3/$(MANUAL): $(MANDIR)/man3 $(MANUAL) + cp $(MANUAL) $@ +-$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \ +- $(MANDIR)/man3f +- rm -f $@ +- ln -s $(MANDIR)/man3/$(MANUAL) $@ +-$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) \ +- $(MANDIR)/man3f90 +- rm -f $@ +- ln -s $(MANDIR)/man3/$(MANUAL) $@ ++$(MANDIR)/man3f/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) ++$(MANDIR)/man3f90/$(MANUAL): $(MANDIR)/man3 $(MANDIR)/man3/$(MANUAL) + + ################################################################################ + # Cleanup: diff --git a/science/netcdf4/pkg-plist b/science/netcdf4/pkg-plist index a400eb5e9148..34c2fa05a1a9 100644 --- a/science/netcdf4/pkg-plist +++ b/science/netcdf4/pkg-plist @@ -3,6 +3,7 @@ bin/ncgen include/ncvalues.h include/netcdf.h include/netcdf.hh +include/netcdf.inc include/netcdfcpp.h lib/libnetcdf.a lib/libnetcdf.so |