ports/162667: [UPDATE] net-mgmt/py-snmp4: update to 4.2.1
Ruslan Mahmatkhanov
rm at FreeBSD.org
Fri Nov 18 19:50:06 UTC 2011
>Number: 162667
>Category: ports
>Synopsis: [UPDATE] net-mgmt/py-snmp4: update to 4.2.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Fri Nov 18 19:50:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Ruslan Mahmatkhanov
>Release: 10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- update to 4.2.1
- fix SF mirror
- update dependencies versions
tinderbuild log: http://people.freebsd.org/~rm/py27-snmp4-4.2.1.log
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/py-snmp4/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile 6 Oct 2011 17:55:27 -0000 1.11
+++ Makefile 18 Nov 2011 19:22:29 -0000
@@ -6,10 +6,10 @@
#
PORTNAME= snmp4
-PORTVERSION= 4.1.16d
+PORTVERSION= 4.2.1
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP \
- SF/pysnmp/pysnmp-devel/${PORTVERSION}
+ SF/pysnmp/pysnmp/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pysnmp-${PORTVERSION}
@@ -19,11 +19,12 @@
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.13:${PORTSDIR}/devel/py-asn1 \
- ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.14:${PORTSDIR}/devel/py-asn1 \
+ ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.3:${PORTSDIR}/security/py-pycrypto
-CONFLICTS= py??-snmp-[0-9]* py??-snmp2-[0-9]*
+CONFLICTS= py??-snmp2-[0-9]*
+# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= pysnmp
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/py-snmp4/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo 6 Oct 2011 17:55:27 -0000 1.7
+++ distinfo 18 Nov 2011 19:22:29 -0000
@@ -1,2 +1,2 @@
-SHA256 (pysnmp-4.1.16d.tar.gz) = 570d94c74741021cbf534f4593ad86fa0acc31bea2858169bc79bc791d8e4c7e
-SIZE (pysnmp-4.1.16d.tar.gz) = 186566
+SHA256 (pysnmp-4.2.1.tar.gz) = 2183582f3e0883aa6519a5ef15bb09bb9663f7a718f331057b37fbd7134781fd
+SIZE (pysnmp-4.2.1.tar.gz) = 194055
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/py-snmp4/pkg-plist,v
retrieving revision 1.6
diff -u -r1.6 pkg-plist
--- pkg-plist 25 Jun 2011 08:29:21 -0000 1.6
+++ pkg-plist 18 Nov 2011 19:22:29 -0000
@@ -8,6 +8,7 @@
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smi/view.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/agent/cmdrsp.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/agent/ntforg.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/manager/bulkgen.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/manager/getgen.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/manager/nextgen.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/v1arch/manager/ntfrcv.py
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list