From owner-svn-ports-head@FreeBSD.ORG Sat Sep 22 17:12:41 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB255106564A; Sat, 22 Sep 2012 17:12:41 +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 D7BE38FC14; Sat, 22 Sep 2012 17:12:41 +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 q8MHCfBN006705; Sat, 22 Sep 2012 17:12:41 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8MHCfEN006703; Sat, 22 Sep 2012 17:12:41 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209221712.q8MHCfEN006703@svn.freebsd.org> From: Thomas Abthorpe Date: Sat, 22 Sep 2012 17:12:41 +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: r304699 - head/textproc/tralics 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: Sat, 22 Sep 2012 17:12:42 -0000 Author: tabthorpe Date: Sat Sep 22 17:12:41 2012 New Revision: 304699 URL: http://svn.freebsd.org/changeset/ports/304699 Log: - Reassign to the heap at the maintainer's request Modified: head/textproc/tralics/Makefile (contents, props changed) Modified: head/textproc/tralics/Makefile ============================================================================== --- head/textproc/tralics/Makefile Sat Sep 22 17:09:45 2012 (r304698) +++ head/textproc/tralics/Makefile Sat Sep 22 17:12:41 2012 (r304699) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tralics -# Date created: 10 Novemeber 2010 -# Whom: siasia -# +# Created by: siasia # $FreeBSD$ -# PORTNAME= tralics PORTVERSION= 2.13.7 @@ -11,7 +7,7 @@ CATEGORIES= textproc MASTER_SITES= ftp://ftp-sop.inria.fr/apics/tralics-src/ DISTNAME= $(PORTNAME)-src-$(PORTVERSION) -MAINTAINER= siasiamail@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= LaTeX to XML translator NO_INSTALL_MANPAGES=yes