Bug 142139 - [patch]: update of devel/lhs2TeX from the 1.14 version to the 1.15 version
Summary: [patch]: update of devel/lhs2TeX from the 1.14 version to the 1.15 version
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: freebsd-haskell (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-29 17:20 UTC by Jacula Modyun
Modified: 2010-01-08 10:44 UTC (History)
0 users

See Also:


Attachments
patch-lhs2TeX (6.60 KB, text/plain)
2009-12-29 17:20 UTC, Jacula Modyun
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jacula Modyun 2009-12-29 17:20:01 UTC
devel/lhs2TeX from the 1.14 version to the 1.15 version
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-29 17:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->haskell

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jacula Modyun 2009-12-29 17:49:33 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-01-08 10:32:17 UTC
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"
Comment 4 Gabor Pali freebsd_committer freebsd_triage 2010-01-08 10:43:29 UTC
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!