[Bug 192901] chinese/fcitx: falls stage-qa checks
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Sep 9 09:01:14 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192901
John Marino <marino at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Open |Issue Resolved
Resolution|--- |FIXED
--- Comment #9 from John Marino <marino at FreeBSD.org> ---
It looks like the commit didn't get captured, I added a copy of it below.
share/cmake needs to be added, not removed. There were more than 7 dirrm
lines, and only 4 needed to be removed.
Author: marino
Date: Tue Sep 9 08:49:00 2014
New Revision: 367720
URL: http://svnweb.freebsd.org/changeset/ports/367720
QAT: https://qat.redports.org/buildarchive/r367720/
Log:
chinese/fcitx: Adjust pkg-plist to pass stage-qa checks
PR: 192901
Modified:
head/chinese/fcitx/Makefile
head/chinese/fcitx/pkg-plist
Modified: head/chinese/fcitx/Makefile
==============================================================================
--- head/chinese/fcitx/Makefile Tue Sep 9 08:45:40 2014 (r367719)
+++ head/chinese/fcitx/Makefile Tue Sep 9 08:49:00 2014 (r367720)
@@ -3,7 +3,7 @@
PORTNAME= fcitx
PORTVERSION= 4.2.6.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= chinese x11
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
Modified: head/chinese/fcitx/pkg-plist
==============================================================================
--- head/chinese/fcitx/pkg-plist Tue Sep 9 08:45:40 2014 (r367719)
+++ head/chinese/fcitx/pkg-plist Tue Sep 9 08:49:00 2014 (r367720)
@@ -368,8 +368,6 @@ share/mime/packages/x-fskin.xml
@dirrmtry share/icons/gnome/scalable/status
@dirrmtry share/icons/gnome/scalable
@dirrmtry share/icons/gnome
- at dirrmtry share/icons/hicolor/scalable/status
- at dirrmtry share/icons/hicolor/scalable
@dirrmtry %%DATADIR%%/table
@dirrm %%DATADIR%%/skin/default
@dirrm %%DATADIR%%/skin/dark
@@ -385,6 +383,7 @@ share/mime/packages/x-fskin.xml
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm share/cmake/fcitx
+ at dirrmtry share/cmake
@dirrm lib/fcitx
@dirrm include/fcitx/module/x11
@dirrm include/fcitx/module/spell
@@ -400,5 +399,3 @@ share/mime/packages/x-fskin.xml
@dirrm include/fcitx-gclient
@dirrm include/fcitx-config
@dirrm include/fcitx
- at dirrmtry lib/girepository-1.0
- at dirrmtry share/gir-1.0
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list