Bug 231866 - [PATCH] www/newsboat: upgrade to 2.13
Summary: [PATCH] www/newsboat: upgrade to 2.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Tobias Kortkamp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-01 19:15 UTC by Marko Turk
Modified: 2018-10-02 06:58 UTC (History)
0 users

See Also:


Attachments
patch (4.25 KB, patch)
2018-10-01 19:15 UTC, Marko Turk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marko Turk 2018-10-01 19:15:23 UTC
Created attachment 197694 [details]
patch

Hi,

this patch upgrades newsboat to a newer release, changes:
https://github.com/newsboat/newsboat/blob/master/CHANGELOG.md#213---2018-09-22

One old patch is no longer necessary:
svn rm files/patch-json-libc++7

BR/Marko
Comment 1 Nathan 2018-10-01 21:48:03 UTC
Comment on attachment 197694 [details]
patch

 USES=		compiler:c++11-lib gettext gmake iconv:translit ncurses \
-		pkgconfig sqlite shebangfix ssl
+		pkgconfig sqlite shebangfix ssl gnome
 USE_GITHUB=	yes
 USE_CXXSTD=	gnu++11
 USE_GNOME=	libxml2

check portlint. I think it will complain with all of those together
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-10-01 23:25:32 UTC
A commit references this bug:

Author: tobik
Date: Mon Oct  1 23:25:26 UTC 2018
New revision: 481077
URL: https://svnweb.freebsd.org/changeset/ports/481077

Log:
  www/newsboat: Update to 2.13

  Changes:	https://github.com/newsboat/newsboat/blob/r2.13/CHANGELOG.md
  PR:		231866
  Submitted by:	mt@markoturk.info (maintainer)
  MFH:		2018Q4 (bug fixes)

Changes:
  head/www/newsboat/Makefile
  head/www/newsboat/distinfo
  head/www/newsboat/files/patch-json-libc++7
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-10-02 06:56:38 UTC
A commit references this bug:

Author: tobik
Date: Tue Oct  2 06:56:33 UTC 2018
New revision: 481099
URL: https://svnweb.freebsd.org/changeset/ports/481099

Log:
  MFH: r481077

  www/newsboat: Update to 2.13

  Changes:	https://github.com/newsboat/newsboat/blob/r2.13/CHANGELOG.md
  PR:		231866
  Submitted by:	mt@markoturk.info (maintainer)

  Approved by:	ports-secteam (miwi)

Changes:
_U  branches/2018Q4/
  branches/2018Q4/www/newsboat/Makefile
  branches/2018Q4/www/newsboat/distinfo
  branches/2018Q4/www/newsboat/files/patch-json-libc++7
Comment 4 Tobias Kortkamp freebsd_committer freebsd_triage 2018-10-02 06:58:12 UTC
(In reply to Marko Turk from comment #0)
Thanks!