From owner-svn-ports-head@FreeBSD.ORG Tue Oct 2 19:36:52 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3449106564A; Tue, 2 Oct 2012 19:36:52 +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 8E6F38FC08; Tue, 2 Oct 2012 19:36:52 +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 q92JaqUk093574; Tue, 2 Oct 2012 19:36:52 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q92Jaq87093572; Tue, 2 Oct 2012 19:36:52 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201210021936.q92Jaq87093572@svn.freebsd.org> From: Thomas Abthorpe Date: Tue, 2 Oct 2012 19:36:52 +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: r305173 - head/graphics/xfig-devel X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2012 19:36:52 -0000 Author: tabthorpe Date: Tue Oct 2 19:36:52 2012 New Revision: 305173 URL: http://svn.freebsd.org/changeset/ports/305173 Log: - Reassign to the heap at maintainer's request Modified: head/graphics/xfig-devel/Makefile (contents, props changed) Modified: head/graphics/xfig-devel/Makefile ============================================================================== --- head/graphics/xfig-devel/Makefile Tue Oct 2 19:27:56 2012 (r305172) +++ head/graphics/xfig-devel/Makefile Tue Oct 2 19:36:52 2012 (r305173) @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfig -# Date created: 4 January 1995 -# Whom: roberto -# +# Created by: roberto # $FreeBSD$ -# PORTNAME= xfig PORTVERSION= 3.2.5.a5 @@ -12,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= http://xfig.org/software/xfig/${PORTVERSION:R}-alpha/ DISTNAME= ${PORTNAME}.${PORTVERSION:S,.a,-alpha,}.full -MAINTAINER= lesi@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A drawing program for X11 (Alpha version) LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \