2013/8/19 Vadim Zhukov <persg...@gmail.com>:
>2013/8/19 Antoine Jacoutot <ajacou...@bsdfrog.org>:
>> On Mon, Aug 19, 2013 at 03:51:29PM +0400, Vadim Zhukov wrote:
>>> Hello all.
>>>
>>> Third set of patches after portcheck(1) run. Left out are some unclear
>>> cases and x11/kde* stuff.
>>>
>>> okay?
>>>
>>> Index: x11/gnome/file-roller/Makefile
>>> ===================================================================
>>> RCS file: /cvs/ports/x11/gnome/file-roller/Makefile,v
>>> retrieving revision 1.87
>>> diff -u -p -r1.87 Makefile
>>> --- x11/gnome/file-roller/Makefile    2 Jul 2013 07:13:30 -0000       1.87
>>> +++ x11/gnome/file-roller/Makefile    19 Aug 2013 11:13:29 -0000
>>> @@ -6,6 +6,7 @@ COMMENT=      archive manager utility for GNO
>>>
>>>  GNOME_PROJECT=       file-roller
>>>  GNOME_VERSION=       3.8.3
>>> +REVISION=    0
>>>
>>>  CATEGORIES=  archivers
>>>
>>> @@ -31,7 +32,8 @@ RUN_DEPENDS=        archivers/gcpio \
>>>               archivers/unzip \
>>>               archivers/xz \
>>>               archivers/zip \
>>> -             sysutils/cdrtools
>>> +             sysutils/cdrtools \
>>> +             x11/gtk+2,-guic
>>
>> Use MODGNOME_ICON_CACHE=Yes instead please.
>>
>>>
>>>  # "The Unarchiver" has not been ported to OpenBSD yet
>>>  RUN_DEPENDS +=       archivers/unrar
>
>Fixed, thanks. Updated diff below.

Oops, extra stuff snipped in. Here is working one.

--
  WBR,
  Vadim Zhukov


Index: geo/gmapcatcher/Makefile
===================================================================
RCS file: /cvs/ports/geo/gmapcatcher/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- geo/gmapcatcher/Makefile    3 Apr 2013 06:57:56 -0000       1.17
+++ geo/gmapcatcher/Makefile    19 Aug 2013 11:12:10 -0000
@@ -7,7 +7,7 @@ COMMENT=        offline maps viewer
 MODPY_EGG_VERSION=     0.7.6.1
 DISTNAME=      GMapCatcher-${MODPY_EGG_VERSION}
 PKGNAME=       gmapcatcher-${MODPY_EGG_VERSION}
-REVISION=      4
+REVISION=      5
 
 CATEGORIES=    geo x11
 
Index: geo/gmapcatcher/pkg/PLIST
===================================================================
RCS file: /cvs/ports/geo/gmapcatcher/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- geo/gmapcatcher/pkg/PLIST   27 Jun 2011 06:33:33 -0000      1.5
+++ geo/gmapcatcher/pkg/PLIST   19 Aug 2013 11:12:10 -0000
@@ -185,5 +185,5 @@ share/pixmaps/gmapcatcher/marker_gps.png
 share/pixmaps/gmapcatcher/missing.png
 share/pixmaps/gmapcatcher/setup.bmp
 share/pixmaps/map.png
-@exec %D/bin/update-desktop-database 2> /dev/null || true
-@unexec-delete %D/bin/update-desktop-database 2> /dev/null || true
+@exec %D/bin/update-desktop-database
+@unexec-delete %D/bin/update-desktop-database
Index: graphics/gnofract4d/Makefile
===================================================================
RCS file: /cvs/ports/graphics/gnofract4d/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- graphics/gnofract4d/Makefile        11 Mar 2013 11:10:52 -0000      1.3
+++ graphics/gnofract4d/Makefile        19 Aug 2013 11:12:14 -0000
@@ -4,6 +4,7 @@ COMMENT =               fractal image generator
 
 DISTNAME =             gnofract4d-${MODPY_EGG_VERSION}
 MODPY_EGG_VERSION =    3.14
+REVISION =             0
 
 CATEGORIES =           graphics
 
