aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2011-02-02 23:21:03 +0800
committerarved <arved@FreeBSD.org>2011-02-02 23:21:03 +0800
commit1a88596ddec4037fdffd2e43d25f6b9862d531db (patch)
tree2db698d9caaf41a63242624e7bf91b8becd585d2 /x11
parentbf451d2144a0b505649437d37f0e2a5a89b8312b (diff)
downloadfreebsd-ports-1a88596ddec4037fdffd2e43d25f6b9862d531db.tar.gz
freebsd-ports-1a88596ddec4037fdffd2e43d25f6b9862d531db.tar.zst
freebsd-ports-1a88596ddec4037fdffd2e43d25f6b9862d531db.zip
Update to 0.8.1
PR: 154442 Submitted by: Charlie Kester Feature safe: yes
Diffstat (limited to 'x11')
-rw-r--r--x11/stalonetray/Makefile4
-rw-r--r--x11/stalonetray/distinfo5
-rw-r--r--x11/stalonetray/files/patch-src__main.c16
3 files changed, 5 insertions, 20 deletions
diff --git a/x11/stalonetray/Makefile b/x11/stalonetray/Makefile
index 59f925694275..6f9c4acb5a8f 100644
--- a/x11/stalonetray/Makefile
+++ b/x11/stalonetray/Makefile
@@ -6,13 +6,15 @@
#
PORTNAME= stalonetray
-PORTVERSION= 0.8.0
+PORTVERSION= 0.8.1
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= STAnd-aLONE system tray
+LICENSE= GPLv2
+
USE_BZIP2= yes
USE_XORG= xpm
GNU_CONFIGURE= yes
diff --git a/x11/stalonetray/distinfo b/x11/stalonetray/distinfo
index 87e11abaa9e7..0d8e4b333d2e 100644
--- a/x11/stalonetray/distinfo
+++ b/x11/stalonetray/distinfo
@@ -1,3 +1,2 @@
-MD5 (stalonetray-0.8.0.tar.bz2) = b2ce0d8044f7dc76ac9971def1faab37
-SHA256 (stalonetray-0.8.0.tar.bz2) = 6a561117b6de83c708d3773c98d9546e2227d9dbe404dabbd196c6aa6fa59431
-SIZE (stalonetray-0.8.0.tar.bz2) = 147004
+SHA256 (stalonetray-0.8.1.tar.bz2) = 94a2f80ae211a552c2d379b5b41e2618f3e906b33bee207fec8793b1a9bde8f2
+SIZE (stalonetray-0.8.1.tar.bz2) = 150814
diff --git a/x11/stalonetray/files/patch-src__main.c b/x11/stalonetray/files/patch-src__main.c
deleted file mode 100644
index 6e7a13fbbfc6..000000000000
--- a/x11/stalonetray/files/patch-src__main.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/main.c.orig 2009-10-21 23:07:11.000000000 +0900
-+++ src/main.c 2010-01-21 01:15:42.000000000 +0900
-@@ -323,9 +323,13 @@
- #endif
- /* React on WM (re)starts */
- if (ev.atom == XInternAtom(tray_data.dpy, _NET_SUPPORTING_WM_CHECK, False)) {
-+#ifdef DEBUG
- ewmh_list_supported_atoms(tray_data.dpy);
-+#endif
- tray_set_wm_hints();
-+#ifndef NO_NATIVE_KDE
- kde_tray_update_fallback_mode(tray_data.dpy);
-+#endif
- }
- /* React on _XEMBED_INFO changes of embedded icons
- * (currently used to track icon visibility status) */