Index: head/editors/mousepad/Makefile =================================================================== --- head/editors/mousepad/Makefile (revision 380777) +++ head/editors/mousepad/Makefile (revision 380778) @@ -1,32 +1,33 @@ # Created by: Oliver Lehmann # $FreeBSD$ PORTNAME= mousepad PORTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= editors xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Simple text editor for the Xfce Desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes USES= desktop-file-utils gettext gmake libtool pkgconfig perl5 tar:bzip2 USE_GNOME= glib20 intltool intlhack OPTIONS_DEFINE= GTK3 GTK3_CONFIGURE_ENABLE= gtk3 GTK3_USE= gnome=gtk30,gtksourceview3 GTK3_USES= xfce:gtk3 GTK3_USE_OFF= gnome=gtk20,gtksourceview2 GTK3_USES_OFF= xfce GLIB_SCHEMAS= org.xfce.mousepad.gschema.xml .include Index: head/editors/mousepad/files/patch-mousepad_mousepad-close-button.c =================================================================== --- head/editors/mousepad/files/patch-mousepad_mousepad-close-button.c (nonexistent) +++ head/editors/mousepad/files/patch-mousepad_mousepad-close-button.c (revision 380778) @@ -0,0 +1,11 @@ +--- mousepad/mousepad-close-button.c.orig 2014-09-01 20:50:07 UTC ++++ mousepad/mousepad-close-button.c +@@ -88,7 +88,7 @@ mousepad_close_button_init (MousepadClos + gtk_widget_set_name (GTK_WIDGET (button), "mousepad-close-button"); + #endif + +- image = gtk_image_new_from_icon_name ("gtk-close", GTK_ICON_SIZE_MENU); ++ image = gtk_image_new_from_icon_name ("window-close", GTK_ICON_SIZE_MENU); + gtk_container_add (GTK_CONTAINER (button), image); + gtk_widget_show (image); + Property changes on: head/editors/mousepad/files/patch-mousepad_mousepad-close-button.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property