Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2011 17:00:57 -0700
From:      Jason Helfman <jhelfman@experts-exchange.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/157224: [patch][maintainer-update] devel/libvirt: use PYTHON_VERSION in plist
Message-ID:  <1305936057.386642.82703.nullmailer@experts-exchange.com>
Resent-Message-ID: <201105210010.p4L0A9GE056891@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157224
>Category:       ports
>Synopsis:       [patch][maintainer-update] devel/libvirt: use PYTHON_VERSION in plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 21 00:10:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jason Helfman
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
Experts Exchange, LLC.
>Environment:
System: FreeBSD eggman.experts-exchange.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
Use python_version in plist
Builds cleanly in Tinderbox
>How-To-Repeat:
	
>Fix:

Index: devel/libvirt/pkg-plist
===================================================================
RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- devel/libvirt/pkg-plist	20 May 2011 14:42:14 -0000	1.1
+++ devel/libvirt/pkg-plist	20 May 2011 23:36:34 -0000
@@ -36,9 +36,9 @@
 %%LIB32DIR%%/libvirt.so
 %%LIB32DIR%%/libvirt.so.9
 %%LIB32DIR%%/pkgconfig/libvirt.pc
-%%LIB32DIR%%/python2.7/site-packages/libvirt.py
-%%LIB32DIR%%/python2.7/site-packages/libvirtmod.la
-%%LIB32DIR%%/python2.7/site-packages/libvirtmod.so
+%%LIB32DIR%%/%%PYTHON_VERSION%%/site-packages/libvirt.py
+%%LIB32DIR%%/%%PYTHON_VERSION%%/site-packages/libvirtmod.la
+%%LIB32DIR%%/%%PYTHON_VERSION%%/site-packages/libvirtmod.so
 libexec/libvirt_iohelper
 sbin/libvirtd
 share/augeas/lenses/libvirtd.aug
>Release-Note:
>Audit-Trail:
>Unformatted:



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