@@ -18,7 +19,9 @@ MASTER_SITES =                ${MASTER_SITE_SOURCEFORG
 
 BUILD_DEPENDS =                graphics/png
 MODULES =              lang/python
-RUN_DEPENDS =          x11/py-gtk2
+RUN_DEPENDS =          devel/desktop-file-utils \
+                       misc/shared-mime-info \
+                       x11/py-gtk2
 
 NO_TEST =              Yes
 
Index: graphics/gnofract4d/pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/gnofract4d/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- graphics/gnofract4d/pkg/PLIST       14 Nov 2011 11:01:16 -0000      1.1.1.1
+++ graphics/gnofract4d/pkg/PLIST       19 Aug 2013 11:12:14 -0000
@@ -566,3 +566,5 @@ share/pixmaps/gnofract4d/explorer_mode.p
 share/pixmaps/gnofract4d/improve_now.png
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
+@exec %D/bin/update-mime-database %D/share/mime
+@unexec-delete %D/bin/update-mime-database %D/share/mime
Index: graphics/hugin/Makefile
===================================================================
RCS file: /cvs/ports/graphics/hugin/Makefile,v
retrieving revision 1.36
diff -u -p -r1.36 Makefile
--- graphics/hugin/Makefile     14 May 2013 22:55:11 -0000      1.36
+++ graphics/hugin/Makefile     19 Aug 2013 11:12:18 -0000
@@ -9,7 +9,7 @@ COMMENT =               panorama image stitcher
 
 DISTNAME =             hugin-2011.4.0
 EXTRACT_SUFX =         .tar.bz2
-REVISION =             2
+REVISION =             3
 
 # not needed for releases, but makes RCs/betas easier to work with
 PKGNAME =              ${DISTNAME:S/_//:L}
@@ -48,7 +48,10 @@ MASTER_SITES =               ${MASTER_SITE_SOURCEFORG
 RUN_DEPENDS =          devel/desktop-file-utils \
                        graphics/enblend-enfuse \
                        graphics/p5-Image-ExifTool \
+                       misc/shared-mime-info \
+                       x11/gtk+2,-guic \
                        devel/gmake # yes, really a RUN_DEPENDS
+
 LIB_DEPENDS =          devel/boost \
                        graphics/exiv2>=0.12 \
                        graphics/glew \
Index: graphics/hugin/pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/hugin/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- graphics/hugin/pkg/PLIST    14 May 2013 22:55:11 -0000      1.10
+++ graphics/hugin/pkg/PLIST    19 Aug 2013 11:12:18 -0000
@@ -687,3 +687,7 @@ share/pixmaps/hugin.png
 share/pixmaps/ptbatcher.png
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
+@exec %D/bin/update-mime-database %D/share/mime
+@unexec-delete %D/bin/update-mime-database %D/share/mime
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/gnome
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/gnome
Index: graphics/inkscape/Makefile
===================================================================
RCS file: /cvs/ports/graphics/inkscape/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- graphics/inkscape/Makefile  28 Jun 2013 12:02:30 -0000      1.34
+++ graphics/inkscape/Makefile  19 Aug 2013 11:12:22 -0000
@@ -3,7 +3,7 @@
 COMMENT=       SVG vector drawing application
 
 DISTNAME=      inkscape-0.48.2
-REVISION=      7
+REVISION=      8
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=inkscape/}
 
@@ -43,7 +43,8 @@ LIB_DEPENDS=  devel/boehm-gc \
                textproc/libxslt \
                x11/gtk2mm>=2.24.4
 RUN_DEPENDS=   devel/desktop-file-utils \
-               textproc/py-lxml
+               textproc/py-lxml \
+               x11/gtk+2,-guic
 
 USE_GMAKE=     Yes
 USE_GROFF=     Yes
Index: graphics/inkscape/pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/inkscape/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- graphics/inkscape/pkg/PLIST 7 Apr 2013 10:37:14 -0000       1.6
+++ graphics/inkscape/pkg/PLIST 19 Aug 2013 11:12:22 -0000
@@ -921,3 +921,5 @@ share/locale/zh_CN/LC_MESSAGES/inkscape.
 share/locale/zh_TW/LC_MESSAGES/inkscape.mo
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
Index: graphics/rawtherapee/Makefile
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- graphics/rawtherapee/Makefile       16 May 2013 09:16:43 -0000      1.3
+++ graphics/rawtherapee/Makefile       19 Aug 2013 11:12:26 -0000
@@ -3,7 +3,7 @@
 COMMENT =              RAW image processing application
 
 DISTNAME =             rawtherapee-4.0.9
-REVISION =             0
+REVISION =             1
 
 CATEGORIES =           graphics
 
@@ -28,7 +28,8 @@ EXTRACT_SUFX =                .tar.xz
 
 MODULES =              devel/cmake \
                        devel/gettext
-RUN_DEPENDS =          devel/desktop-file-utils
+RUN_DEPENDS =          devel/desktop-file-utils \
+                       x11/gtk+2,-guic
 
 LIB_DEPENDS =          devel/libsigc++-2 \
                        graphics/libiptcdata \
Index: graphics/rawtherapee/pkg/PLIST
===================================================================
RCS file: /cvs/ports/graphics/rawtherapee/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- graphics/rawtherapee/pkg/PLIST      27 Jan 2013 14:56:44 -0000      1.1.1.1
+++ graphics/rawtherapee/pkg/PLIST      19 Aug 2013 11:12:26 -0000
@@ -700,5 +700,5 @@ share/rawtherapee/themes/slim
 share/rawtherapee/themes/system.iconset
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
-@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> 
/dev/null || true
-@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> 
/dev/null || true
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
Index: inputmethods/ibus-anthy/Makefile
===================================================================
RCS file: /cvs/ports/inputmethods/ibus-anthy/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- inputmethods/ibus-anthy/Makefile    21 Mar 2013 08:46:31 -0000      1.12
+++ inputmethods/ibus-anthy/Makefile    19 Aug 2013 11:12:29 -0000
@@ -3,6 +3,7 @@
 COMMENT =      japanese input engine for ibus
 
 DISTNAME =     ibus-anthy-1.5.0
+REVISION =     0
 
 SHARED_LIBS =  anthygobject-1.0        0.0 # 5.500
 
@@ -26,7 +27,9 @@ MODULES =     devel/gettext \
 
 BUILD_DEPENDS =        devel/gobject-introspection \
                inputmethods/ibus>=1.5.0
-RUN_DEPENDS =  inputmethods/ibus>=1.5.0
+RUN_DEPENDS =  devel/desktop-file-utils \
+               inputmethods/ibus>=1.5.0 \
+               x11/gtk+2,-guic
 LIB_DEPENDS =  inputmethods/anthy
 
 USE_GMAKE =    Yes
Index: mail/claws-mail/Makefile
===================================================================
RCS file: /cvs/ports/mail/claws-mail/Makefile,v
retrieving revision 1.62
diff -u -p -r1.62 Makefile
--- mail/claws-mail/Makefile    20 Jun 2013 06:54:36 -0000      1.62
+++ mail/claws-mail/Makefile    19 Aug 2013 11:12:33 -0000
@@ -9,9 +9,10 @@ COMMENT-spamassassin=  spamassassin plugi
 
 V=                     3.8.1
 DISTNAME=              claws-mail-${V}
-REVISION-main=         5
-REVISION-bogofilter=   4
-REVISION-spamassassin= 4
+REVISION-main=         6
+REVISION-bogofilter=   5
+REVISION-clamav=       0
+REVISION-spamassassin= 5
 PKGNAME-main=          ${DISTNAME}
 PKGNAME-bogofilter=    claws-mail-bogofilter-${V}
 PKGNAME-spamassassin=  claws-mail-spamassassin-${V}
@@ -97,6 +98,7 @@ CONFIGURE_ARGS+=      --disable-jpilot
 
 .if ${FLAVOR:Mcompface}
 PERMIT_PACKAGE_CDROM=  No Fee
+PERMIT_PACKAGE_FTP=    Yes
 LIB_DEPENDS-main+=     mail/faces
 WANTLIB-main +=                compface>=1
 .else
Index: mail/sylpheed/Makefile
===================================================================
RCS file: /cvs/ports/mail/sylpheed/Makefile,v
retrieving revision 1.101
diff -u -p -r1.101 Makefile
--- mail/sylpheed/Makefile      21 Mar 2013 08:46:32 -0000      1.101
+++ mail/sylpheed/Makefile      19 Aug 2013 11:12:37 -0000
@@ -3,6 +3,7 @@
 COMMENT =              lightweight and user-friendly e-mail client
 
 DISTNAME =             sylpheed-3.2.0
+REVISION =             0
 
 SHARED_LIBS +=                 sylph-0                   2.1 # 2.1
 SHARED_LIBS +=                 sylpheed-plugin-0         2.1 # 2.1
@@ -49,7 +50,8 @@ FLAVOR?=
 LIB_DEPENDS+=          mail/faces
 WANTLIB+=              compface
 CONFIGURE_ARGS +=      --enable-compface
-PERMIT_PACKAGE_CDROM =  No fee
+PERMIT_PACKAGE_CDROM = No fee
+PERMIT_PACKAGE_FTP =   Yes
 .else
 CONFIGURE_ARGS+=       --disable-compface
 .endif
Index: math/galculator/Makefile
===================================================================
RCS file: /cvs/ports/math/galculator/Makefile,v
retrieving revision 1.48
diff -u -p -r1.48 Makefile
--- math/galculator/Makefile    31 May 2013 15:34:51 -0000      1.48
+++ math/galculator/Makefile    19 Aug 2013 11:12:41 -0000
@@ -5,7 +5,7 @@ COMMENT=        GTK-based scientific calculator
 DISTNAME=      galculator-2.1.2
 CATEGORIES=    math
 HOMEPAGE=      http://galculator.sourceforge.net/
-REVISION=      0
+REVISION=      1
 
 MAINTAINER=    Christian Weisgerber <na...@openbsd.org>
 
@@ -27,7 +27,8 @@ WANTLIB=      ICE SM X11 Xcomposite Xcursor X
 MODULES=       devel/gettext \
                textproc/intltool
 
-RUN_DEPENDS=   devel/desktop-file-utils
+RUN_DEPENDS=   devel/desktop-file-utils \
+               x11/gtk+2,-guic
 LIB_DEPENDS=   x11/gtk+3
 
 SEPARATE_BUILD=        Yes
Index: math/galculator/pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/galculator/pkg/PLIST,v
retrieving revision 1.17
diff -u -p -r1.17 PLIST
--- math/galculator/pkg/PLIST   29 Apr 2013 14:00:45 -0000      1.17
+++ math/galculator/pkg/PLIST   19 Aug 2013 11:12:41 -0000
@@ -59,3 +59,5 @@ share/pixmaps/
 share/pixmaps/galculator.xpm
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
Index: net/filezilla/Makefile
===================================================================
RCS file: /cvs/ports/net/filezilla/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- net/filezilla/Makefile      31 May 2013 15:29:40 -0000      1.30
+++ net/filezilla/Makefile      19 Aug 2013 11:12:45 -0000
@@ -6,7 +6,7 @@ V=              3.7.0.2
 PKGNAME=       filezilla-$V
 DISTNAME=      FileZilla_$V_src
 EXTRACT_SUFX=  .tar.bz2
-REVISION=      0
+REVISION=      1
 
 MAINTAINER=    Giovanni Bechis <giova...@openbsd.org>
 
@@ -42,7 +42,8 @@ LIB_DEPENDS=  devel/libidn \
 BUILD_DEPENDS= devel/cppunit \
                devel/xdg-utils
 RUN_DEPENDS=   devel/desktop-file-utils \
-               devel/xdg-utils
+               devel/xdg-utils \
+               x11/gtk+2,-guic
 
 SEPARATE_BUILD= Yes
 CONFIGURE_STYLE=gnu
Index: net/filezilla/pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/filezilla/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST
--- net/filezilla/pkg/PLIST     27 May 2013 14:02:45 -0000      1.11
+++ net/filezilla/pkg/PLIST     19 Aug 2013 11:12:45 -0000
@@ -668,3 +668,5 @@ share/pixmaps/
 share/pixmaps/filezilla.png
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
Index: net/gpodder/Makefile
===================================================================
RCS file: /cvs/ports/net/gpodder/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- net/gpodder/Makefile        11 Mar 2013 11:35:47 -0000      1.4
+++ net/gpodder/Makefile        19 Aug 2013 11:12:49 -0000
@@ -4,7 +4,7 @@ COMMENT=                media aggregator and podcast c
 
 MODPY_EGG_VERSION=     3.1.0
 DISTNAME=              gpodder-${MODPY_EGG_VERSION}
-REVISION=              0
+REVISION=              1
 CATEGORIES=            net www
 
 HOMEPAGE=              http://gpodder.org/
@@ -25,6 +25,7 @@ RUN_DEPENDS=          devel/desktop-file-utils \
                        net/mygpoclient \
                        textproc/py-feedparser \
                        x11/dbus-python \
+                       x11/gtk+2,-guic \
                        x11/py-gtk2
 TEST_DEPENDS=  devel/py-minimock \
                        net/mygpoclient \
Index: net/psi/Makefile
===================================================================
RCS file: /cvs/ports/net/psi/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- net/psi/Makefile    16 May 2013 17:20:12 -0000      1.19
+++ net/psi/Makefile    19 Aug 2013 11:12:53 -0000
@@ -3,7 +3,7 @@
 COMMENT=       multiplatform Jabber client
 
 DISTNAME=      psi-0.15
-REVISION=      0
+REVISION=      1
 CATEGORIES=    net
 
 HOMEPAGE=      http://psi-im.org/
Index: net/psi/pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/psi/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- net/psi/pkg/PLIST   21 Apr 2013 13:56:27 -0000      1.6
+++ net/psi/pkg/PLIST   19 Aug 2013 11:12:53 -0000
@@ -189,5 +189,5 @@ share/psi/sound/online.wav
 share/psi/sound/send.wav
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
-@exec %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 2>/dev/null || 
true
-@unexec-delete %D/bin/gtk-update-icon-cache -q %D/share/icons/hicolor 
2>/dev/null || true
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
Index: print/acroread/Makefile
===================================================================
RCS file: /cvs/ports/print/acroread/Makefile,v
retrieving revision 1.42
diff -u -p -r1.42 Makefile
--- print/acroread/Makefile     11 Mar 2013 11:37:53 -0000      1.42
+++ print/acroread/Makefile     19 Aug 2013 11:12:57 -0000
@@ -10,7 +10,7 @@ V=            7.0.9
 DISTNAME=      AdobeReader_enu-${V}-1.i386
 PKGNAME-main=  acroread-${V}
 PKGNAME-plugins=acroread-plugins-${V}
-REVISION-main=         1
+REVISION-main=         2
 REVISION-plugins=      2
 CATEGORIES=    print
 SHARED_LIBS=   ACE     2.07 \
Index: print/acroread/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/print/acroread/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST-main
--- print/acroread/pkg/PLIST-main       29 Jan 2009 20:07:05 -0000      1.2
+++ print/acroread/pkg/PLIST-main       19 Aug 2013 11:12:57 -0000
@@ -308,3 +308,5 @@ Acrobat7/bin/acroread
 bin/acroread
 share/applications/AdobeReader.desktop
 @sysctl kern.emul.linux=1
+@exec %D/bin/update-desktop-database
+@unexec-delete %D/bin/update-desktop-database
Index: productivity/workrave/Makefile
===================================================================
RCS file: /cvs/ports/productivity/workrave/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- productivity/workrave/Makefile      28 Jun 2013 10:11:10 -0000      1.35
+++ productivity/workrave/Makefile      19 Aug 2013 11:13:02 -0000
@@ -3,7 +3,7 @@
 COMMENT=               reminder program for prevention of RSI
 
 DISTNAME=              workrave-1.9.4
-REVISION=              5
+REVISION=              6
 CATEGORIES=            productivity x11
 
 HOMEPAGE=              http://www.workrave.org/
@@ -24,6 +24,8 @@ WANTLIB += xcb xcb-render xcb-shm xml2 z
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=workrave/}
 
 BUILD_DEPENDS=         devel/py-cheetah
+RUN_DEPENDS=           devel/desktop-file-utils \
+                       x11/gtk+2,-guic
 LIB_DEPENDS=           devel/gconf2 \
                        multimedia/gstreamer-0.10/core \
                        x11/dbus-glib \
Index: productivity/workrave/pkg/PLIST
===================================================================
RCS file: /cvs/ports/productivity/workrave/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- productivity/workrave/pkg/PLIST     13 Sep 2011 07:50:51 -0000      1.7
+++ productivity/workrave/pkg/PLIST     19 Aug 2013 11:13:02 -0000
@@ -114,3 +114,7 @@ share/workrave/images/workrave-quiet-ico
 share/workrave/images/workrave-suspended-icon-medium.png
 share/workrave/images/workrave.png
 share/workrave/images/workrave.xpm
+@exec %D/bin/update-desktop-database
+@unexec-delete %D/bin/update-desktop-database
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
Index: productivity/zim/Makefile
===================================================================
RCS file: /cvs/ports/productivity/zim/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- productivity/zim/Makefile   2 Apr 2013 17:26:34 -0000       1.10
+++ productivity/zim/Makefile   19 Aug 2013 11:13:06 -0000
@@ -4,7 +4,7 @@ COMMENT =               desktop wiki
 
 MODPY_EGG_VERSION =    0.56
 DISTNAME =             zim-${MODPY_EGG_VERSION}
-REVISION =             0
+REVISION =             1
 
 CATEGORIES =           productivity
 
@@ -29,6 +29,8 @@ COMMON_DEPENDS =      x11/py-gtk2 \
 BUILD_DEPENDS =        ${COMMON_DEPENDS}
 
 RUN_DEPENDS =          ${COMMON_DEPENDS} \
+                       devel/desktop-file-utils \
+                       misc/shared-mime-info \
                        x11/gtk+2,-guic
 
 .include <bsd.port.mk>
Index: productivity/zim/pkg/PLIST
===================================================================
RCS file: /cvs/ports/productivity/zim/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- productivity/zim/pkg/PLIST  21 Jun 2012 20:25:45 -0000      1.5
+++ productivity/zim/pkg/PLIST  19 Aug 2013 11:13:06 -0000
@@ -340,6 +340,10 @@ share/zim/urls.list
 share/zim/zim.png
 @exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
 @unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/ubuntu-mono-light
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t 
%D/share/icons/ubuntu-mono-light
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/ubuntu-mono-dark
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t 
%D/share/icons/ubuntu-mono-dark
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
 @exec %D/bin/update-mime-database %D/share/mime
Index: security/fwbuilder/Makefile
===================================================================
RCS file: /cvs/ports/security/fwbuilder/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- security/fwbuilder/Makefile 11 Mar 2013 11:41:24 -0000      1.30
+++ security/fwbuilder/Makefile 19 Aug 2013 11:13:10 -0000
@@ -6,6 +6,7 @@ VMEM_WARNING =  Yes
 COMMENT =      firewall GUI
 DISTNAME =     fwbuilder-5.1.0.3599
 CATEGORIES =   net security
+REVISION =     0
 
 HOMEPAGE =     http://www.fwbuilder.org/
 
@@ -25,6 +26,9 @@ CONFIGURE_STYLE =     gnu
 BUILD_DEPENDS +=${MODGNU_AUTOCONF_DEPENDS} \
                ${MODGNU_AUTOMAKE_DEPENDS} \
                devel/cppunit
+RUN_DEPENDS =  devel/desktop-file-utils \
+               x11/gtk+2,-guic
+
 COPTS =                ${DEBUG}
 
 CONFIGURE_ARGS +=      --with-docdir=${TRUEPREFIX}/share/doc/fwbuilder \
Index: security/fwbuilder/pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/fwbuilder/pkg/PLIST,v
retrieving revision 1.13
diff -u -p -r1.13 PLIST
--- security/fwbuilder/pkg/PLIST        21 Oct 2012 14:20:53 -0000      1.13
+++ security/fwbuilder/pkg/PLIST        19 Aug 2013 11:13:10 -0000
@@ -409,3 +409,5 @@ share/icons/hicolor/72x72/apps/
 share/icons/hicolor/72x72/apps/fwbuilder.png
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
Index: security/gpa/Makefile
===================================================================
RCS file: /cvs/ports/security/gpa/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- security/gpa/Makefile       11 Mar 2013 11:41:25 -0000      1.29
+++ security/gpa/Makefile       19 Aug 2013 11:13:14 -0000
@@ -3,7 +3,7 @@
 COMMENT=       graphical interface for GnuPG
 
 DISTNAME=      gpa-0.7.6
-REVISION=      6
+REVISION=      7
 CATEGORIES=            security x11
 
 HOMEPAGE=      http://www.gnupg.org/gpa.html
Index: security/gpa/pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/gpa/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- security/gpa/pkg/PLIST      23 Mar 2010 13:32:39 -0000      1.7
+++ security/gpa/pkg/PLIST      19 Aug 2013 11:13:14 -0000
@@ -22,3 +22,5 @@ share/locale/zh_TW.Big5/LC_MESSAGES/
 share/locale/zh_TW.Big5/LC_MESSAGES/gpa.mo
 share/pixmaps/
 share/pixmaps/gpa.png
+@exec %D/bin/update-desktop-database
+@unexec-delete %D/bin/update-desktop-database
Index: sysutils/filelight/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/filelight/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- sysutils/filelight/Makefile 24 Jun 2013 15:53:39 -0000      1.16
+++ sysutils/filelight/Makefile 19 Aug 2013 11:13:18 -0000
@@ -5,7 +5,7 @@ SHARED_ONLY=    Yes
 COMMENT=       concentric segmented-rings disk usage visualisation
 
 DISTNAME=      filelight-1.0
-REVISION =     8
+REVISION =     9
 CATEGORIES=    sysutils x11/kde
 
 EXTRACT_SUFX=  .tar.bz2
Index: sysutils/filelight/pkg/PLIST
===================================================================
RCS file: /cvs/ports/sysutils/filelight/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- sysutils/filelight/pkg/PLIST        24 Jun 2013 15:53:39 -0000      1.4
+++ sysutils/filelight/pkg/PLIST        19 Aug 2013 11:13:18 -0000
@@ -18,3 +18,5 @@ share/services/filelight_part.desktop
 @unexec-delete %D/bin/update-desktop-database
 @exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
 @unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/crystalsvg
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/crystalsvg
Index: x11/e17/elementary/Makefile
===================================================================
RCS file: /cvs/ports/x11/e17/elementary/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- x11/e17/elementary/Makefile 31 May 2013 15:34:58 -0000      1.11
+++ x11/e17/elementary/Makefile 19 Aug 2013 11:13:22 -0000
@@ -4,7 +4,7 @@ COMMENT =               basic widget set, based on EF
 
 VERSION =              1.7.6
 DISTNAME =             elementary-${VERSION}
-REVISION =             0
+REVISION =             1
 
 SHARED_LIBS += elementary                0.0 # 8.6
 
Index: x11/e17/elementary/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/e17/elementary/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- x11/e17/elementary/pkg/PLIST        9 May 2013 13:00:13 -0000       1.4
+++ x11/e17/elementary/pkg/PLIST        19 Aug 2013 11:13:22 -0000
@@ -310,7 +310,5 @@ share/locale/pt/LC_MESSAGES/elementary.m
 share/locale/ur/LC_MESSAGES/elementary.mo
 share/locale/yi/LC_MESSAGES/elementary.mo
 share/locale/zh_CN/LC_MESSAGES/elementary.mo
-@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons
-@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
Index: x11/gnome/banshee/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnome/banshee/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- x11/gnome/banshee/Makefile  31 May 2013 15:34:59 -0000      1.13
+++ x11/gnome/banshee/Makefile  19 Aug 2013 11:13:25 -0000
@@ -6,7 +6,7 @@ COMMENT=        music management and playback a
 
 GNOME_VERSION= 2.6.1
 GNOME_PROJECT= banshee
-REVISION=      0
+REVISION=      1
 
 CATEGORIES=    audio multimedia
 
@@ -46,7 +46,8 @@ COMMON_DEPENDS=       devel/mono-notify \
 BUILD_DEPENDS= ${COMMON_DEPENDS} \
                devel/libmtp
 
-RUN_DEPENDS=   ${COMMON_DEPENDS}
+RUN_DEPENDS=   ${COMMON_DEPENDS} \
+               misc/shared-mime-info
 
 RUN_DEPENDS += multimedia/gstreamer-0.10/plugins-good #libgstgconfelements
 RUN_DEPENDS += multimedia/gstreamer-0.10/plugins-bad #bpmdetect (soundtouch)
Index: x11/gnome/file-roller/Makefile
===================================================================
RCS file: /cvs/ports/x11/gnome/file-roller/Makefile,v
retrieving revision 1.87
diff -u -p -r1.87 Makefile
--- x11/gnome/file-roller/Makefile      2 Jul 2013 07:13:30 -0000       1.87
+++ x11/gnome/file-roller/Makefile      19 Aug 2013 13:18:31 -0000
@@ -6,6 +6,7 @@ COMMENT=        archive manager utility for GNO
 
 GNOME_PROJECT= file-roller
 GNOME_VERSION= 3.8.3
+REVISION=      0
 
 CATEGORIES=    archivers
 
@@ -43,6 +44,7 @@ LIB_DEPENDS=  archivers/libarchive \
 
 MODGNOME_TOOLS=        yelp
 MODGNOME_DESKTOP_FILE= Yes
+MODGNOME_ICON_CACHE=   Yes
 
 post-install:
        rm ${PREFIX}/lib/nautilus/extensions-3.0/*.{a,la}
Index: x11/gtk2-equinox-engine/Makefile
===================================================================
RCS file: /cvs/ports/x11/gtk2-equinox-engine/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- x11/gtk2-equinox-engine/Makefile    21 Mar 2013 08:48:56 -0000      1.12
+++ x11/gtk2-equinox-engine/Makefile    19 Aug 2013 11:13:33 -0000
@@ -11,6 +11,7 @@ REVISION=     1
 
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
                140449-equinox-themes-${V}${EXTRACT_SUFX}
+DIST_SUBDIR=   equinox
 
 CATEGORIES=    x11
 
Index: x11/nx/opennx/Makefile
===================================================================
RCS file: /cvs/ports/x11/nx/opennx/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- x11/nx/opennx/Makefile      31 May 2013 15:35:14 -0000      1.32
+++ x11/nx/opennx/Makefile      19 Aug 2013 11:17:48 -0000
@@ -4,7 +4,7 @@ COMMENT=                OSS replacement for the Nomach
 
 DISTNAME=              opennx-0.16.0.724
 CATEGORIES=            sysutils
-REVISION=              0
+REVISION=              1
 
 HOMEPAGE=              http://opennx.sourceforge.net/
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=opennx/}
@@ -33,6 +33,7 @@ LIB_DEPENDS=          x11/wxWidgets \
 BUILD_DEPENDS +=       print/cups
 
 RUN_DEPENDS=           devel/desktop-file-utils \
+                       x11/gtk+2,-guic \
                        x11/nx/nxproxy \
                        x11/nx/nxssh
 
Index: x11/nx/opennx/pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/nx/opennx/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- x11/nx/opennx/pkg/PLIST     15 Nov 2012 10:12:54 -0000      1.8
+++ x11/nx/opennx/pkg/PLIST     19 Aug 2013 11:17:48 -0000
@@ -51,3 +51,5 @@ share/locale/ja/LC_MESSAGES/opennx.mo
 share/locale/ru/LC_MESSAGES/opennx.mo
 @exec %D/bin/update-desktop-database
 @unexec-delete %D/bin/update-desktop-database
+@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
+@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor

Reply via email to