Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2006 15:03:53 +0400 (MSD)
From:      Dmitriy Kirhlarov <dimma@higis.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        perky@FreeBSD.org
Subject:   ports/102221: small update for py-snmp port
Message-ID:  <200608181103.k7IB3rLZ028203@dkirhlarov.mow.oilspace.com>
Resent-Message-ID: <200608181110.k7IBAEIv033382@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102221
>Category:       ports
>Synopsis:       small update for py-snmp port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 18 11:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitriy Kirhlarov
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD dimma 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed Aug 2 16:56:13 UTC 2006 root@jailhost1:/usr/obj/usr/src/sys/THINKPAD_KST i386


	
>Description:
	I send PR for adding py-snmp2 to ports tree (ports/102220).
	Now py-snmp port must be litle changed for correct conflict.
>How-To-Repeat:
>Fix:
diff -urNB /usr/ports/net-mgmt/py-snmp/Makefile py-snmp/Makefile
--- /usr/ports/net-mgmt/py-snmp/Makefile	Tue Apr 18 16:46:45 2006
+++ py-snmp/Makefile	Fri Aug 18 14:52:26 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	snmp
 PORTVERSION=	3.4.4
+PORTREVISION=	1
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	pysnmp
@@ -16,7 +17,7 @@
 MAINTAINER=	perky@FreeBSD.org
 COMMENT=	SNMP framework for Python
 
-CONFLICTS=	py??-snmp4-[0-9]*
+CONFLICTS=	py??-snmp4-[0-9]* py??-snmp2-[0-9]*
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608181103.k7IB3rLZ028203>