aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/py-pysmi
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2017-12-25 02:40:38 +0800
committerswills <swills@FreeBSD.org>2017-12-25 02:40:38 +0800
commit5800a7bae7fdc08ff17fd82712ef5be26fdbe348 (patch)
treec2b64b3332176921d8f9f92db7b4302146fe9f16 /net-mgmt/py-pysmi
parentcc2669424262f37c11fefb2a2a1ab3e9b06f65ad (diff)
downloadfreebsd-ports-gnome-5800a7bae7fdc08ff17fd82712ef5be26fdbe348.tar.gz
freebsd-ports-gnome-5800a7bae7fdc08ff17fd82712ef5be26fdbe348.tar.zst
freebsd-ports-gnome-5800a7bae7fdc08ff17fd82712ef5be26fdbe348.zip
net-mgmt/py-pysmi: Upgrade to 0.2.2
PR: 224571 Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Diffstat (limited to 'net-mgmt/py-pysmi')
-rw-r--r--net-mgmt/py-pysmi/Makefile4
-rw-r--r--net-mgmt/py-pysmi/distinfo6
-rw-r--r--net-mgmt/py-pysmi/files/patch-setup.py4
3 files changed, 7 insertions, 7 deletions
diff --git a/net-mgmt/py-pysmi/Makefile b/net-mgmt/py-pysmi/Makefile
index ccacfd33c5a3..5136fab20084 100644
--- a/net-mgmt/py-pysmi/Makefile
+++ b/net-mgmt/py-pysmi/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pysmi
-PORTVERSION= 0.0.7
+PORTVERSION= 0.2.2
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP \
SF/pysmi/pysmi/${PORTVERSION}
@@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
PORTDOCS= *
PORTEXAMPLES= *
-BASEDOCS= CHANGES.txt README.txt TODO.txt
+BASEDOCS= CHANGES.rst README.md THANKS.txt TODO.txt
post-patch:
${CP} ${FILESDIR}/tests__init__.py ${WRKSRC}/tests/__init__.py
diff --git a/net-mgmt/py-pysmi/distinfo b/net-mgmt/py-pysmi/distinfo
index 6af7e675c113..46ef2d03a3e5 100644
--- a/net-mgmt/py-pysmi/distinfo
+++ b/net-mgmt/py-pysmi/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487436747
-SHA256 (pysmi-0.0.7.tar.gz) = 999f6db9e16f4cc2804263d825553dbdd188c4313ca5c1244eeb20a3c4a60116
-SIZE (pysmi-0.0.7.tar.gz) = 56233
+TIMESTAMP = 1514129467
+SHA256 (pysmi-0.2.2.tar.gz) = 2a315cc3e556b3428372b69da663a24d2f0df9e9ab075b022cb133855f25aef7
+SIZE (pysmi-0.2.2.tar.gz) = 90568
diff --git a/net-mgmt/py-pysmi/files/patch-setup.py b/net-mgmt/py-pysmi/files/patch-setup.py
index 9dd5e27e6caa..d370dcf1c3ed 100644
--- a/net-mgmt/py-pysmi/files/patch-setup.py
+++ b/net-mgmt/py-pysmi/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 2016-02-13 18:11:15 UTC
+--- setup.py.orig 2017-12-24 15:32:10 UTC
+++ setup.py
-@@ -83,7 +83,9 @@ params.update({
+@@ -112,7 +112,9 @@ params.update({
'pysmi.parser',
'pysmi.codegen',
'pysmi.borrower',