svn commit: r411807 - in head/devel/kdbg: . files

Kurt Jaeger pi at FreeBSD.org
Thu Mar 24 18:18:05 UTC 2016


Author: pi
Date: Thu Mar 24 18:18:03 2016
New Revision: 411807
URL: https://svnweb.freebsd.org/changeset/ports/411807

Log:
  devel/kdbg: 2.5.2 -> 2.5.5
  
  Changes:
    http://repo.or.cz/w/kdbg.git?a=blob;f=ReleaseNotes-2.5.5;hb=kdbg-2.5.5
    http://repo.or.cz/w/kdbg.git?a=blob;f=ReleaseNotes-2.5.4;hb=kdbg-2.5.4
    http://repo.or.cz/w/kdbg.git?a=blob;f=ReleaseNotes-2.5.3;hb=kdbg-2.5.3
  
  PR:		207785
  Submitted by:	jochen at jochen-neumeister.de
  Approved by:	thomas.sander at gmx.de (maintainer timeout)

Modified:
  head/devel/kdbg/Makefile
  head/devel/kdbg/distinfo
  head/devel/kdbg/files/patch-kdbg_CMakeLists.txt

Modified: head/devel/kdbg/Makefile
==============================================================================
--- head/devel/kdbg/Makefile	Thu Mar 24 17:37:44 2016	(r411806)
+++ head/devel/kdbg/Makefile	Thu Mar 24 18:18:03 2016	(r411807)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	kdbg
-PORTVERSION=	2.5.2
-PORTREVISION=	3
+PORTVERSION=	2.5.5
 CATEGORIES=	devel kde
 MASTER_SITES=	SF/${PORTNAME}/Source%20Code/${PORTVERSION}
 

Modified: head/devel/kdbg/distinfo
==============================================================================
--- head/devel/kdbg/distinfo	Thu Mar 24 17:37:44 2016	(r411806)
+++ head/devel/kdbg/distinfo	Thu Mar 24 18:18:03 2016	(r411807)
@@ -1,2 +1,2 @@
-SHA256 (kdbg-2.5.2.tar.gz) = 92d4586c0e5b99a9d26c91ad2c39664db2b929aea1cd463d3f8495a4a9262ff3
-SIZE (kdbg-2.5.2.tar.gz) = 402686
+SHA256 (kdbg-2.5.5.tar.gz) = 983e4c89258d752f42449e2d257c9e40352b516328132ca5b0b1991b91878879
+SIZE (kdbg-2.5.5.tar.gz) = 417327

Modified: head/devel/kdbg/files/patch-kdbg_CMakeLists.txt
==============================================================================
--- head/devel/kdbg/files/patch-kdbg_CMakeLists.txt	Thu Mar 24 17:37:44 2016	(r411806)
+++ head/devel/kdbg/files/patch-kdbg_CMakeLists.txt	Thu Mar 24 18:18:03 2016	(r411807)
@@ -11,7 +11,7 @@ Date:   Thu Nov 26 11:58:11 2015 +0100
     This fixes the build with CMake 3.4.0: kdbg/CMakeLists.txt was previously
     relying on the module being included indirectly.
 
---- kdbg/CMakeLists.txt
+--- kdbg/CMakeLists.txt.orig	2015-02-22 19:54:42 UTC
 +++ kdbg/CMakeLists.txt
 @@ -4,6 +4,7 @@ add_subdirectory(typetables)
  


More information about the svn-ports-head mailing list