Date: Sun, 20 May 2012 02:43:02 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: koziol@hdfgroup.org Subject: ports/168142: [PATCH] science/hdf5-18: update to 1.8.9 Message-ID: <3Vvw9f0t2YzBlT@sunpoet.net> Resent-Message-ID: <201205191850.q4JIo5U8096805@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168142 >Category: ports >Synopsis: [PATCH] science/hdf5-18: update to 1.8.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 19 18:50:05 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 9.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun May 6 00:46:29 CST >Description: - Update to 1.8.9 - Update MASTER_SITES - Restore missing newline at the end of patch file Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.9-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Port maintainer (koziol@hdfgroup.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: CVS) >How-To-Repeat: >Fix: --- hdf5-1.8.9.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/science/hdf5-18/Makefile,v retrieving revision 1.64 diff -u -u -r1.64 Makefile --- Makefile 13 Feb 2012 03:31:52 -0000 1.64 +++ Makefile 19 May 2012 18:42:54 -0000 @@ -6,9 +6,12 @@ # PORTNAME= hdf5 -PORTVERSION= 1.8.8 +PORTVERSION= 1.8.9 CATEGORIES= science archivers graphics -MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${PORTVERSION}/src/ +MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \ + ftp://ftp.hdfgroup.org/HDF5/current/src/ \ + http://www.hdfgroup.org/ftp/HDF5/releases/${PORTNAME}-${PORTVERSION}/src/ \ + ftp://ftp.hdfgroup.org/HDF5/releases/${PORTNAME}-${PORTVERSION}/src/ #DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1 MAINTAINER= koziol@hdfgroup.org Index: distinfo =================================================================== RCS file: /home/ncvs/ports/science/hdf5-18/distinfo,v retrieving revision 1.26 diff -u -u -r1.26 distinfo --- distinfo 13 Feb 2012 03:31:52 -0000 1.26 +++ distinfo 19 May 2012 18:42:54 -0000 @@ -1,2 +1,2 @@ -SHA256 (hdf5-1.8.8.tar.bz2) = b0ebb0b5478c6c0427631d4ad08f96e39f1b09fde615aa98d2a1b8fb7f6dced3 -SIZE (hdf5-1.8.8.tar.bz2) = 5827394 +SHA256 (hdf5-1.8.9.tar.bz2) = fafe54856b00f0d6531629f66e2c476ab6ee03458803088f270bbfc4a60966c7 +SIZE (hdf5-1.8.9.tar.bz2) = 6006715 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/science/hdf5-18/pkg-plist,v retrieving revision 1.30 diff -u -u -r1.30 pkg-plist --- pkg-plist 13 Feb 2012 03:31:52 -0000 1.30 +++ pkg-plist 19 May 2012 18:42:54 -0000 @@ -146,6 +146,7 @@ %%FORTRAN%%lib/libhdf5hl_fortran.la %%FORTRAN%%lib/libhdf5hl_fortran.so %%FORTRAN%%lib/libhdf5hl_fortran.so.7 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/chunks.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/compound.cpp %%PORTEXAMPLES%%%%EXAMPLESDIR%%/c++/create.cpp Index: files/patch-src-H5FDdirect.c =================================================================== RCS file: /home/ncvs/ports/science/hdf5-18/files/patch-src-H5FDdirect.c,v retrieving revision 1.2 diff -u -u -r1.2 patch-src-H5FDdirect.c --- files/patch-src-H5FDdirect.c 13 Feb 2012 03:31:53 -0000 1.2 +++ files/patch-src-H5FDdirect.c 19 May 2012 18:42:54 -0000 @@ -8,4 +8,4 @@ + #include "H5private.h" /* Generic Functions */ #include "H5Eprivate.h" /* Error handling */ - #include "H5Fprivate.h" /* File access */ \ No newline at end of file + #include "H5Fprivate.h" /* File access */ --- hdf5-1.8.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3Vvw9f0t2YzBlT>