Date: Tue, 4 Sep 2018 09:49:52 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478943 - head/sysutils/py-hpilo Message-ID: <201809040949.w849nqLc077544@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Tue Sep 4 09:49:52 2018 New Revision: 478943 URL: https://svnweb.freebsd.org/changeset/ports/478943 Log: sysutils/py-hpilo: Update to 4.3 Backwards compatibility with code that uses the ssl_version parameter Fix a bug in mod_global_settings that accidently mapped some integers to booleans More workarounds for broken XML Modified: head/sysutils/py-hpilo/Makefile head/sysutils/py-hpilo/distinfo Modified: head/sysutils/py-hpilo/Makefile ============================================================================== --- head/sysutils/py-hpilo/Makefile Tue Sep 4 09:47:52 2018 (r478942) +++ head/sysutils/py-hpilo/Makefile Tue Sep 4 09:49:52 2018 (r478943) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hpilo -PORTVERSION= 4.2.1 +PORTVERSION= 4.3 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-hpilo/distinfo ============================================================================== --- head/sysutils/py-hpilo/distinfo Tue Sep 4 09:47:52 2018 (r478942) +++ head/sysutils/py-hpilo/distinfo Tue Sep 4 09:49:52 2018 (r478943) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524045669 -SHA256 (seveas-python-hpilo-4.2.1_GH0.tar.gz) = d8b23978f51653dca517aed13b1956f0e6905df0c1c71c12f2635f8e524d6a44 -SIZE (seveas-python-hpilo-4.2.1_GH0.tar.gz) = 186937 +TIMESTAMP = 1535968802 +SHA256 (seveas-python-hpilo-4.3_GH0.tar.gz) = 1b4a7f0104d7af1e05cc69b56f0c0cbae78dfe559a5f27a12a85e3f94bc4ea32 +SIZE (seveas-python-hpilo-4.3_GH0.tar.gz) = 187520
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809040949.w849nqLc077544>