svn commit: r481077 - in head/www/newsboat: . files

Tobias Kortkamp tobik at FreeBSD.org
Mon Oct 1 23:25:26 UTC 2018


Author: tobik
Date: Mon Oct  1 23:25:25 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 at markoturk.info (maintainer)
  MFH:		2018Q4 (bug fixes)

Deleted:
  head/www/newsboat/files/patch-json-libc++7
Modified:
  head/www/newsboat/Makefile
  head/www/newsboat/distinfo

Modified: head/www/newsboat/Makefile
==============================================================================
--- head/www/newsboat/Makefile	Mon Oct  1 23:18:30 2018	(r481076)
+++ head/www/newsboat/Makefile	Mon Oct  1 23:25:25 2018	(r481077)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	newsboat
-PORTVERSION=	2.12
-PORTREVISION=	2
+PORTVERSION=	2.13
 DISTVERSIONPREFIX=	r
 CATEGORIES=	www
 
@@ -18,7 +17,7 @@ LIB_DEPENDS=	libstfl.so:devel/stfl \
 		libcurl.so:ftp/curl \
 		libjson-c.so:devel/json-c
 
-USES=		compiler:c++11-lib gettext gmake iconv:translit ncurses \
+USES=		compiler:c++11-lib gettext gmake gnome iconv:translit ncurses \
 		pkgconfig sqlite shebangfix ssl
 USE_GITHUB=	yes
 USE_CXXSTD=	gnu++11

Modified: head/www/newsboat/distinfo
==============================================================================
--- head/www/newsboat/distinfo	Mon Oct  1 23:18:30 2018	(r481076)
+++ head/www/newsboat/distinfo	Mon Oct  1 23:25:25 2018	(r481077)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530284475
-SHA256 (newsboat-newsboat-r2.12_GH0.tar.gz) = 8f2f511703d3218ab195fa48dc94306f5e13ceff86d94dcf78d917cb57090c88
-SIZE (newsboat-newsboat-r2.12_GH0.tar.gz) = 660853
+TIMESTAMP = 1538306020
+SHA256 (newsboat-newsboat-r2.13_GH0.tar.gz) = 3e3b30a03dda293b6187475ae300abe9fcdbf03b98e55ed8f1fe6a0ffa548508
+SIZE (newsboat-newsboat-r2.13_GH0.tar.gz) = 686245


More information about the svn-ports-all mailing list