diff options
author | krion <krion@FreeBSD.org> | 2004-11-19 04:45:52 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-19 04:45:52 +0800 |
commit | 98d5e4806ecb04ebe3e74cd339207c910e82f778 (patch) | |
tree | 368abd867db1e6a129535f66f26bacd1a5c4c559 /x11-wm | |
parent | 6307da4bb823c7cbf8fab2e57212ccdb72372171 (diff) | |
download | freebsd-ports-gnome-98d5e4806ecb04ebe3e74cd339207c910e82f778.tar.gz freebsd-ports-gnome-98d5e4806ecb04ebe3e74cd339207c910e82f778.tar.zst freebsd-ports-gnome-98d5e4806ecb04ebe3e74cd339207c910e82f778.zip |
Update to version 0.2.1
PR: ports/74085
Submitted by: Ports Fury
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/peksystray/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/peksystray/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/peksystray/files/patch-src::peksystray.c | 40 |
3 files changed, 5 insertions, 47 deletions
diff --git a/x11-wm/peksystray/Makefile b/x11-wm/peksystray/Makefile index 7e6580f86931..92272145149e 100644 --- a/x11-wm/peksystray/Makefile +++ b/x11-wm/peksystray/Makefile @@ -6,7 +6,7 @@ # PORTNAME= peksystray -PORTVERSION= 0.2 +PORTVERSION= 0.2.1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,12 +14,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A system tray dockapp similar to the GNOME notification area applet -GNU_CONFIGURE= yes USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/peksystray -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin - .include <bsd.port.mk> diff --git a/x11-wm/peksystray/distinfo b/x11-wm/peksystray/distinfo index 7062cbb776dd..47e78a5ca5b2 100644 --- a/x11-wm/peksystray/distinfo +++ b/x11-wm/peksystray/distinfo @@ -1,2 +1,2 @@ -MD5 (peksystray-0.2.tar.gz) = ebc882971dddf4bac5bda77c232e7233 -SIZE (peksystray-0.2.tar.gz) = 67117 +MD5 (peksystray-0.2.1.tar.gz) = 96744b212779d6fe5436ae0add31998e +SIZE (peksystray-0.2.1.tar.gz) = 70261 diff --git a/x11-wm/peksystray/files/patch-src::peksystray.c b/x11-wm/peksystray/files/patch-src::peksystray.c deleted file mode 100644 index 913573db9d50..000000000000 --- a/x11-wm/peksystray/files/patch-src::peksystray.c +++ /dev/null @@ -1,40 +0,0 @@ ---- src/peksystray.c.orig Thu Jul 8 13:01:08 2004 -+++ src/peksystray.c Thu Jul 8 13:02:21 2004 -@@ -66,22 +66,21 @@ - void - display_help () - { -- fprintf (stdout, " --%s - version %s --Copyright 2003, Mohammed Sameer <uniball@linux-egypt.org> -- --Usage: %s [OPTIONS] -- --Options: -- --help\t Display this help. -- --version\t Display version number and exit. -- --display DISPLAY\t The X display to connect to. -- --icon-size SIZE\t Icon size. Default is 16. -- --vertical\t Vertical layout. Default is horizontal. -- --border SIZE\t Border width. Default is 0; -- --multiple\t Open each icon in a separate window. Default is no. -- --", PACKAGE, VERSION, PACKAGE); -+ fprintf (stdout, -+"\n%s - version %s\n" -+"Copyright 2003, Mohammed Sameer <uniball@linux-egypt.org>\n" -+"\n" -+"Usage: %s [OPTIONS]\n" -+"\n" -+"Options:\n" -+" --help\t Display this help.\n" -+" --version\t Display version number and exit.\n" -+" --display DISPLAY\t The X display to connect to.\n" -+" --icon-size SIZE\t Icon size. Default is 16.\n" -+" --vertical\t Vertical layout. Default is horizontal.\n" -+" --border SIZE\t Border width. Default is 0;\n" -+" --multiple\t Open each icon in a separate window. Default is no.\n" -+"\n", PACKAGE, VERSION, PACKAGE); - exit (0); - } - |