Bug 172321 - [patch] update devel/kdbg to 2.5.2
Summary: [patch] update devel/kdbg to 2.5.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-04 10:10 UTC by nkoch
Modified: 2012-10-05 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (736 bytes, patch)
2012-10-04 10:10 UTC, nkoch
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nkoch 2012-10-04 10:10:04 UTC
see above

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-04 10:10:12 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-04 10:10:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Thomas Sander 2012-10-04 12:14:52 UTC
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
>
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-04 19:05:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2012-10-05 07:39:06 UTC
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"
Comment 6 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-10-05 07:40:41 UTC
State Changed
From-To: feedback->closed

Committed, thank you!