From xmj@chaot.net  Mon Mar 10 12:27:01 2014
Return-Path: <xmj@chaot.net>
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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 Mar 2014 13:26:59 +0100 (CET)
Received: from localhost (1003@localhost [local]);
	by localhost (OpenSMTPD) with ESMTPA id 687030be;
	for <FreeBSD-gnats-submit@freebsd.org>;
	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 <xmj@chaot.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] science/py-netCDF4: new LIB_DEPENDS format
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         187416
>Category:       ports
>Synopsis:       [PATCH] science/py-netCDF4: new LIB_DEPENDS format
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    swills
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 10 12:30:02 UTC 2014
>Closed-Date:    Mon Mar 24 02:45:47 UTC 2014
>Last-Modified:  Mon Mar 24 02:50:00 UTC 2014
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Mar 10 12:30:20 UTC 2014 
Responsible-Changed-Why:  
freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187416 
Responsible-Changed-From-To: freebsd-python->swills 
Responsible-Changed-By: swills 
Responsible-Changed-When: Sun Mar 23 19:46:28 UTC 2014 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187416 
State-Changed-From-To: open->closed 
State-Changed-By: swills 
State-Changed-When: Mon Mar 24 02:45:46 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187416 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/187416: commit references a PR
Date: Mon, 24 Mar 2014 02:45:05 +0000 (UTC)

 Author: swills
 Date: Mon Mar 24 02:45:01 2014
 New Revision: 348918
 URL: http://svnweb.freebsd.org/changeset/ports/348918
 QAT: https://qat.redports.org/buildarchive/r348918/
 
 Log:
   - Use new LIB_DEPENDS
   
   PR:		ports/187416
   Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
 
 Modified:
   head/science/py-netCDF4/Makefile
 
 Modified: head/science/py-netCDF4/Makefile
 ==============================================================================
 --- head/science/py-netCDF4/Makefile	Mon Mar 24 01:09:24 2014	(r348917)
 +++ head/science/py-netCDF4/Makefile	Mon Mar 24 02:45:01 2014	(r348918)
 @@ -15,8 +15,8 @@ COMMENT=	Python Interface to the NetCDF 
  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
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
