svn commit: r453232 - in head/textproc/lowdown: . files
Baptiste Daroussin
bapt at FreeBSD.org
Tue Oct 31 12:27:07 UTC 2017
Author: bapt
Date: Tue Oct 31 12:27:05 2017
New Revision: 453232
URL: https://svnweb.freebsd.org/changeset/ports/453232
Log:
Update to 0.3.1
Added:
head/textproc/lowdown/files/patch-tests.c (contents, props changed)
Deleted:
head/textproc/lowdown/files/patch-test-capsicum.c
Modified:
head/textproc/lowdown/Makefile
head/textproc/lowdown/distinfo
head/textproc/lowdown/files/patch-main.c
head/textproc/lowdown/pkg-plist
Modified: head/textproc/lowdown/Makefile
==============================================================================
--- head/textproc/lowdown/Makefile Tue Oct 31 12:07:45 2017 (r453231)
+++ head/textproc/lowdown/Makefile Tue Oct 31 12:27:05 2017 (r453232)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= lowdown
-PORTVERSION= 0.2.7
+PORTVERSION= 0.3.1
CATEGORIES= textproc
MASTER_SITES= http://kristaps.bsd.lv/lowdown/snapshots/
Modified: head/textproc/lowdown/distinfo
==============================================================================
--- head/textproc/lowdown/distinfo Tue Oct 31 12:07:45 2017 (r453231)
+++ head/textproc/lowdown/distinfo Tue Oct 31 12:27:05 2017 (r453232)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506931108
-SHA256 (lowdown-0.2.7.tar.gz) = c96c105c231484843a8d38e8b7deb248ef7736810953b9289f613fef9d777de1
-SIZE (lowdown-0.2.7.tar.gz) = 72312
+TIMESTAMP = 1509451683
+SHA256 (lowdown-0.3.1.tar.gz) = 9e3796c7f819a3d28a8e304eac60da62e98fa996cae4131da971d8deaea44766
+SIZE (lowdown-0.3.1.tar.gz) = 87414
Modified: head/textproc/lowdown/files/patch-main.c
==============================================================================
--- head/textproc/lowdown/files/patch-main.c Tue Oct 31 12:07:45 2017 (r453231)
+++ head/textproc/lowdown/files/patch-main.c Tue Oct 31 12:27:05 2017 (r453232)
@@ -1,4 +1,4 @@
---- main.c.orig 2017-09-27 19:42:51 UTC
+--- main.c.orig 2017-10-26 09:00:30 UTC
+++ main.c
@@ -20,7 +20,7 @@
#include <sys/param.h>
Added: head/textproc/lowdown/files/patch-tests.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/lowdown/files/patch-tests.c Tue Oct 31 12:27:05 2017 (r453232)
@@ -0,0 +1,11 @@
+--- tests.c.orig 2017-10-26 09:00:30 UTC
++++ tests.c
+@@ -17,7 +17,7 @@ main(void)
+ }
+ #endif /* TEST_ARC4RANDOM */
+ #if TEST_CAPSICUM
+-#include <sys/capability.h>
++#include <sys/capsicum.h>
+
+ int
+ main(void)
Modified: head/textproc/lowdown/pkg-plist
==============================================================================
--- head/textproc/lowdown/pkg-plist Tue Oct 31 12:07:45 2017 (r453231)
+++ head/textproc/lowdown/pkg-plist Tue Oct 31 12:27:05 2017 (r453232)
@@ -1,4 +1,5 @@
bin/lowdown
+bin/lowdown-diff
include/lowdown.h
lib/liblowdown.a
man/man1/lowdown.1.gz
More information about the svn-ports-head
mailing list