- 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)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->swills I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!