Date: Mon, 26 Jan 2015 06:07:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports@FreeBSD.org Subject: [Bug 195798] [PATCH] devel/fb303: Fix pkg-plist Message-ID: <bug-195798-543-zmuuu0QSQD@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-195798-543@https.bugs.freebsd.org/bugzilla/> References: <bug-195798-543@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195798 --- Comment #3 from Real Huang <realhuang21@gmail.com> --- Comment on attachment 150335 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150335 the patch file Index: Makefile =================================================================== --- Makefile (revision 374232) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= fb303 PORTVERSION= ${THRIFT_PORTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= APACHE Index: pkg-plist =================================================================== --- pkg-plist (revision 374232) +++ pkg-plist (working copy) @@ -21,5 +21,8 @@ %%PYTHON_SITELIBDIR%%/fb303_scripts/__init__.pyc %%PYTHON_SITELIBDIR%%/fb303_scripts/fb303_simple_mgmt.py %%PYTHON_SITELIBDIR%%/fb303_scripts/fb303_simple_mgmt.pyc -%%PYTHON_SITELIBDIR%%/thrift_fb303-1.0.0_dev-py%%PYTHON_VER%%.egg-info +%%PYTHON_SITELIBDIR%%/thrift_fb303-1.0.0_dev-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/thrift_fb303-1.0.0_dev-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/thrift_fb303-1.0.0_dev-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/thrift_fb303-1.0.0_dev-py%%PYTHON_VER%%.egg-info/top_level.txt %%DATADIR%%/if/fb303.thrift -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195798-543-zmuuu0QSQD>