mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 0.6.4
- Reset maintainership Changes: PR: ports/115052 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
parent
386d5e7420
commit
e2d32b22c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206434
@ -6,24 +6,22 @@
|
||||
#
|
||||
|
||||
PORTNAME= cgdb
|
||||
PORTVERSION= 0.6.3
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.6.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITES= SOURCEFORGE
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= A curses-based interface to the GNU Debugger
|
||||
|
||||
INFO= cgdb
|
||||
MAN1= cgdb.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# at this time we can not use LIB_DEPENDS please read ports/99327
|
||||
# at this time we can not use LIB_DEPENDS, please read ports/99327
|
||||
.if ${OSVERSION} < 700016
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (cgdb-0.6.3.tar.gz) = b50c2389935b4d71a7b48717dd41fc91
|
||||
SHA256 (cgdb-0.6.3.tar.gz) = 91ca5ff9177cabb4b28d490c17ac285898d486acfe381a868253fe8c278b7bf4
|
||||
SIZE (cgdb-0.6.3.tar.gz) = 788341
|
||||
MD5 (cgdb-0.6.4.tar.gz) = bddcaaee7b20ab2c17f1f4e197db74c0
|
||||
SHA256 (cgdb-0.6.4.tar.gz) = 9c144f5973ff67dc30abaa5d7112d733c67cd2d6220a79b8a72fe4b5c61d8081
|
||||
SIZE (cgdb-0.6.4.tar.gz) = 824301
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- various/util/src/pseudo.c.orig Sun Jun 4 02:09:05 2006
|
||||
+++ various/util/src/pseudo.c Mon Jun 5 02:28:30 2006
|
||||
@@ -46,6 +46,7 @@
|
||||
#include <util.h>
|
||||
#endif
|
||||
#ifdef HAVE_LIBUTIL_H
|
||||
+#include <inttypes.h>
|
||||
#include <libutil.h>
|
||||
#endif
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
bin/cgdb
|
||||
%%DATADIR%%/cgdb.txt
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user