Bug 32167 - [Maintainer patch] - install one more file with the port
Summary: [Maintainer patch] - install one more file with the port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-21 15:10 UTC by ak03
Modified: 2001-11-23 06:36 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ak03 2001-11-21 15:10:01 UTC
	There is one file from omniORBPy distribution port fails to
	install and which is being missed by at least one user.
	Install Naming_idl.py in PYTHONSITEDIR.

How-To-Repeat: 	N/A	
Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/py-omniorb/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	28 Aug 2001 13:03:10 -0000	1.3
+++ Makefile	16 Nov 2001 22:11:03 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	omniorb
 PORTVERSION= 	1.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	ftp://ftp.uk.research.att.com/pub/omniORB/omniORBpy/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -46,6 +47,8 @@
 do-install:
 	@ ${INSTALL_DATA} ${WRKSRC}/lib/python/omniidl_be/python.py* \
 	  ${PYTHON_SITELIBDIR}/omniidl_be
+	@ ${INSTALL_DATA} ${WRKSRC}/lib/python/Naming_idl.py* \
+	  ${PYTHON_SITELIBDIR}
 	@ cd ${WRKSRC}/lib/python && find ${MODULEDIRS} \
 	  | ${CPIO} ${BINOWN}:${BINGRP} ${PYTHON_SITELIBDIR}
 	@ cd ${WRKSRC}/lib/${CONFIG_TARGET} && find _omnipymodule.so* \
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/py-omniorb/pkg-plist,v
retrieving revision 1.1
diff -u -r1.1 pkg-plist
--- pkg-plist	28 Mar 2001 14:38:51 -0000	1.1
+++ pkg-plist	16 Nov 2001 22:12:37 -0000
@@ -65,6 +65,8 @@
 lib/%%PYTHON_VERSION%%/site-packages/omniORB/tcInternal.pyc
 lib/%%PYTHON_VERSION%%/site-packages/omniidl_be/python.py
 lib/%%PYTHON_VERSION%%/site-packages/omniidl_be/python.pyc
+lib/%%PYTHON_VERSION%%/site-packages/Naming_idl.py
+lib/%%PYTHON_VERSION%%/site-packages/Naming_idl.pyc
 @dirrm lib/%%PYTHON_VERSION%%/site-packages/omniORB
 @dirrm lib/%%PYTHON_VERSION%%/site-packages/CosNaming__POA
 @dirrm lib/%%PYTHON_VERSION%%/site-packages/CosNaming
Comment 1 dwcjr freebsd_committer freebsd_triage 2001-11-23 06:35:59 UTC
State Changed
From-To: open->closed

Committed, thanks!