devel/lhs2TeX from the 1.14 version to the 1.15 version
Responsible Changed From-To: freebsd-ports-bugs->haskell Over to maintainer (via the GNATS Auto Assign Tool)
Hi all, I'd like to underline that I chose to fix only the BUILD_DEPENDS and not the RUN_DEPENDS of devel/lhs2Tex on mktexlsr:${PORTSDIR}/print/teTeX-base, so avoiding a long list of dependencies; but the installation of the package lhs2Tex-1.15.tbz will chat about the absence of mktexlsr :-(. If you don't want this last warning you have to add the line: RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base Jacula
pgj 2010-01-08 10:32:08 UTC FreeBSD ports repository Modified files: devel/lhs2TeX Makefile distinfo devel/lhs2TeX/files patch-configure Removed files: devel/lhs2TeX/files patch-FileNameUtils.lhs Log: - Update to 1.15 - Add print/teTeX-base as a run-time dependency PR: ports/142139 Submitted by: Jacula Modyun <jacula(at)gmail.com> Revision Changes Path 1.11 +3 -2 ports/devel/lhs2TeX/Makefile 1.4 +3 -3 ports/devel/lhs2TeX/distinfo 1.2 +0 -40 ports/devel/lhs2TeX/files/patch-FileNameUtils.lhs (dead) 1.3 +21 -21 ports/devel/lhs2TeX/files/patch-configure _______________________________________________ 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 The patch has been committed with very minor nits. I have chosen to add the RUN_DEPENDS line to the Makefile. Thanks!