From owner-svn-ports-head@FreeBSD.ORG Thu Oct 18 13:06:33 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 2C49F9B8; Thu, 18 Oct 2012 13:06:33 +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 135C48FC0C; Thu, 18 Oct 2012 13:06:33 +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 q9ID6WhN042259; Thu, 18 Oct 2012 13:06:32 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9ID6W9e042256; Thu, 18 Oct 2012 13:06:32 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201210181306.q9ID6W9e042256@svn.freebsd.org> From: Thomas Abthorpe Date: Thu, 18 Oct 2012 13:06:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306069 - in head: net/xboxproxy www/cntlm 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: Thu, 18 Oct 2012 13:06:33 -0000 Author: tabthorpe Date: Thu Oct 18 13:06:32 2012 New Revision: 306069 URL: http://svn.freebsd.org/changeset/ports/306069 Log: - Reassign to the heap at maintainer's request Feature safe: yes Redports: ignore Modified: head/net/xboxproxy/Makefile (contents, props changed) head/www/cntlm/Makefile (contents, props changed) Modified: head/net/xboxproxy/Makefile ============================================================================== --- head/net/xboxproxy/Makefile Thu Oct 18 13:01:49 2012 (r306068) +++ head/net/xboxproxy/Makefile Thu Oct 18 13:06:32 2012 (r306069) @@ -1,7 +1,4 @@ -# New ports collection makefile for: xboxproxy -# Date created: 6 October 2005 -# Whom: Antony Mawer -# +# Created by: Antony Mawer # $FreeBSD$ PORTNAME= xboxproxy @@ -11,7 +8,7 @@ CATEGORIES= net MASTER_SITES= http://www.semicomplete.com/files/xboxproxy/ DISTNAME= proxy-${PORTVERSION} -MAINTAINER= ports@mawer.org +MAINTAINER= ports@FreeBSD.org COMMENT= A proxy for the XBox system link protocol BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 Modified: head/www/cntlm/Makefile ============================================================================== --- head/www/cntlm/Makefile Thu Oct 18 13:01:49 2012 (r306068) +++ head/www/cntlm/Makefile Thu Oct 18 13:06:32 2012 (r306069) @@ -1,16 +1,12 @@ -# New ports collection makefile for: cntlm -# Date created: 23 July 2009 -# Whom: Antony Mawer -# +# Created by: Antony Mawer # $FreeBSD$ -# PORTNAME= cntlm PORTVERSION= 0.92.2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} -MAINTAINER= ports@mawer.org +MAINTAINER= ports@FreeBSD.org COMMENT= An NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy USE_RC_SUBR= cntlm