In preparation to deprecate shells/bash2 those dependencies should be changed. Fix: Change BUILD_DEPENDS shells/bash2 -> shells/bash. WBR -- bsam--i9fpAx8H0AUSCy03brtRqTGb81TtD3DVEzc8cR64eqNrUkYt Content-Type: text/plain; name="2dhf.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="2dhf.diff" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/science/2dhf/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 12 Jan 2007 06:05:32 -0000 1.14 +++ Makefile 31 Jan 2007 20:30:27 -0000 @@ -16,7 +16,7 @@ MAINTAINER= maho@FreeBSD.org COMMENT= A Numerical Hartree-Fock Program for Diatomic Molecules -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash2 +BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash .if defined(WITH_INTEL) BUILD_DEPENDS+= ${LOCALBASE}/intel_fc_80/bin/ifort:${PORTSDIR}/lang/ifc BUILD_DEPENDS+= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc
Responsible Changed From-To: freebsd-ports-bugs->maho Over to maintainer
maho 2007-02-01 00:47:07 UTC FreeBSD ports repository Modified files: science/2dhf Makefile Log: To deprecate shells/bash2, dependency has been changed to bash. PR: 108633 Submitted by: bsam Revision Changes Path 1.15 +1 -1 ports/science/2dhf/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks!