Bug 231866

Summary: [PATCH] www/newsboat: upgrade to 2.13
Product: Ports & Packages Reporter: Marko Turk <mt-bugs>
Component: Individual Port(s)Assignee: Tobias Kortkamp <tobik>
Status: Closed FIXED    
Severity: Affects Many People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

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!