From owner-svn-ports-all@freebsd.org Thu Sep 28 11:08:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74CF2E2F971; Thu, 28 Sep 2017 11:08:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4E75F7F66B; Thu, 28 Sep 2017 11:08:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SB8pbQ005929; Thu, 28 Sep 2017 11:08:51 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SB8pGH005924; Thu, 28 Sep 2017 11:08:51 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201709281108.v8SB8pGH005924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 28 Sep 2017 11:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450846 - in head/textproc/lowdown: . files X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: in head/textproc/lowdown: . files X-SVN-Commit-Revision: 450846 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2017 11:08:52 -0000 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 + #if HAVE_CAPSICUM + # include +-# include ++# include + #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 ++#include + + 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