svn commit: r306069 - in head: net/xboxproxy www/cntlm

Thomas Abthorpe tabthorpe at FreeBSD.org
Thu Oct 18 13:06:33 UTC 2012


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 <ports at mawer.org>
-#
+# Created by: Antony Mawer <ports at mawer.org>
 # $FreeBSD$
 
 PORTNAME=	xboxproxy
@@ -11,7 +8,7 @@ CATEGORIES=	net
 MASTER_SITES=	http://www.semicomplete.com/files/xboxproxy/
 DISTNAME=	proxy-${PORTVERSION}
 
-MAINTAINER=	ports at mawer.org
+MAINTAINER=	ports at 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 <ports at mawer.org>
-#
+# Created by: Antony Mawer <ports at mawer.org>
 # $FreeBSD$
-#
 
 PORTNAME=	cntlm
 PORTVERSION=	0.92.2
 CATEGORIES=	www
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION}
 
-MAINTAINER=	ports at mawer.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	An NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy
 
 USE_RC_SUBR=	cntlm


More information about the svn-ports-all mailing list