diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-11-17 15:30:42 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2015-11-17 15:30:42 +0000 |
commit | 7c92a34feaa3c08be81e859d192dce4295421de7 (patch) | |
tree | 4c4b92c7be1b6ca666322c1f3cad25433c2942a2 | |
parent | devel/py-libzfs: at least 10.2 is required for this port (diff) |
devel/py-libvirt: update to 1.2.21
While here, drop REINPLACE_CMD for python path in setup.py as
it should be covered by shebangfix already.
Notes
Notes:
svn path=/head/; revision=401818
-rw-r--r-- | devel/py-libvirt/Makefile | 6 | ||||
-rw-r--r-- | devel/py-libvirt/distinfo | 4 |
2 files changed, 3 insertions, 7 deletions
diff --git a/devel/py-libvirt/Makefile b/devel/py-libvirt/Makefile index 89056b3fee2f..c23f8da2ce65 100644 --- a/devel/py-libvirt/Makefile +++ b/devel/py-libvirt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.20 +PORTVERSION= 1.2.21 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ @@ -20,10 +20,6 @@ USES= pkgconfig python shebangfix SHEBANG_FILES= generator.py sanitytest.py setup.py USE_PYTHON= distutils autoplist -post-patch: - @${REINPLACE_CMD} -e 's|"python"|"${PYTHON_CMD}"|g' \ - ${WRKSRC}/setup.py - post-install: .for lib in libvirtmod libvirtmod_qemu libvirtmod_lxc @${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/site-packages/${lib}.so diff --git a/devel/py-libvirt/distinfo b/devel/py-libvirt/distinfo index 53f9a7fee502..40b98d3bbabe 100644 --- a/devel/py-libvirt/distinfo +++ b/devel/py-libvirt/distinfo @@ -1,2 +1,2 @@ -SHA256 (libvirt-python-1.2.20.tar.gz) = e1ea097546edc7cb0e7fd01e2ca9906ac12cc4f16d07f15f8f0f5154626ba446 -SIZE (libvirt-python-1.2.20.tar.gz) = 170437 +SHA256 (libvirt-python-1.2.21.tar.gz) = 7ffb49fcb64ac06188fc626c853c99361e5965766ab020f8ea66f8fbcfc29684 +SIZE (libvirt-python-1.2.21.tar.gz) = 171250 |