diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2013-06-27 02:45:13 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2013-06-27 02:45:13 +0000 |
commit | 2bf6cc24daed3c1318e6ba35d2d0a707f2ad953a (patch) | |
tree | 8d38b02c87f388778a358345ec2ce78eb640b5cf /devel/cgdb | |
parent | 6565925a718459a06997a8cbebddb15b30b2e8ea (diff) | |
download | ports-2bf6cc24daed3c1318e6ba35d2d0a707f2ad953a.tar.gz ports-2bf6cc24daed3c1318e6ba35d2d0a707f2ad953a.zip |
- Update to 0.6.7
PR: ports/177822
Submitted by: Zhihao Yuan <lichray_AT_gmail.com>
Notes
Notes:
svn path=/head/; revision=321841
Diffstat (limited to 'devel/cgdb')
-rw-r--r-- | devel/cgdb/Makefile | 12 | ||||
-rw-r--r-- | devel/cgdb/distinfo | 4 | ||||
-rw-r--r-- | devel/cgdb/pkg-descr | 2 |
3 files changed, 7 insertions, 11 deletions
diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile index 253c93fe62ab..66c59c32bf39 100644 --- a/devel/cgdb/Makefile +++ b/devel/cgdb/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: cgdb -# Date created: 2005-12-18 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= cgdb -PORTVERSION= 0.6.6 +PORTVERSION= 0.6.7 CATEGORIES= devel -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://cgdb.me/files/ MAINTAINER= clsung@FreeBSD.org COMMENT= A curses-based interface to the GNU Debugger @@ -22,7 +18,7 @@ MAKE_JOBS_UNSAFE= yes # we need this for openpty(3) . It sucks, # but since cgdb include a libutil itself, # we have to specify the full path. -LDFLAGS+= /usr/lib/libutil.so +LDFLAGS+= /usr/lib/libutil.so .include <bsd.port.pre.mk> diff --git a/devel/cgdb/distinfo b/devel/cgdb/distinfo index 1ac9d57e3915..f0ec7a22dfef 100644 --- a/devel/cgdb/distinfo +++ b/devel/cgdb/distinfo @@ -1,2 +1,2 @@ -SHA256 (cgdb-0.6.6.tar.gz) = cf9e9f60f6a4fcc93509dfeebbad86617fcd6788ff93e0392a30cc3b23415745 -SIZE (cgdb-0.6.6.tar.gz) = 954789 +SHA256 (cgdb-0.6.7.tar.gz) = 074ed31d1e827a04574add8c27d391447d75313e85ff938005d8ec939499fda9 +SIZE (cgdb-0.6.7.tar.gz) = 674132 diff --git a/devel/cgdb/pkg-descr b/devel/cgdb/pkg-descr index 754f640a3b87..66f2796a8252 100644 --- a/devel/cgdb/pkg-descr +++ b/devel/cgdb/pkg-descr @@ -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 right at home using CGDB. -WWW: http://cgdb.sourceforge.net/ +WWW: http://cgdb.sourceforge.net/ |