diff options
Diffstat (limited to 'net-mgmt/virtinst')
-rw-r--r-- | net-mgmt/virtinst/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/virtinst/distinfo | 4 | ||||
-rw-r--r-- | net-mgmt/virtinst/files/patch-setup.py | 17 | ||||
-rw-r--r-- | net-mgmt/virtinst/pkg-plist | 6 |
4 files changed, 23 insertions, 8 deletions
diff --git a/net-mgmt/virtinst/Makefile b/net-mgmt/virtinst/Makefile index 4ea19a03e6ed..ce882796c64e 100644 --- a/net-mgmt/virtinst/Makefile +++ b/net-mgmt/virtinst/Makefile @@ -6,7 +6,7 @@ # PORTNAME= virtinst -PORTVERSION= 0.600.0 +PORTVERSION= 0.600.1 CATEGORIES= net-mgmt MASTER_SITES= http://virt-manager.org/download/sources/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,8 +24,6 @@ USE_PYDISTUTILS= yes MAN1= virt-clone.1 virt-convert.1 virt-image.1 virt-install.1 MAN5= virt-image.5 -MAN1PREFIX= ${PREFIX}/share -MAN5PREFIX= ${PREFIX}/share MANCOMPRESSED= no .include <bsd.port.mk> diff --git a/net-mgmt/virtinst/distinfo b/net-mgmt/virtinst/distinfo index a27165fda7e5..1e6fce69e22c 100644 --- a/net-mgmt/virtinst/distinfo +++ b/net-mgmt/virtinst/distinfo @@ -1,2 +1,2 @@ -SHA256 (virtinst-0.600.0.tar.gz) = 92dc8f14d31ffb0e79479fab982203027c45c83d25e73af7627f589f92ca797a -SIZE (virtinst-0.600.0.tar.gz) = 576764 +SHA256 (virtinst-0.600.1.tar.gz) = db342cf93aae1f23df02001bdb0b0cc2c5bf675dca37b4417f5a79bf5a374716 +SIZE (virtinst-0.600.1.tar.gz) = 8122159 diff --git a/net-mgmt/virtinst/files/patch-setup.py b/net-mgmt/virtinst/files/patch-setup.py new file mode 100644 index 000000000000..81ec49f5dac1 --- /dev/null +++ b/net-mgmt/virtinst/files/patch-setup.py @@ -0,0 +1,17 @@ +--- ./setup.py.orig 2012-02-02 15:02:56.000000000 -0800 ++++ ./setup.py 2012-02-02 15:04:09.000000000 -0800 +@@ -359,12 +359,12 @@ + packages=['virtinst', 'virtconv', 'virtconv.parsers'], + + data_files=[ +- ('share/man/man1', [ ++ ('man/man1', [ + 'man/en/virt-install.1', + 'man/en/virt-clone.1', + 'man/en/virt-image.1', + 'man/en/virt-convert.1']), +- ('share/man/man5', [ ++ ('man/man5', [ + 'man/en/virt-image.5']), + ] + _build_lang_data(), + diff --git a/net-mgmt/virtinst/pkg-plist b/net-mgmt/virtinst/pkg-plist index a215504bdc3c..36a757a37a19 100644 --- a/net-mgmt/virtinst/pkg-plist +++ b/net-mgmt/virtinst/pkg-plist @@ -135,6 +135,9 @@ bin/virt-install %%PYTHON_SITELIBDIR%%/virtinst/VirtualNetworkInterface.py %%PYTHON_SITELIBDIR%%/virtinst/VirtualNetworkInterface.pyc %%PYTHON_SITELIBDIR%%/virtinst/VirtualNetworkInterface.pyo +%%PYTHON_SITELIBDIR%%/virtinst/VirtualRedirDevice.py +%%PYTHON_SITELIBDIR%%/virtinst/VirtualRedirDevice.pyc +%%PYTHON_SITELIBDIR%%/virtinst/VirtualRedirDevice.pyo %%PYTHON_SITELIBDIR%%/virtinst/VirtualSmartCardDevice.py %%PYTHON_SITELIBDIR%%/virtinst/VirtualSmartCardDevice.pyc %%PYTHON_SITELIBDIR%%/virtinst/VirtualSmartCardDevice.pyo @@ -189,6 +192,3 @@ share/locale/zh_CN/LC_MESSAGES/virtinst.mo @dirrm %%PYTHON_SITELIBDIR%%/virtinst @dirrm %%PYTHON_SITELIBDIR%%/virtconv/parsers @dirrm %%PYTHON_SITELIBDIR%%/virtconv -@dirrmtry share/man/man5 -@dirrmtry share/man/man1 -@dirrmtry share/man |