From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 13 13:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6DD0A63 for ; Fri, 13 Dec 2013 13:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1B6917D2 for ; Fri, 13 Dec 2013 13:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBDDU0XD093680 for ; Fri, 13 Dec 2013 13:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBDDU0NE093679; Fri, 13 Dec 2013 13:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 13 Dec 2013 13:30:00 GMT Resent-Message-Id: <201312131330.rBDDU0NE093679@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johannes Jost Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 946DB8A1 for ; Fri, 13 Dec 2013 13:21:00 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57F8C1761 for ; Fri, 13 Dec 2013 13:20:59 +0000 (UTC) Received: from mx12.chaot.net (82.131.84.56.cable.starman.ee [82.131.84.56]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 1CA73456292 for ; Fri, 13 Dec 2013 14:20:52 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id b33eee0f; for ; Fri, 13 Dec 2013 15:20:50 +0200 (EET) Message-Id: <1914839106.enqueue@mx12.chaot.net> Date: Fri, 13 Dec 2013 15:20:50 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184746: [MAINTAINER-UPDATE] science/py-h5py: update to 2.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 13:30:00 -0000 >Number: 184746 >Category: ports >Synopsis: [MAINTAINER-UPDATE] science/py-h5py: update to 2.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 13 13:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Goldener Grund OUe >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #4: Wed Dec 11 13:21:24 EET 2013 >Description: - Update to 2.2.1 - Add EXAMPLES option Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-h5py-2.2.1.patch begins here --- diff -ruN /usr/ports/science/py-h5py/Makefile ./Makefile --- /usr/ports/science/py-h5py/Makefile 2013-11-13 23:28:29.000000000 +0200 +++ ./Makefile 2013-12-13 14:43:05.436458878 +0200 @@ -1,8 +1,8 @@ # Created by: TAOKA Fumiyoshi -# $FreeBSD: science/py-h5py/Makefile 333728 2013-11-13 21:28:29Z wg $ +# $FreeBSD: head/science/py-h5py/Makefile 333728 2013-11-13 21:28:29Z wg $ PORTNAME= h5py -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= science python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,8 +22,10 @@ PYDISTUTILS_AUTOPLIST= yes PORTDOCS= README.rst +PORTEXAMPLES= multiprocessing_example.py \ + threading_example.py -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ @@ -32,6 +34,8 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/examples/|} ${STAGEDIR}${EXAMPLESDIR} regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test diff -ruN /usr/ports/science/py-h5py/distinfo ./distinfo --- /usr/ports/science/py-h5py/distinfo 2013-11-13 23:28:29.000000000 +0200 +++ ./distinfo 2013-12-13 14:35:57.036123928 +0200 @@ -1,2 +1,2 @@ -SHA256 (h5py-2.2.0.tar.gz) = 021c63a57a5ae231e3d60333634d1ae0fd4adaede2f918d6a699d38246dbd8a2 -SIZE (h5py-2.2.0.tar.gz) = 975911 +SHA256 (h5py-2.2.1.tar.gz) = b4510cb74aef332847dc88e3df6910d7af68c709b3556fc960a687c56ba6a4cb +SIZE (h5py-2.2.1.tar.gz) = 978796 --- py27-h5py-2.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: