pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/web2c



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Jul 27 13:26:48 UTC 2019

Modified Files:
        pkgsrc/print/web2c: Makefile

Log Message:
web2c: Require ptexenc 1.3.7

Build fails with 1.3.4, as reported by Oskar.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/print/web2c/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/web2c/Makefile
diff -u pkgsrc/print/web2c/Makefile:1.87 pkgsrc/print/web2c/Makefile:1.88
--- pkgsrc/print/web2c/Makefile:1.87    Tue Jul 23 17:20:00 2019
+++ pkgsrc/print/web2c/Makefile Sat Jul 27 13:26:48 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2019/07/23 17:20:00 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2019/07/27 13:26:48 gdt Exp $
 
 PKGREVISION= 1
 .include "../../print/texlive/Makefile.common"
@@ -10,7 +10,7 @@ HOMEPAGE=     http://www.tug.org/web2c/
 COMMENT=       TeX implementation translating WEB to C
 
 DEPENDS+=      kpathsea>=6.2.1:../../print/kpathsea
-DEPENDS+=      ptexenc>=1.3.4:../../print/ptexenc
+DEPENDS+=      ptexenc>=1.3.7:../../print/ptexenc
 
 EXTRACT_ELEMENTS+=     ${DISTNAME}/texk/web2c
 



Home | Main Index | Thread Index | Old Index