diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 05:25:33 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 05:25:33 +0800 |
commit | 11f3ac41d7e5988d0411cea79f7239bfbcba53e7 (patch) | |
tree | c226421f0a11c54ccd16acd176d4f594d5995561 /x11-wm/muffin | |
parent | e1bd5d1b9986b40cd2da5b5381dfdde399d8916a (diff) | |
download | marcuscom-ports-11f3ac41d7e5988d0411cea79f7239bfbcba53e7.tar.gz marcuscom-ports-11f3ac41d7e5988d0411cea79f7239bfbcba53e7.tar.zst marcuscom-ports-11f3ac41d7e5988d0411cea79f7239bfbcba53e7.zip |
Remove an unneeded patch.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19575 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/muffin')
-rw-r--r-- | x11-wm/muffin/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/muffin/files/patch-src_core_workspace.c | 11 |
2 files changed, 1 insertions, 11 deletions
diff --git a/x11-wm/muffin/Makefile b/x11-wm/muffin/Makefile index f0716de69..9ca3733a9 100644 --- a/x11-wm/muffin/Makefile +++ b/x11-wm/muffin/Makefile @@ -4,6 +4,7 @@ PORTNAME= muffin PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= x11-wm gnome MASTER_SITES= http://github.com/linuxmint/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ DIST_SUBDIR= gnome3 diff --git a/x11-wm/muffin/files/patch-src_core_workspace.c b/x11-wm/muffin/files/patch-src_core_workspace.c deleted file mode 100644 index df0f30927..000000000 --- a/x11-wm/muffin/files/patch-src_core_workspace.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/core/workspace.c.orig 2014-03-31 10:09:40.196592078 +0000 -+++ src/core/workspace.c 2014-03-31 10:10:09.573592076 +0000 -@@ -194,7 +194,7 @@ - return workspace; - } - --/** Foreach function for workspace_free_struts() */ -+/* Foreach function for workspace_free_struts() */ - static void - free_this (gpointer candidate, gpointer dummy) - { |