From owner-svn-ports-branches@freebsd.org Thu Feb 25 22:27:43 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BAB8AB43CD; Thu, 25 Feb 2016 22:27:43 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F0B01C7E; Thu, 25 Feb 2016 22:27:42 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1PMRf5C009776; Thu, 25 Feb 2016 22:27:41 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1PMRfxV009775; Thu, 25 Feb 2016 22:27:41 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602252227.u1PMRfxV009775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 25 Feb 2016 22:27:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r409565 - in branches/2016Q1/deskutils/superkaramba: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 22:27:43 -0000 Author: rakuco Date: Thu Feb 25 22:27:41 2016 New Revision: 409565 URL: https://svnweb.freebsd.org/changeset/ports/409565 Log: MFH: r409564 Add a patch to avoid overflows when reading hw.physmem and vfs.bufspace. Use longs instead of ints, otherwise we risk reporting negative values. Submitted by: Axel Gonzalez Approved by: portmgr blanket approval Added: branches/2016Q1/deskutils/superkaramba/files/ - copied from r409564, head/deskutils/superkaramba/files/ Modified: branches/2016Q1/deskutils/superkaramba/Makefile Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/deskutils/superkaramba/Makefile ============================================================================== --- branches/2016Q1/deskutils/superkaramba/Makefile Thu Feb 25 22:26:40 2016 (r409564) +++ branches/2016Q1/deskutils/superkaramba/Makefile Thu Feb 25 22:27:41 2016 (r409565) @@ -2,6 +2,7 @@ PORTNAME= superkaramba PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= deskutils kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION}