[Bug 195798] [PATCH] devel/fb303: Fix pkg-plist

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 26 06:07:07 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195798

--- Comment #3 from Real Huang <realhuang21 at 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 the assignee for the bug.


More information about the freebsd-ports-bugs mailing list