On 10/21/14 09:36, Paul Irofti wrote:
On Thu, Oct 02, 2014 at 12:45:25PM -0600, David Coppa wrote:
OK?
That's okay with me in case it didn't get in by now :-)

OK for me too. Sorry as well for the late reply.

Sorry about the late reply, I forgot to reenable my forward file on cvs
since the end of September. I'm a dumbass.

Index: audio/musique/Makefile
===================================================================
RCS file: /cvs/ports/audio/musique/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- audio/musique/Makefile      26 Nov 2013 14:53:33 -0000      1.4
+++ audio/musique/Makefile      2 Oct 2014 18:26:49 -0000
@@ -2,6 +2,7 @@
COMMENT = graphical music player focused on a clean ui
  DISTNAME =    musique-1.3
+REVISION =     0
  CATEGORIES =  audio
HOMEPAGE = http://flavio.tordini.org/musique/
Index: audio/musique/patches/patch-src_utils_cpp
===================================================================
RCS file: /cvs/ports/audio/musique/patches/patch-src_utils_cpp,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-src_utils_cpp
--- audio/musique/patches/patch-src_utils_cpp   26 Nov 2013 14:53:33 -0000      
1.2
+++ audio/musique/patches/patch-src_utils_cpp   2 Oct 2014 18:26:49 -0000
@@ -1,6 +1,6 @@
  $OpenBSD: patch-src_utils_cpp,v 1.2 2013/11/26 14:53:33 bcallah Exp $
-Use the gnome icon theme unconditionally: fixes a problem with
+Use the Adwaita icon theme unconditionally: fixes a problem with
  musique GUI not having icons when executed outside of a Desktop
  Environment.
@@ -13,7 +13,7 @@ the same author.
   #endif
QIcon Utils::themeIcon(const QString &name) {
-+    QIcon::setThemeName("gnome");
++    QIcon::setThemeName("Adwaita");
       if (QIcon::hasThemeIcon(name))
           return QIcon::fromTheme(name);
       else
Index: www/minitube/Makefile
===================================================================
RCS file: /cvs/ports/www/minitube/Makefile,v
retrieving revision 1.34
diff -u -p -u -p -r1.34 Makefile
--- www/minitube/Makefile       22 Jul 2014 13:03:27 -0000      1.34
+++ www/minitube/Makefile       2 Oct 2014 18:28:00 -0000
@@ -4,6 +4,8 @@ COMMENT =       standalone YouTube.com video b
DISTNAME = minitube-2.2 +REVISION = 0
+
  CATEGORIES =  www multimedia
HOMEPAGE = http://flavio.tordini.org/minitube
Index: www/minitube/patches/patch-src_utils_cpp
===================================================================
RCS file: /cvs/ports/www/minitube/patches/patch-src_utils_cpp,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 patch-src_utils_cpp
--- www/minitube/patches/patch-src_utils_cpp    30 Sep 2013 08:06:10 -0000      
1.2
+++ www/minitube/patches/patch-src_utils_cpp    2 Oct 2014 18:28:00 -0000
@@ -1,6 +1,6 @@
  $OpenBSD: patch-src_utils_cpp,v 1.2 2013/09/30 08:06:10 dcoppa Exp $
-Use the gnome icon theme unconditionally: fixes a problem with
+Use the Adwaita icon theme unconditionally: fixes a problem with
  minitube GUI not having icons when executed outside of a Desktop
  Environment
@@ -10,7 +10,7 @@ Environment
   #endif
QIcon Utils::themeIcon(const QString &name) {
-+    QIcon::setThemeName("gnome");
++    QIcon::setThemeName("Adwaita");
       if (QIcon::hasThemeIcon(name))
           return QIcon::fromTheme(name);
       else

Reply via email to