Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Sep 2014 09:01:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192901] chinese/fcitx: falls stage-qa checks
Message-ID:  <bug-192901-13-nzPwSPmjC6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192901-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192901-13@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=192901

John Marino <marino@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Issue Resolved
         Resolution|---                         |FIXED

--- Comment #9 from John Marino <marino@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
-@dirrmtry share/icons/hicolor/scalable/status
-@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
+@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
-@dirrmtry lib/girepository-1.0
-@dirrmtry share/gir-1.0

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192901-13-nzPwSPmjC6>