svn commit: r394701 - in head/science/xfce4-equake-plugin: . files
Olivier Duchateau
olivierd at FreeBSD.org
Wed Aug 19 04:38:48 UTC 2015
Author: olivierd
Date: Wed Aug 19 04:38:46 2015
New Revision: 394701
URL: https://svnweb.freebsd.org/changeset/ports/394701
Log:
- Update to 1.3.8
- Sort USES
- Regenerate patch, to ensure is proper format
Added:
head/science/xfce4-equake-plugin/files/patch-panel-plugin_equake__applet.c (contents, props changed)
Deleted:
head/science/xfce4-equake-plugin/files/patch-panel-plugin__equake_applet.c
Modified:
head/science/xfce4-equake-plugin/Makefile
head/science/xfce4-equake-plugin/distinfo
Modified: head/science/xfce4-equake-plugin/Makefile
==============================================================================
--- head/science/xfce4-equake-plugin/Makefile Wed Aug 19 04:09:02 2015 (r394700)
+++ head/science/xfce4-equake-plugin/Makefile Wed Aug 19 04:38:46 2015 (r394701)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-equake-plugin
-PORTVERSION= 1.3.7
+PORTVERSION= 1.3.8
CATEGORIES= science xfce
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
@@ -14,7 +14,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-USES= gettext pkgconfig gmake libtool xfce tar:bzip2
+USES= gettext gmake libtool pkgconfig tar:bzip2 xfce
USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= panel
USE_XORG= x11
Modified: head/science/xfce4-equake-plugin/distinfo
==============================================================================
--- head/science/xfce4-equake-plugin/distinfo Wed Aug 19 04:09:02 2015 (r394700)
+++ head/science/xfce4-equake-plugin/distinfo Wed Aug 19 04:38:46 2015 (r394701)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-equake-plugin-1.3.7.tar.bz2) = 6b9e14c2f54060d182b61e90b4c84a79b57aab1955e3ff877c757f26cefa23bf
-SIZE (xfce4/xfce4-equake-plugin-1.3.7.tar.bz2) = 386421
+SHA256 (xfce4/xfce4-equake-plugin-1.3.8.tar.bz2) = 431575da3d49fea3afa60f02e83c8d74e20e9a229c9c4ec82c21d45e2c986925
+SIZE (xfce4/xfce4-equake-plugin-1.3.8.tar.bz2) = 395095
Added: head/science/xfce4-equake-plugin/files/patch-panel-plugin_equake__applet.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/science/xfce4-equake-plugin/files/patch-panel-plugin_equake__applet.c Wed Aug 19 04:38:46 2015 (r394701)
@@ -0,0 +1,20 @@
+--- panel-plugin/equake_applet.c.orig 2015-08-18 21:05:07 UTC
++++ panel-plugin/equake_applet.c
+@@ -887,7 +887,7 @@ static void set_properties_from_dialog(i
+ static void display_about_dialog(XfcePanelPlugin *applet, struct Equake_Data *equakedata)
+ {
+ GtkWidget *about;
+- gchar *auth[]={AUTHOR, NULL};
++ const gchar *auth[]={AUTHOR, NULL};
+
+ about=gtk_about_dialog_new();
+ if(about!=NULL)
+@@ -899,7 +899,7 @@ static void display_about_dialog(XfcePan
+ gtk_about_dialog_set_license((GtkAboutDialog*)about,LICENSE);
+ gtk_about_dialog_set_website((GtkAboutDialog*)about,WEBSITE);
+ gtk_about_dialog_set_website_label((GtkAboutDialog*)about,WEBSITELABEL);
+- gtk_about_dialog_set_authors((GtkAboutDialog*)about, (gchar*)auth);
++ gtk_about_dialog_set_authors((GtkAboutDialog*)about, (const gchar**)auth);
+
+ g_signal_connect_swapped(about, "response", G_CALLBACK (gtk_widget_destroy), about);
+ gtk_widget_show_all((GtkWidget*)about);
More information about the svn-ports-head
mailing list