devel/cgdb: Update 0.7.0 -> 0.7.1

PR:		250910
Approved by:	serio.jeffrey@gmail.com (maintainer's timeout; 14 days)
This commit is contained in:
Yuri Victorovich 2020-11-21 00:43:25 +00:00
parent f4f5b59e37
commit 41868867fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555803
3 changed files with 10 additions and 9 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= cgdb PORTNAME= cgdb
PORTVERSION= 0.7.0 DISTVERSION= 0.7.1
PORTREVISION= 2
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= http://cgdb.me/files/ MASTER_SITES= http://cgdb.me/files/
@ -13,11 +12,13 @@ COMMENT= Curses-based interface to the GNU Debugger
LICENSE= GPLv2 LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_FILE= ${WRKSRC}/COPYING
USES= makeinfo readline USES= makeinfo ncurses:base readline # fails with ncurses:port because readline is linked with ncurses:base
INFO= cgdb
GNU_CONFIGURE= yes 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, # we need this for openpty(3) . It sucks,
# but since cgdb include a libutil itself, # but since cgdb include a libutil itself,

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1514681897 TIMESTAMP = 1604689867
SHA256 (cgdb-0.7.0.tar.gz) = bf7a9264668db3f9342591b08b2cc3bbb08e235ba2372877b4650b70c6fb5423 SHA256 (cgdb-0.7.1.tar.gz) = bb723be58ec68cb59a598b8e24a31d10ef31e0e9c277a4de07b2f457fe7de198
SIZE (cgdb-0.7.0.tar.gz) = 743222 SIZE (cgdb-0.7.1.tar.gz) = 731818

View File

@ -7,4 +7,4 @@ with a split screen showing the source as it executes. The UI is modeled
on the classic Unix text editor, vi. Those familiar with vi should feel on the classic Unix text editor, vi. Those familiar with vi should feel
right at home using CGDB. right at home using CGDB.
WWW: http://cgdb.sourceforge.net/ WWW: https://cgdb.github.io/