svn commit: r457188 - in head/net-mgmt/py-pysmi: . files

Steve Wills swills at FreeBSD.org
Sun Dec 24 18:40:40 UTC 2017


Author: swills
Date: Sun Dec 24 18:40:38 2017
New Revision: 457188
URL: https://svnweb.freebsd.org/changeset/ports/457188

Log:
  net-mgmt/py-pysmi: Upgrade to 0.2.2
  
  PR:		224571
  Submitted by:	John W. O'Brien <john at saltant.com> (maintainer)

Modified:
  head/net-mgmt/py-pysmi/Makefile
  head/net-mgmt/py-pysmi/distinfo   (contents, props changed)
  head/net-mgmt/py-pysmi/files/patch-setup.py   (contents, props changed)

Modified: head/net-mgmt/py-pysmi/Makefile
==============================================================================
--- head/net-mgmt/py-pysmi/Makefile	Sun Dec 24 18:38:57 2017	(r457187)
+++ head/net-mgmt/py-pysmi/Makefile	Sun Dec 24 18:40:38 2017	(r457188)
@@ -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

Modified: head/net-mgmt/py-pysmi/distinfo
==============================================================================
--- head/net-mgmt/py-pysmi/distinfo	Sun Dec 24 18:38:57 2017	(r457187)
+++ head/net-mgmt/py-pysmi/distinfo	Sun Dec 24 18:40:38 2017	(r457188)
@@ -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

Modified: head/net-mgmt/py-pysmi/files/patch-setup.py
==============================================================================
--- head/net-mgmt/py-pysmi/files/patch-setup.py	Sun Dec 24 18:38:57 2017	(r457187)
+++ head/net-mgmt/py-pysmi/files/patch-setup.py	Sun Dec 24 18:40:38 2017	(r457188)
@@ -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',


More information about the svn-ports-head mailing list