Date: Mon, 30 Apr 2001 21:20:27 +0100 From: sa264@cam.ac.uk To: FreeBSD-gnats-submit@freebsd.org Cc: sa264@cam.ac.uk Subject: ports/26995: update math/netcdf to 3.5.0 Message-ID: <E14uK9j-00008o-00@sa264.wolfson.cam.ac.uk>
next in thread | raw e-mail | index | archive | help
>Number: 26995 >Category: ports >Synopsis: update math/netcdf to 3.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 30 13:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: AMAKAWA Shuhei >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: System: FreeBSD mrc8.phy.cam.ac.uk 4.3-STABLE FreeBSD 4.3-STABLE #16: Fri Apr 27 23:27:23 BST 2001 sa264@sa264.wolfson.cam.ac.uk:/usr/obj/usr/src/sys/PORTEGE i386 >Description: update math/netcdf to 3.5.0 >How-To-Repeat: >Fix: Added file: files/patch-aa diff -uNr /usr/ports/math/netcdf/Makefile netcdf/Makefile --- /usr/ports/math/netcdf/Makefile Sat Feb 10 00:57:58 2001 +++ netcdf/Makefile Mon Apr 30 14:09:43 2001 @@ -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 @@ INSTALLS_SHLIB= yes MAN1= ncdump.1 ncgen.1 -MAN3= netcdf.3 +MAN3= netcdf.3 netcdf.3f post-build: @(cd ${WRKSRC}/libsrc && \ diff -uNr /usr/ports/math/netcdf/distinfo netcdf/distinfo --- /usr/ports/math/netcdf/distinfo Sat Feb 10 00:57:58 2001 +++ netcdf/distinfo Sat Apr 28 05:32:21 2001 @@ -1 +1 @@ -MD5 (netcdf-3.5-beta8.tar.Z) = 733142b996c911ade0dda505e5d960c6 +MD5 (netcdf-3.5.0.tar.Z) = 28640a40a44f982f90f5eeb15e917a1f diff -uNr /usr/ports/math/netcdf/files/patch-aa netcdf/files/patch-aa --- /usr/ports/math/netcdf/files/patch-aa Thu Jan 1 01:00:00 1970 +++ netcdf/files/patch-aa Mon Apr 30 14:06:50 2001 @@ -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 -uNr /usr/ports/math/netcdf/pkg-plist netcdf/pkg-plist --- /usr/ports/math/netcdf/pkg-plist Fri Jun 16 09:48:14 2000 +++ netcdf/pkg-plist Mon Apr 30 14:33:16 2001 @@ -3,6 +3,7 @@ include/ncvalues.h include/netcdf.h include/netcdf.hh +include/netcdf.inc include/netcdfcpp.h lib/libnetcdf.a lib/libnetcdf.so >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14uK9j-00008o-00>