Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2017 11:08:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450846 - in head/textproc/lowdown: . files
Message-ID:  <201709281108.v8SB8pGH005924@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 28 11:08:50 2017
New Revision: 450846
URL: https://svnweb.freebsd.org/changeset/ports/450846

Log:
  Update to 0.2.5

Added:
  head/textproc/lowdown/files/
  head/textproc/lowdown/files/patch-main.c   (contents, props changed)
  head/textproc/lowdown/files/patch-test-capsicum.c   (contents, props changed)
  head/textproc/lowdown/pkg-plist   (contents, props changed)
Modified:
  head/textproc/lowdown/Makefile
  head/textproc/lowdown/distinfo

Modified: head/textproc/lowdown/Makefile
==============================================================================
--- head/textproc/lowdown/Makefile	Thu Sep 28 11:04:16 2017	(r450845)
+++ head/textproc/lowdown/Makefile	Thu Sep 28 11:08:50 2017	(r450846)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	lowdown
-PORTVERSION=	0.2.4
+PORTVERSION=	0.2.5
 CATEGORIES=	textproc
 MASTER_SITES=	http://kristaps.bsd.lv/lowdown/snapshots/
 

Modified: head/textproc/lowdown/distinfo
==============================================================================
--- head/textproc/lowdown/distinfo	Thu Sep 28 11:04:16 2017	(r450845)
+++ head/textproc/lowdown/distinfo	Thu Sep 28 11:08:50 2017	(r450846)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505304326
-SHA256 (lowdown-0.2.4.tar.gz) = 4cc6ea072244fbad7b44faa3e028f336f3f6e9422fa9acc263d2c2c250e43a88
-SIZE (lowdown-0.2.4.tar.gz) = 64693
+TIMESTAMP = 1506596641
+SHA256 (lowdown-0.2.5.tar.gz) = 173febbb750e8944972c3e7b67d86c9b4d5b69d63362f30835db279aa72a4518
+SIZE (lowdown-0.2.5.tar.gz) = 67223

Added: head/textproc/lowdown/files/patch-main.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/lowdown/files/patch-main.c	Thu Sep 28 11:08:50 2017	(r450846)
@@ -0,0 +1,11 @@
+--- main.c.orig	2017-09-27 19:42:51 UTC
++++ main.c
+@@ -20,7 +20,7 @@
+ #include <sys/param.h>
+ #if HAVE_CAPSICUM
+ # include <sys/resource.h>
+-# include <sys/capability.h>
++# include <sys/capsicum.h>
+ #endif
+ 
+ #if HAVE_ERR

Added: head/textproc/lowdown/files/patch-test-capsicum.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/lowdown/files/patch-test-capsicum.c	Thu Sep 28 11:08:50 2017	(r450846)
@@ -0,0 +1,8 @@
+--- test-capsicum.c.orig	2017-09-27 19:42:51 UTC
++++ test-capsicum.c
+@@ -1,4 +1,4 @@
+-#include <sys/capability.h>
++#include <sys/capsicum.h>
+ 
+ int
+ main(void)

Added: head/textproc/lowdown/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/lowdown/pkg-plist	Thu Sep 28 11:08:50 2017	(r450846)
@@ -0,0 +1,20 @@
+bin/lowdown
+include/lowdown.h
+lib/liblowdown.a
+man/man1/lowdown.1.gz
+man/man3/lowdown.3.gz
+man/man3/lowdown_buf.3.gz
+man/man3/lowdown_doc_free.3.gz
+man/man3/lowdown_doc_new.3.gz
+man/man3/lowdown_doc_parse.3.gz
+man/man3/lowdown_errstr.3.gz
+man/man3/lowdown_file.3.gz
+man/man3/lowdown_html_free.3.gz
+man/man3/lowdown_html_new.3.gz
+man/man3/lowdown_html_rndr.3.gz
+man/man3/lowdown_nroff_free.3.gz
+man/man3/lowdown_nroff_new.3.gz
+man/man3/lowdown_nroff_rndr.3.gz
+man/man3/lowdown_tree_free.3.gz
+man/man3/lowdown_tree_new.3.gz
+man/man3/lowdown_tree_rndr.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709281108.v8SB8pGH005924>