From owner-svn-ports-all@FreeBSD.ORG Sat Sep 22 15:13:14 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EBFB106566B; Sat, 22 Sep 2012 15:13:14 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5A0E68FC0C; Sat, 22 Sep 2012 15:13:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8MFDEB2088781; Sat, 22 Sep 2012 15:13:14 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8MFDEZ3088779; Sat, 22 Sep 2012 15:13:14 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209221513.q8MFDEZ3088779@svn.freebsd.org> From: Thomas Abthorpe Date: Sat, 22 Sep 2012 15:13:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304681 - head/devel/kscope X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 15:13:14 -0000 Author: tabthorpe Date: Sat Sep 22 15:13:13 2012 New Revision: 304681 URL: http://svn.freebsd.org/changeset/ports/304681 Log: - Reassign to the heap at maintainer's request Modified: head/devel/kscope/Makefile (contents, props changed) Modified: head/devel/kscope/Makefile ============================================================================== --- head/devel/kscope/Makefile Sat Sep 22 15:08:52 2012 (r304680) +++ head/devel/kscope/Makefile Sat Sep 22 15:13:13 2012 (r304681) @@ -1,9 +1,5 @@ -# New ports collection makefile for: kscope -# Date created: 2004-04-21 -# Whom: Frank Mayhar -# +# Created by: Frank Mayhar # $FreeBSD$ -# PORTNAME= kscope PORTVERSION= 1.6.1 @@ -11,7 +7,7 @@ PORTREVISION= 7 CATEGORIES= devel kde MASTER_SITES= SF -MAINTAINER= frank@exit.com +MAINTAINER= ports@FreeBSD.org COMMENT= KDE front-end to Cscope LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg