diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-10-18 21:06:32 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-10-18 21:06:32 +0800 |
commit | a801ddb313133dab36f6dfa04b7379486f878cde (patch) | |
tree | 498b5f5267fda8dffd9ef9c34e4e56574f46b0c5 | |
parent | 197a039863281a61218d2b098ea44b53dbe8f89c (diff) | |
download | freebsd-ports-graphics-a801ddb313133dab36f6dfa04b7379486f878cde.tar.gz freebsd-ports-graphics-a801ddb313133dab36f6dfa04b7379486f878cde.tar.zst freebsd-ports-graphics-a801ddb313133dab36f6dfa04b7379486f878cde.zip |
- Reassign to the heap at maintainer's request
Feature safe: yes
Redports: ignore
-rw-r--r-- | net/xboxproxy/Makefile | 7 | ||||
-rw-r--r-- | www/cntlm/Makefile | 8 |
2 files changed, 4 insertions, 11 deletions
diff --git a/net/xboxproxy/Makefile b/net/xboxproxy/Makefile index 80299b8afd9..8c10f91e41b 100644 --- a/net/xboxproxy/Makefile +++ b/net/xboxproxy/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: xboxproxy -# Date created: 6 October 2005 -# Whom: Antony Mawer <ports@mawer.org> -# +# Created by: Antony Mawer <ports@mawer.org> # $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 diff --git a/www/cntlm/Makefile b/www/cntlm/Makefile index bef6508e262..c90b656dd0a 100644 --- a/www/cntlm/Makefile +++ b/www/cntlm/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: cntlm -# Date created: 23 July 2009 -# Whom: Antony Mawer <ports@mawer.org> -# +# Created by: Antony Mawer <ports@mawer.org> # $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 |