From owner-svn-ports-head@FreeBSD.ORG Tue Dec 4 04:25:39 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 2FD7CDAE; Tue, 4 Dec 2012 04:25:39 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EA1D08FC12; Tue, 4 Dec 2012 04:25:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB44PcUw050459; Tue, 4 Dec 2012 04:25:38 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB44Pc9T050457; Tue, 4 Dec 2012 04:25:38 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201212040425.qB44Pc9T050457@svn.freebsd.org> From: Thomas Abthorpe Date: Tue, 4 Dec 2012 04:25:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308185 - in head: lang/python-mode.el mail/proxsmtp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 04 Dec 2012 04:25:39 -0000 Author: tabthorpe Date: Tue Dec 4 04:25:38 2012 New Revision: 308185 URL: http://svnweb.freebsd.org/changeset/ports/308185 Log: - Reassign to the heap at maintainer's request Feature safe: yes Modified: head/lang/python-mode.el/Makefile (contents, props changed) head/mail/proxsmtp/Makefile (contents, props changed) Modified: head/lang/python-mode.el/Makefile ============================================================================== --- head/lang/python-mode.el/Makefile Tue Dec 4 03:57:53 2012 (r308184) +++ head/lang/python-mode.el/Makefile Tue Dec 4 04:25:38 2012 (r308185) @@ -1,9 +1,5 @@ -# New ports collection makefile for: python-mode.el -# Date created: 11 October 2005 -# Whom: Dario Freni -# +# Created by: Dario Freni # $FreeBSD$ -# PORTNAME= proxsmtp PORTVERSION= 1.8 CATEGORIES= mail security MASTER_SITES= http://memberwebs.com/stef/software/proxsmtp/ -MAINTAINER= saturnero@gufi.org +MAINTAINER= ports@FreeBSD.org COMMENT= A flexible SMTP filter which can act also as transparent proxy USE_GMAKE= yes