summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/lowdown/Makefile2
-rw-r--r--textproc/lowdown/distinfo6
-rw-r--r--textproc/lowdown/files/patch-configure15
3 files changed, 19 insertions, 4 deletions
diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile
index 6a8c9f3f07fb..179cc71c2f88 100644
--- a/textproc/lowdown/Makefile
+++ b/textproc/lowdown/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lowdown
-PORTVERSION= 0.7.5
+PORTVERSION= 0.7.6
CATEGORIES= textproc
MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/
diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo
index 2dc47e1f9878..d909306b7b4d 100644
--- a/textproc/lowdown/distinfo
+++ b/textproc/lowdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608108463
-SHA256 (lowdown-0.7.5.tar.gz) = 7ca5f791f04d49f78bc5af0bc8b1c3271ba40a4fc932ec6fb1c1bcb73dc4879f
-SIZE (lowdown-0.7.5.tar.gz) = 188326
+TIMESTAMP = 1609925951
+SHA256 (lowdown-0.7.6.tar.gz) = e24a9a4f77137a787db3be24dd19276b527aeb693920ad345ae52a892e6556fd
+SIZE (lowdown-0.7.6.tar.gz) = 190611
diff --git a/textproc/lowdown/files/patch-configure b/textproc/lowdown/files/patch-configure
new file mode 100644
index 000000000000..c61ead00a5f7
--- /dev/null
+++ b/textproc/lowdown/files/patch-configure
@@ -0,0 +1,15 @@
+--- configure.orig 2021-01-05 22:22:12 UTC
++++ configure
+@@ -56,12 +56,6 @@ echo "config.log: writing..."
+
+ MAKE_FLAGS=""
+
+-if [ -n "${MAKELEVEL}" ]; then
+- if [ "${MAKELEVEL}" -gt 0 ] ; then
+- MAKE_FLAGS="--no-print-directory"
+- fi
+-fi
+-
+ if [ -n "$MAKE_FLAGS" ]; then
+ echo "GNU submake detected: using --no-print-directory" 1>&2
+ echo "GNU submake detected: using --no-print-directory" 1>&3