Date: Sun, 10 Feb 2019 21:59:58 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492653 - in head/www/newsboat: . files Message-ID: <201902102159.x1ALxwcM073985@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Feb 10 21:59:58 2019 New Revision: 492653 URL: https://svnweb.freebsd.org/changeset/ports/492653 Log: www/newsboat: Update to 2.14.1 Changes: https://github.com/newsboat/newsboat/blob/r2.14.1/CHANGELOG.md PR: 235651 Submitted by: tobik Approved by: mt@markoturk.info (maintainer) Deleted: head/www/newsboat/files/patch-include_queuemanager.h Modified: head/www/newsboat/Makefile head/www/newsboat/distinfo Modified: head/www/newsboat/Makefile ============================================================================== --- head/www/newsboat/Makefile Sun Feb 10 21:54:49 2019 (r492652) +++ head/www/newsboat/Makefile Sun Feb 10 21:59:58 2019 (r492653) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= newsboat -PORTVERSION= 2.14 -PORTREVISION= 1 +PORTVERSION= 2.14.1 CATEGORIES= www MASTER_SITES= https://newsboat.org/releases/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -93,6 +92,7 @@ CARGO_CRATES= aho-corasick-0.6.9 \ ucd-util-0.1.3 \ unicode-bidi-0.3.4 \ unicode-normalization-0.1.7 \ + unicode-width-0.1.5 \ unicode-xid-0.1.0 \ unreachable-1.0.0 \ url-1.7.2 \ Modified: head/www/newsboat/distinfo ============================================================================== --- head/www/newsboat/distinfo Sun Feb 10 21:54:49 2019 (r492652) +++ head/www/newsboat/distinfo Sun Feb 10 21:59:58 2019 (r492653) @@ -1,6 +1,6 @@ -TIMESTAMP = 1546100326 -SHA256 (newsboat-2.14.tar.xz) = 67bcbaac3ebed5cea07aee502803364a01e7b45a022c886932cc18d5b9e56d8d -SIZE (newsboat-2.14.tar.xz) = 496256 +TIMESTAMP = 1549831369 +SHA256 (newsboat-2.14.1.tar.xz) = 4bd0d3b1901a3fc7e0ef73b800587c28181a57b175c36b547dbd84636330df66 +SIZE (newsboat-2.14.1.tar.xz) = 500096 SHA256 (rust/crates/aho-corasick-0.6.9.tar.gz) = 1e9a933f4e58658d7b12defcf96dc5c720f20832deebe3e0a19efd3b6aaeeb9e SIZE (rust/crates/aho-corasick-0.6.9.tar.gz) = 25979 SHA256 (rust/crates/argon2rs-0.2.5.tar.gz) = 3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392 @@ -127,6 +127,8 @@ SHA256 (rust/crates/unicode-bidi-0.3.4.tar.gz) = 49f2b SIZE (rust/crates/unicode-bidi-0.3.4.tar.gz) = 32228 SHA256 (rust/crates/unicode-normalization-0.1.7.tar.gz) = 6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25 SIZE (rust/crates/unicode-normalization-0.1.7.tar.gz) = 330545 +SHA256 (rust/crates/unicode-width-0.1.5.tar.gz) = 882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526 +SIZE (rust/crates/unicode-width-0.1.5.tar.gz) = 15761 SHA256 (rust/crates/unicode-xid-0.1.0.tar.gz) = fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc SIZE (rust/crates/unicode-xid-0.1.0.tar.gz) = 16000 SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902102159.x1ALxwcM073985>