Bug 187416 - [PATCH] science/py-netCDF4: new LIB_DEPENDS format
Summary: [PATCH] science/py-netCDF4: new LIB_DEPENDS format
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 12:30 UTC by Johannes Meixner
Modified: 2014-03-24 02:50 UTC (History)
0 users

See Also:


Attachments
py-netCDF4-1.0.5.patch (622 bytes, patch)
2014-03-10 12:30 UTC, Johannes Meixner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2014-03-10 12:30:02 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-10 12:30:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2014-03-23 19:46:28 UTC
Responsible Changed
From-To: freebsd-python->swills

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-24 02:45:05 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"
Comment 4 Steve Wills freebsd_committer freebsd_triage 2014-03-24 02:45:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!