No version updates or new ports will be committed at this point without truly exceptional circumstances. Then ports will lock, when there will be no commits to ports at all. Then watch for an announcement saying that ports is unlocked later on...
On 2009/06/27 14:06, Andreas Bihlmaier wrote: > Hello, > > here is a trivial update to print/latex-mk. > > If you have no regressions either please commit. > > Regards, > ahb > > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/print/latex-mk/Makefile,v > retrieving revision 1.3 > diff -u -u -r1.3 Makefile > --- Makefile 1 Oct 2007 11:42:30 -0000 1.3 > +++ Makefile 27 Jun 2009 12:03:21 -0000 > @@ -2,7 +2,7 @@ > > COMMENT= set of Makefile fragments to manage LaTeX documents > > -DISTNAME= latex-mk-1.8 > +DISTNAME= latex-mk-1.9.1 > CATEGORIES= print > HOMEPAGE= http://latex-mk.sourceforge.net/ > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/print/latex-mk/distinfo,v > retrieving revision 1.2 > diff -u -u -r1.2 distinfo > --- distinfo 5 Apr 2007 16:20:19 -0000 1.2 > +++ distinfo 27 Jun 2009 12:03:21 -0000 > @@ -1,5 +1,5 @@ > -MD5 (latex-mk-1.8.tar.gz) = fqCaGoJz4/DwJsuU8U0iMQ== > -RMD160 (latex-mk-1.8.tar.gz) = OwHSDtKsSNgONvS0rfhCZb/TfZg= > -SHA1 (latex-mk-1.8.tar.gz) = QCJlzZ2KtY0ZQUaZDnD4yCmb5rk= > -SHA256 (latex-mk-1.8.tar.gz) = UZlSUI9QWdZ2qwZ0tFid1C+wIAReT/V01eoVmeJNNvU= > -SIZE (latex-mk-1.8.tar.gz) = 560753 > +MD5 (latex-mk-1.9.1.tar.gz) = GKvojOVypSXAXSSaJ3ScwQ== > +RMD160 (latex-mk-1.9.1.tar.gz) = VjanpBJhAFq26fOFiQ0+FfmE430= > +SHA1 (latex-mk-1.9.1.tar.gz) = yOZ9EGPaVVe2wltVM3isKbc0chk= > +SHA256 (latex-mk-1.9.1.tar.gz) = pmzHAjxFYxo8MJkeTjlKILrFXlIoq9iGaQY882W39ao= > +SIZE (latex-mk-1.9.1.tar.gz) = 579556 > Index: patches/patch-latex_mk_in_in > =================================================================== > RCS file: patches/patch-latex_mk_in_in > diff -N patches/patch-latex_mk_in_in > --- patches/patch-latex_mk_in_in 31 Jan 2007 22:38:03 -0000 1.1.1.1 > +++ /dev/null 1 Jan 1970 00:00:00 -0000 > @@ -1,58 +0,0 @@ > -$OpenBSD: patch-latex_mk_in_in,v 1.1.1.1 2007/01/31 22:38:03 steven Exp $ > - > -adds DVIPS_ENV functionality. > - > ---- latex.mk.in.in.orig Tue Jan 30 21:38:37 2007 > -+++ latex.mk.in.in Tue Jan 30 21:42:32 2007 > -@@ -60,6 +60,7 @@ > - # DVIPDFM_ENV = environment variables set when running the dvipdfm > executable > - # DVIPDFM_FLAGS= flags passed to the dvipdfm executable > - # DVIPS = the dvips executable > -+# DVIPS_ENV = environment variables set when running the dvips > executable > - # DVIPS_FLAGS = flags passed to the dvips executable > - # GZIP = gzip program > - # GV = a postscript previewer executable > -@@ -145,6 +146,7 @@ DVIPDFM_ENV?= > - DVIPDFM_FLAGS+= > - DVIPDFM_LANDSCAPE_FLAGS?= -l > - DVIPS?= @DVIPS@ > -+DVIPS_ENV?= > - DVIPS_FLAGS+= -j0 > - DVIPS_LANDSCAPE_FLAGS?= -t landscape > - ECHO?= @ECHO@ > -@@ -473,7 +475,7 @@ BMK:DEFAULTVIEWPS_DRAFT?= viewps_${__tmp > - BMK:ALLVIEWPS_DRAFT+= viewps_${__tmp__}-draft > - BMK:${__tmp__}-draft.ps: ${__tmp__}.dvi ${DATED_DRAFT_PS} > - BMK: sed "s;DATE;`date`;g" ${DATED_DRAFT_PS:Q} > ${DRAFT_STAMP_PS:Q} > --BMK: ${DVIPS:Q} -h ${DRAFT_STAMP_PS:Q} ${DVIPS_FLAGS} -o $@ > ${__tmp__}.dvi > -+BMK: ${ENV_PROG:Q} ${DVIPS_ENV} ${DVIPS:Q} -h ${DRAFT_STAMP_PS:Q} > ${DVIPS_FLAGS} -o $@ ${__tmp__}.dvi > - BMK:.endfor > - > - GMK:define viewps_template > -@@ -489,7 +491,7 @@ GMK:DEFAULTVIEWPS_DRAFT?= viewps_$(1)-dr > - GMK:ALLVIEWPS_DRAFT+= viewps_$(1)-draft > - GMK:$(1)-draft.ps: $(1).dvi ${DATED_DRAFT_PS} > - GMK: sed "s;DATE;`date`;g" ${DATED_DRAFT_PS} > ${DRAFT_STAMP_PS} > --GMK: $(DVIPS) -h ${DRAFT_STAMP_PS} $(DVIPS_FLAGS) -o $@ $(1).dvi > -+GMK: $(ENV_PROG) $(DVIPS_ENV) $(DVIPS) -h ${DRAFT_STAMP_PS} > $(DVIPS_FLAGS) -o $@ $(1).dvi > - GMK:endef > - GMK:$(foreach __tmp__,$(NAME),$(eval $(call viewps_template,$(__tmp__)))) > - > -@@ -960,13 +962,13 @@ GMK:endif > - BMK:.if defined(__DRAFT) > - GMK:ifdef __DRAFT > - GMK: sed "s;DATE;`date`;g" ${DATED_DRAFT_PS} > ${DRAFT_STAMP_PS} > --GMK $(DVIPS) -h ${DRAFT_STAMP_PS} $(DVIPS_FLAGS) -o $*-draft.ps $< > -+GMK: $(ENV_PROG) $(DVIPS_ENV) $(DVIPS) -h ${DRAFT_STAMP_PS} > $(DVIPS_FLAGS) -o $*-draft.ps $< > - BMK: sed "s;DATE;`date`;g" ${DATED_DRAFT_PS:Q} > ${DRAFT_STAMP_PS:Q} > --BMK: ${DVIPS:Q} -h ${DRAFT_STAMP_PS:Q} ${DVIPS_FLAGS} -o $*-draft.ps > $< > -+BMK: ${ENV_PROG:Q} ${DVIPS_ENV} ${DVIPS:Q} -h ${DRAFT_STAMP_PS:Q} > ${DVIPS_FLAGS} -o $*-draft.ps $< > - BMK:.else > --BMK: ${DVIPS:Q} ${DVIPS_FLAGS} -o $@ $< > -+BMK: ${ENV_PROG:Q} ${DVIPS_ENV} ${DVIPS:Q} ${DVIPS_FLAGS} -o $@ $< > - GMK:else > --GMK: $(DVIPS) $(DVIPS_FLAGS) -o $@ $< > -+GMK: $(ENV_PROG) $(DVIPS_ENV) $(DVIPS) $(DVIPS_FLAGS) -o $@ $< > - BMK:.endif > - GMK:endif > - > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/print/latex-mk/pkg/PLIST,v > retrieving revision 1.1.1.1 > diff -u -u -r1.1.1.1 PLIST > --- pkg/PLIST 31 Jan 2007 22:38:03 -0000 1.1.1.1 > +++ pkg/PLIST 27 Jun 2009 12:03:21 -0000 > @@ -26,6 +26,8 @@ > share/latex-mk/latex.subdir.mk > share/latex-mk/lgrind.gmk > share/latex-mk/lgrind.mk > +share/latex-mk/mpost.gmk > +share/latex-mk/mpost.mk > share/latex-mk/tgif.gmk > share/latex-mk/tgif.mk > share/latex-mk/xfig.gmk >
