aboutsummaryrefslogtreecommitdiff
path: root/textproc/lowdown
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-01-12 15:05:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-01-12 15:05:59 +0000
commit8855f42029f2109fe1ca9221d28215a74b9cc1fb (patch)
tree7df69c0f77d2587fda1c4dad706ba9cdaa5dd101 /textproc/lowdown
parentbe71a7f471cf3cb88fabee62bed81b0dd29154b8 (diff)
downloadports-8855f42029f2109fe1ca9221d28215a74b9cc1fb.tar.gz
ports-8855f42029f2109fe1ca9221d28215a74b9cc1fb.zip
Update to 0.7.9
Notes
Notes: svn path=/head/; revision=561343
Diffstat (limited to 'textproc/lowdown')
-rw-r--r--textproc/lowdown/Makefile2
-rw-r--r--textproc/lowdown/distinfo6
-rw-r--r--textproc/lowdown/files/patch-configure15
3 files changed, 4 insertions, 19 deletions
diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile
index 179cc71c2f88..8b4198b163ee 100644
--- a/textproc/lowdown/Makefile
+++ b/textproc/lowdown/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lowdown
-PORTVERSION= 0.7.6
+PORTVERSION= 0.7.9
CATEGORIES= textproc
MASTER_SITES= https://kristaps.bsd.lv/lowdown/snapshots/
diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo
index d909306b7b4d..d88a98783284 100644
--- a/textproc/lowdown/distinfo
+++ b/textproc/lowdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609925951
-SHA256 (lowdown-0.7.6.tar.gz) = e24a9a4f77137a787db3be24dd19276b527aeb693920ad345ae52a892e6556fd
-SIZE (lowdown-0.7.6.tar.gz) = 190611
+TIMESTAMP = 1610463641
+SHA256 (lowdown-0.7.9.tar.gz) = a7c0cbb7d878005a8c8951b0dc960612bdf715a81881a6dc18b2ce62319a7340
+SIZE (lowdown-0.7.9.tar.gz) = 190887
diff --git a/textproc/lowdown/files/patch-configure b/textproc/lowdown/files/patch-configure
deleted file mode 100644
index c61ead00a5f7..000000000000
--- a/textproc/lowdown/files/patch-configure
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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