Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Nov 2015 15:30:42 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401818 - head/devel/py-libvirt
Message-ID:  <201511171530.tAHFUgOQ057676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Tue Nov 17 15:30:42 2015
New Revision: 401818
URL: https://svnweb.freebsd.org/changeset/ports/401818

Log:
  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.

Modified:
  head/devel/py-libvirt/Makefile
  head/devel/py-libvirt/distinfo

Modified: head/devel/py-libvirt/Makefile
==============================================================================
--- head/devel/py-libvirt/Makefile	Tue Nov 17 15:30:03 2015	(r401817)
+++ head/devel/py-libvirt/Makefile	Tue Nov 17 15:30:42 2015	(r401818)
@@ -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

Modified: head/devel/py-libvirt/distinfo
==============================================================================
--- head/devel/py-libvirt/distinfo	Tue Nov 17 15:30:03 2015	(r401817)
+++ head/devel/py-libvirt/distinfo	Tue Nov 17 15:30:42 2015	(r401818)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511171530.tAHFUgOQ057676>