From miwi.freebsd@googlemail.com  Mon May 28 08:37:42 2012
Return-Path: <miwi.freebsd@googlemail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 760241065670
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 May 2012 08:37:42 +0000 (UTC)
	(envelope-from miwi.freebsd@googlemail.com)
Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 490698FC08
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 May 2012 08:37:42 +0000 (UTC)
Received: by pbbro2 with SMTP id ro2so4514472pbb.13
        for <FreeBSD-gnats-submit@freebsd.org>; Mon, 28 May 2012 01:37:41 -0700 (PDT)
Received: by 10.68.233.102 with SMTP id tv6mr24786884pbc.153.1338194261745;
        Mon, 28 May 2012 01:37:41 -0700 (PDT)
Received: from localhost ([175.142.170.59])
        by mx.google.com with ESMTPS id mt9sm18601262pbb.14.2012.05.28.01.37.40
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 28 May 2012 01:37:41 -0700 (PDT)
Message-Id: <4fc33955.e97d440a.0578.fffffbdf@mx.google.com>
Date: Mon, 28 May 2012 01:37:41 -0700 (PDT)
From: Martin Wilke <miwi@FreeBSD.org>
Sender: Martin Wilke <miwi.freebsd@googlemail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: janos.mohacsi@bsd.hu
Subject: [PATCH] net-mgmt/ndpmon: remove python 2.4 dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify: janos.mohacsi@bsd.hu

>Number:         168403
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/ndpmon: remove python 2.4 dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 28 08:40:00 UTC 2012
>Closed-Date:    Mon May 28 08:46:31 UTC 2012
>Last-Modified:  Mon May 28 08:50:01 UTC 2012
>Originator:     Martin Wilke
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD miwifbsd.dyndns.org 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r235817: Wed May 23 12:53:48 MYT
>Description:
I plan to remove python 24 from the portstree by this end of week. I would like to remove the optional dependency
from your port.

Thanks 

- Martin

Port maintainer (janos.mohacsi@bsd.hu) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- ndpmon-1.4.0_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/ndpmon/Makefile,v
retrieving revision 1.11
diff -u -u -r1.11 Makefile
--- Makefile	25 Oct 2011 20:36:24 -0000	1.11
+++ Makefile	28 May 2012 08:26:05 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	ndpmon
 PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.4/
 EXTRACT_SUFX=	.tgz
@@ -18,19 +18,10 @@
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-OPTIONS=	PY4SUITE	"Depend on py-4suite-xml (for generating HTML)"	off \
-		MACRESOLV	"Enable MAC Manufacturer Resolution" off
+OPTIONS=	MACRESOLV	"Enable MAC Manufacturer Resolution" off
 
 .include <bsd.port.options.mk>
 
-.if defined(WITHOUT_PY4SUITE)
-PLIST_SUB+=	PY="@comment "
-.else
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/Ft/Xml/Domlette.py:${PORTSDIR}/textproc/py-4suite-xml
-USE_PYTHON=	2.6+
-PLIST_SUB+=	PY=""
-.endif
-
 USE_GNOME=	libxml2
 USE_PERL5_RUN=	yes
 USE_RC_SUBR=	ndpmonitor
@@ -65,9 +56,6 @@
 	${MKDIR} ${DATADIR}
 	${INSTALL_DATA} ${WRKSRC}/*.dtd ${DATADIR}
 	${INSTALL_SCRIPT} ${WRKSRC}/demopipeprogram.pl.sample ${DATADIR}
-.if defined(WITH_PY4SUITE)
-	${INSTALL_SCRIPT} ${WRKSRC}/create_html_table.py ${DATADIR}
-.endif
 
 	${MKDIR} ${ETCDIR}
 	${INSTALL_DATA} ${WRKSRC}/config_ndpmon.xml ${ETCDIR}/config_ndpmon.xml-dist
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/ndpmon/pkg-plist,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-plist
--- pkg-plist	27 Aug 2011 18:30:50 -0000	1.5
+++ pkg-plist	28 May 2012 08:33:31 -0000
@@ -3,7 +3,6 @@
 %%DATADIR%%/config_ndpmon.dtd
 %%DATADIR%%/demopipeprogram.pl.sample
 %%DATADIR%%/neighbor_list.dtd
-%%PY%%%%DATADIR%%/create_html_table.py
 var/ndpmon/neighbor_list.xml
 @dirrmtry var/ndpmon
 @dirrmtry var
--- ndpmon-1.4.0_2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 28 08:40:11 UTC 2012 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168403 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon May 28 08:40:15 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168403 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Mon May 28 08:46:29 UTC 2012 
State-Changed-Why:  
sorry i miss read, textproc/py-4suite and textproc/py-4suite-xml are 
confliced so no reason to remove it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168403 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: janos.mohacsi@bsd.hu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/168403: [PATCH] net-mgmt/ndpmon: remove python 2.4 dependency
Date: Mon, 28 May 2012 08:40:13 UT

 Maintainer of net-mgmt/ndpmon,
 
 Please note that PR ports/168403 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/168403
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
>Unformatted:
