diff --git a/graphics/dpic/Makefile b/graphics/dpic/Makefile index a2f3c44046f..90b39f2ab38 100644 --- a/graphics/dpic/Makefile +++ b/graphics/dpic/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.8 2019/10/17 20:44:24 fcambus Exp $ +# $OpenBSD: Makefile,v 1.9 2020/04/01 15:42:40 fcambus Exp $ COMMENT = pic-like interpreter for producing line graphics -DISTNAME = dpic-2019.08.30 +DISTNAME = dpic-2020.03.01 CATEGORIES = graphics @@ -15,8 +15,7 @@ WANTLIB += c m ALL_TARGET = dpic -MASTER_SITES = ${HOMEPAGE} - +MASTER_SITES = https://ece.uwaterloo.ca/~aplevich/dpic/ TEST_DEPENDS = print/texlive/base \ print/texlive/texmf,-main diff --git a/graphics/dpic/distinfo b/graphics/dpic/distinfo index 5e7f0114743..b46727c93dd 100644 --- a/graphics/dpic/distinfo +++ b/graphics/dpic/distinfo @@ -1,2 +1,2 @@ -SHA256 (dpic-2019.08.30.tar.gz) = gkf0eZyjr79Dhw2vYXqjyq6uIhuAnvo8h8fwe9koNRU= -SIZE (dpic-2019.08.30.tar.gz) = 877767 +SHA256 (dpic-2020.03.01.tar.gz) = shoEFOEl8/fNxfdnDRuT2X5Q3njFfgacz75xlCpaQfE= +SIZE (dpic-2020.03.01.tar.gz) = 890473 diff --git a/graphics/dpic/patches/patch-pdf_c b/graphics/dpic/patches/patch-pdf_c index 67794e148fe..cd5ee8d959a 100644 --- a/graphics/dpic/patches/patch-pdf_c +++ b/graphics/dpic/patches/patch-pdf_c @@ -1,4 +1,4 @@ -$OpenBSD: patch-pdf_c,v 1.1 2019/10/17 20:44:24 fcambus Exp $ +$OpenBSD: patch-pdf_c,v 1.2 2020/04/01 15:42:40 fcambus Exp $ Index: pdf.c --- pdf.c.orig @@ -25,7 +25,7 @@ Index: pdf.c pdfstream (STR1, 1, &cx); } waswhite = iswhite; -@@ -853,7 +853,7 @@ pdfdraw (primitive * node) { +@@ -850,7 +850,7 @@ pdfdraw (primitive * node) { pdfwpos (node->Upr.Uline.endpos); pdfstream (" l", 2, &cx); if (node->son != NULL) { @@ -34,7 +34,7 @@ Index: pdf.c pdfstream (STR1, 1, &cx); } else { pdfwln (" S", 2, &cx); -@@ -932,7 +932,7 @@ pdfdraw (primitive * node) { +@@ -929,7 +929,7 @@ pdfdraw (primitive * node) { case XLaTeX: if (node->textp != NULL) { pdfwstring (node->textp);