aboutsummaryrefslogtreecommitdiff
path: root/textproc/lowdown
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-01-20 23:29:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-01-20 23:29:20 +0000
commitb195bb4dc5cfdc819fe6a51643d8d0071104a1b3 (patch)
treedc47908d34c334745e617890aa2c8e8fcbe42f82 /textproc/lowdown
parent77bf7e24e65ffc70d88bdc72bcfb459ec629c3e8 (diff)
downloadports-b195bb4dc5cfdc819fe6a51643d8d0071104a1b3.tar.gz
ports-b195bb4dc5cfdc819fe6a51643d8d0071104a1b3.zip
Update to 0.1.4
Notes
Notes: svn path=/head/; revision=432004
Diffstat (limited to 'textproc/lowdown')
-rw-r--r--textproc/lowdown/Makefile2
-rw-r--r--textproc/lowdown/distinfo6
-rw-r--r--textproc/lowdown/files/patch-library.c10
-rw-r--r--textproc/lowdown/files/patch-log.c10
4 files changed, 4 insertions, 24 deletions
diff --git a/textproc/lowdown/Makefile b/textproc/lowdown/Makefile
index c0fa66a9a449..7e315cead386 100644
--- a/textproc/lowdown/Makefile
+++ b/textproc/lowdown/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lowdown
-PORTVERSION= 0.1.3
+PORTVERSION= 0.1.4
CATEGORIES= textproc
MASTER_SITES= http://kristaps.bsd.lv/lowdown/snapshots/
diff --git a/textproc/lowdown/distinfo b/textproc/lowdown/distinfo
index fa5249500a84..e0f0f7e2f966 100644
--- a/textproc/lowdown/distinfo
+++ b/textproc/lowdown/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484918286
-SHA256 (lowdown-0.1.3.tar.gz) = f72778b1fde0c1817f7283660faac16e445826eb3be3def622473285096703f5
-SIZE (lowdown-0.1.3.tar.gz) = 44173
+TIMESTAMP = 1484954833
+SHA256 (lowdown-0.1.4.tar.gz) = 21755c613f5408a30e14589b3cf07cc9b066fd217084c91cb7b5082714e96cd1
+SIZE (lowdown-0.1.4.tar.gz) = 44181
diff --git a/textproc/lowdown/files/patch-library.c b/textproc/lowdown/files/patch-library.c
deleted file mode 100644
index 3719c640b5b5..000000000000
--- a/textproc/lowdown/files/patch-library.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- library.c.orig 2017-01-19 23:17:59 UTC
-+++ library.c
-@@ -16,6 +16,7 @@
- */
- #include <err.h>
- #include <stdio.h>
-+#include <stdint.h>
- #include <stdlib.h>
- #include <string.h>
-
diff --git a/textproc/lowdown/files/patch-log.c b/textproc/lowdown/files/patch-log.c
deleted file mode 100644
index a9cb585869b4..000000000000
--- a/textproc/lowdown/files/patch-log.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- log.c.orig 2017-01-19 23:17:59 UTC
-+++ log.c
-@@ -17,6 +17,7 @@
- #include <stdarg.h>
- #include <stdlib.h>
- #include <stdio.h>
-+#include <stdint.h>
- #include <string.h>
-
- #include "lowdown.h"