Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2020 00:43:25 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555803 - head/devel/cgdb
Message-ID:  <202011210043.0AL0hPCP084658@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Nov 21 00:43:25 2020
New Revision: 555803
URL: https://svnweb.freebsd.org/changeset/ports/555803

Log:
  devel/cgdb: Update 0.7.0 -> 0.7.1
  
  PR:		250910
  Approved by:	serio.jeffrey@gmail.com (maintainer's timeout; 14 days)

Modified:
  head/devel/cgdb/Makefile
  head/devel/cgdb/distinfo
  head/devel/cgdb/pkg-descr

Modified: head/devel/cgdb/Makefile
==============================================================================
--- head/devel/cgdb/Makefile	Sat Nov 21 00:33:06 2020	(r555802)
+++ head/devel/cgdb/Makefile	Sat Nov 21 00:43:25 2020	(r555803)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cgdb
-PORTVERSION=	0.7.0
-PORTREVISION=	2
+DISTVERSION=	0.7.1
 CATEGORIES=	devel
 MASTER_SITES=	http://cgdb.me/files/
 
@@ -13,11 +12,13 @@ COMMENT=	Curses-based interface to the GNU Debugger
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		makeinfo readline
-INFO=		cgdb
+USES=		makeinfo ncurses:base readline # fails with ncurses:port because readline is linked with ncurses:base
 
 GNU_CONFIGURE=	yes
-MAKE_JOBS_UNSAFE=	yes
+
+INFO=		cgdb
+
+MAKE_JOBS_UNSAFE=	yes # because: make[4]: don't know how to make ./libtokenizer.a. Stop
 
 # we need this for openpty(3) . It sucks,
 # but since cgdb include a libutil itself,

Modified: head/devel/cgdb/distinfo
==============================================================================
--- head/devel/cgdb/distinfo	Sat Nov 21 00:33:06 2020	(r555802)
+++ head/devel/cgdb/distinfo	Sat Nov 21 00:43:25 2020	(r555803)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1514681897
-SHA256 (cgdb-0.7.0.tar.gz) = bf7a9264668db3f9342591b08b2cc3bbb08e235ba2372877b4650b70c6fb5423
-SIZE (cgdb-0.7.0.tar.gz) = 743222
+TIMESTAMP = 1604689867
+SHA256 (cgdb-0.7.1.tar.gz) = bb723be58ec68cb59a598b8e24a31d10ef31e0e9c277a4de07b2f457fe7de198
+SIZE (cgdb-0.7.1.tar.gz) = 731818

Modified: head/devel/cgdb/pkg-descr
==============================================================================
--- head/devel/cgdb/pkg-descr	Sat Nov 21 00:33:06 2020	(r555802)
+++ head/devel/cgdb/pkg-descr	Sat Nov 21 00:43:25 2020	(r555803)
@@ -7,4 +7,4 @@ with a split screen showing the source as it executes.
 on the classic Unix text editor, vi. Those familiar with vi should feel
 right at home using CGDB.
 
-WWW: http://cgdb.sourceforge.net/
+WWW: https://cgdb.github.io/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011210043.0AL0hPCP084658>