ports/162669: [UPDATE] net-mgmt/py-snmp4-mibs: update to 0.1.2
Ruslan Mahmatkhanov
rm at FreeBSD.org
Fri Nov 18 20:00:24 UTC 2011
>Number: 162669
>Category: ports
>Synopsis: [UPDATE] net-mgmt/py-snmp4-mibs: update to 0.1.2
>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 20:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Ruslan Mahmatkhanov
>Release: 10.0-CURRENT
>Organization:
>Environment:
10.0-CURRENT i386
>Description:
- update to 0.1.2
- fix SF mirror
- move LICENSE into correct block
- update dependencies versions
- move pkg-plist into PLIST_FILES
tinderbuild log: http://people.freebsd.org/~rm/py27-snmp4-mibs-0.1.2.log
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/py-snmp4-mibs/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile 25 Jun 2011 08:30:46 -0000 1.8
+++ Makefile 18 Nov 2011 19:30:55 -0000
@@ -6,25 +6,30 @@
#
PORTNAME= snmp4-mibs
-PORTVERSION= 0.0.8a
+PORTVERSION= 0.1.2
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP \
- SF/pysnmp/pysnmp-mibs-devel/${PORTVERSION}
+ SF/pysnmp/pysnmp-mibs/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pysnmp-mibs-${PORTVERSION}
MAINTAINER= mhjacks at swbell.net
COMMENT= Additional python MIB files for pysnmp4 and friends
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1
-
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.1:${PORTSDIR}/devel/py-asn1 \
+ ${PYTHON_PKGNAMEPREFIX}snmp4>=4.2.1:${PORTSDIR}/net-mgmt/py-snmp4
+
+# Python3 ready
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= pysnmp-mibs
+PLIST_FILES+= bin/rebuild-pysnmp-mibs \
+ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
PORTDOCS= CHANGES \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/py-snmp4-mibs/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 25 Jun 2011 08:30:46 -0000 1.6
+++ distinfo 18 Nov 2011 19:30:55 -0000
@@ -1,2 +1,2 @@
-SHA256 (pysnmp-mibs-0.0.8a.tar.gz) = 874b651d7e4ea3bcd30be02aef55c38fe8586e1cc8c383045ec05d6e34acd81d
-SIZE (pysnmp-mibs-0.0.8a.tar.gz) = 1252904
+SHA256 (pysnmp-mibs-0.1.2.tar.gz) = 446290028b91dc5757ac09cdab487ce885fb3ceaabef31c1bd9e47212ac638b4
+SIZE (pysnmp-mibs-0.1.2.tar.gz) = 1956604
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist 25 Jun 2011 08:30:46 -0000 1.4
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,2 +0,0 @@
-bin/rebuild-pysnmp-mibs
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list