From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 13 02:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D1D0D640 for ; Sat, 13 Apr 2013 02:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B7D6B9D1 for ; Sat, 13 Apr 2013 02:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r3D2K0iD047770 for ; Sat, 13 Apr 2013 02:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r3D2K0PQ047763; Sat, 13 Apr 2013 02:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 13 Apr 2013 02:20:00 GMT Resent-Message-Id: <201304130220.r3D2K0PQ047763@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zhihao Yuan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6A3274A7 for ; Sat, 13 Apr 2013 02:15:49 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-yh0-x234.google.com (mail-yh0-x234.google.com [IPv6:2607:f8b0:4002:c01::234]) by mx1.freebsd.org (Postfix) with ESMTP id 34E479B7 for ; Sat, 13 Apr 2013 02:15:49 +0000 (UTC) Received: by mail-yh0-f52.google.com with SMTP id q3so515703yhf.39 for ; Fri, 12 Apr 2013 19:15:48 -0700 (PDT) Received: from localhost (adsl-208-61-96-30.asm.bellsouth.net. [208.61.96.30]) by mx.google.com with ESMTPS id t9sm15500545yhh.0.2013.04.12.19.15.45 (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 12 Apr 2013 19:15:47 -0700 (PDT) Message-Id: <5168bfd3.897aec0a.398d.071e@mx.google.com> Date: Fri, 12 Apr 2013 19:15:47 -0700 (PDT) From: Zhihao Yuan To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/177822: [UPDATE] devel/cgdb ti 0.6.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Apr 2013 02:20:00 -0000 >Number: 177822 >Category: ports >Synopsis: [UPDATE] devel/cgdb ti 0.6.7 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Apr 13 02:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Zhihao Yuan >Release: FreeBSD 8.3-STABLE amd64 >Organization: Rackspace Inc. >Environment: System: FreeBSD elitebook.hp 8.3-STABLE FreeBSD 8.3-STABLE #8 r247905: Thu Mar 7 01:25:21 EST 2013 lichray@elitebook.hp:/usr/obj/usr/src/sys/HOUKAGO amd64 >Description: If maintainer timeout again, I can take the maintenanship. >How-To-Repeat: >Fix: --- cgdb-0.6.7.patch begins here --- Index: devel/cgdb/Makefile =================================================================== --- devel/cgdb/Makefile (revision 315792) +++ devel/cgdb/Makefile (working copy) @@ -1,14 +1,10 @@ -# New ports collection makefile for: cgdb -# Date created: 2005-12-18 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $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 @@ # 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 Index: devel/cgdb/distinfo =================================================================== --- devel/cgdb/distinfo (revision 315792) +++ devel/cgdb/distinfo (working copy) @@ -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 Index: devel/cgdb/pkg-descr =================================================================== --- devel/cgdb/pkg-descr (revision 315792) +++ devel/cgdb/pkg-descr (working copy) @@ -7,4 +7,4 @@ 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/ --- cgdb-0.6.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: