From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 10 12:30:02 2014 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 9916DAD3 for ; Mon, 10 Mar 2014 12:30:02 +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 7620520B for ; Mon, 10 Mar 2014 12:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2ACU28b071327 for ; Mon, 10 Mar 2014 12:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2ACU2tb071326; Mon, 10 Mar 2014 12:30:02 GMT (envelope-from gnats) Resent-Date: Mon, 10 Mar 2014 12:30:02 GMT Resent-Message-Id: <201403101230.s2ACU2tb071326@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 [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 C94D6A7E for ; Mon, 10 Mar 2014 12:27:01 +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 8D9421E0 for ; Mon, 10 Mar 2014 12:27:01 +0000 (UTC) Received: from mx12.chaot.net (85.253.101.219.cable.starman.ee [85.253.101.219]) by dd16522.kasserver.com (Postfix) with ESMTPSA id DED21456027 for ; Mon, 10 Mar 2014 13:26:59 +0100 (CET) Received: from localhost (1003@localhost [local]); by localhost (OpenSMTPD) with ESMTPA id 687030be; for ; Mon, 10 Mar 2014 14:26:59 +0200 (EET) Message-Id: <6182713105100532498.enqueue@mx12.chaot.net> Date: Mon, 10 Mar 2014 14:26:59 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187416: [PATCH] science/py-netCDF4: new LIB_DEPENDS format 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: Mon, 10 Mar 2014 12:30:02 -0000 >Number: 187416 >Category: ports >Synopsis: [PATCH] science/py-netCDF4: new LIB_DEPENDS format >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 10 12:30:02 UTC 2014 >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 #0: Sun Mar 9 17:01:41 EET >Description: - explicitly change LIB_DEPENDS to new format; required for ports/187377 compatibility portlint: looks fine port test: ok testport: ok redports: https://redports.org/buildarchive/20140310121414-54965/ Generated with FreeBSD Port Tools 1.00.2014.03.09 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-netCDF4-1.0.5.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 347748) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= netCDF4 PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science python MASTER_SITES= GOOGLE_CODE PROJECTHOST= netcdf4-python @@ -15,8 +15,8 @@ LICENSE= MIT BUILD_DEPENDS= ${PYNUMPY} -LIB_DEPENDS= hdf5:${PORTSDIR}/science/hdf5-18 \ - netcdf:${PORTSDIR}/science/netcdf4 +LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5-18 \ + libnetcdf.so:${PORTSDIR}/science/netcdf4 RUN_DEPENDS= ${PYNUMPY} OPTIONS_DEFINE= DOCS EXAMPLES --- py-netCDF4-1.0.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: