From 6d7f751aec98e89ae5a4ab4732c6c1f904b0f8d1 Mon Sep 17 00:00:00 2001 From: rafan Date: Wed, 11 Jul 2007 03:50:19 +0000 Subject: - Update to 0.6.5 - Use macro from bsd.sites.mk PR: ports/114418 Submitted by: KATO Tsuguru --- x11/stalonetray/Makefile | 16 +++++++--------- x11/stalonetray/distinfo | 6 +++--- x11/stalonetray/files/patch-src-main.c | 33 --------------------------------- 3 files changed, 10 insertions(+), 45 deletions(-) delete mode 100644 x11/stalonetray/files/patch-src-main.c (limited to 'x11') diff --git a/x11/stalonetray/Makefile b/x11/stalonetray/Makefile index e2073220acbc..5b3fc974ae77 100644 --- a/x11/stalonetray/Makefile +++ b/x11/stalonetray/Makefile @@ -6,22 +6,20 @@ # PORTNAME= stalonetray -PORTVERSION= 0.4 -PORTREVISION= 1 +PORTVERSION= 0.6.5 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= STAnd-aLONE system tray -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_X_PREFIX= yes USE_BZIP2= yes +USE_XPM= yes +USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-native-kde --disable-debug -CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \ + --disable-native-kde \ + --disable-debug MAN1= stalonetray.1 PLIST_FILES= bin/stalonetray diff --git a/x11/stalonetray/distinfo b/x11/stalonetray/distinfo index c0e14ae03707..d9ae30e336b0 100644 --- a/x11/stalonetray/distinfo +++ b/x11/stalonetray/distinfo @@ -1,3 +1,3 @@ -MD5 (stalonetray-0.4.tar.bz2) = be818e936f48695dfd252ea92f0cebae -SHA256 (stalonetray-0.4.tar.bz2) = d2f7a8f444470f82c9553abe376b20967190f93fae7769d3464542a137ce298c -SIZE (stalonetray-0.4.tar.bz2) = 119432 +MD5 (stalonetray-0.6.5.tar.bz2) = ae5cf48728d9bb4b6ce67641cefcaf6e +SHA256 (stalonetray-0.6.5.tar.bz2) = ef6df0627c3cf9d4bdedc189dfca99dc2b1b68a4d878a1359eb94a30d60d5bf1 +SIZE (stalonetray-0.6.5.tar.bz2) = 113389 diff --git a/x11/stalonetray/files/patch-src-main.c b/x11/stalonetray/files/patch-src-main.c deleted file mode 100644 index 9e42af7a9745..000000000000 --- a/x11/stalonetray/files/patch-src-main.c +++ /dev/null @@ -1,33 +0,0 @@ ---- src/main.c.orig Thu Jul 13 19:06:09 2006 -+++ src/main.c Thu Jul 13 19:07:23 2006 -@@ -131,7 +131,9 @@ - tray_data.xsh.width, tray_data.xsh.height, - tray_data.xsh.x, tray_data.xsh.y)); - -+#ifdef DEBUG - forall_icons(&print_icon_data); -+#endif - DBG(3, ("===================================\n")); - trace_mode = 0; - } -@@ -455,16 +457,20 @@ - unlayout_icon(ti); /* or hide ? */ - return; - } -+#ifdef DEBUG - print_icon_data(ti); -+#endif - update_positions(); - tray_set_constraints(); - DBG(4, ("icon position were updated\n")); - } else { - hide_window(ti); - } -+#ifdef DEBUG - DBG(4, ("====================\n")); - forall_icons(&print_icon_data); - DBG(4, ("====================\n")); -+#endif - } - } - } -- cgit