see above Fix: Patch attached with submission follows:
Maintainer of devel/kdbg, Please note that PR ports/172321 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/172321 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I approve the patch. Thanks. 2012/10/4 Edwin Groothuis <edwin@freebsd.org> > Maintainer of devel/kdbg, > > Please note that PR ports/172321 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/172321 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org >
Responsible Changed From-To: freebsd-ports-bugs->rm I will take it.
Author: rm Date: Fri Oct 5 06:38:52 2012 New Revision: 305296 URL: http://svn.freebsd.org/changeset/ports/305296 Log: - update to 2.5.2 - trim Makefile header, while here changelog: http://repo.or.cz/w/kdbg.git?a=blob;f=ReleaseNotes-2.5.2;hb=kdbg-2.5.2 PR: 172321 Submitted by: Norbert Koch <nkoch at demig dot de> Approved by: Thomas Sander <thomas.sander at gmx dot de> (maintainer) Modified: head/devel/kdbg/Makefile head/devel/kdbg/distinfo Modified: head/devel/kdbg/Makefile ============================================================================== --- head/devel/kdbg/Makefile Fri Oct 5 04:21:20 2012 (r305295) +++ head/devel/kdbg/Makefile Fri Oct 5 06:38:52 2012 (r305296) @@ -1,12 +1,8 @@ -# New ports collection makefile for: kdbg -# Date created: 02 November 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# +# Created by: Chris D. Faulhaber <jedgar@fxp.org> # $FreeBSD$ -# PORTNAME= kdbg -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= devel kde MASTER_SITES= SF/${PORTNAME}/Source%20Code/${PORTVERSION} Modified: head/devel/kdbg/distinfo ============================================================================== --- head/devel/kdbg/distinfo Fri Oct 5 04:21:20 2012 (r305295) +++ head/devel/kdbg/distinfo Fri Oct 5 06:38:52 2012 (r305296) @@ -1,2 +1,2 @@ -SHA256 (kdbg-2.5.1.tar.gz) = a3014a4d5d9da0a84516315eec67bb9ffc43d8f3b1efc95abb509bd5f4d556b8 -SIZE (kdbg-2.5.1.tar.gz) = 401785 +SHA256 (kdbg-2.5.2.tar.gz) = 92d4586c0e5b99a9d26c91ad2c39664db2b929aea1cd463d3f8495a4a9262ff3 +SIZE (kdbg-2.5.2.tar.gz) = 402686 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thank you!