diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-17 20:44:19 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-17 20:44:19 +0000 |
commit | 4906aa93d55eb05927b4e410dbf67a97cafb15f1 (patch) | |
tree | c7cc1e7b94961f54448adb24afc1ef230c01667e /x11-wm | |
parent | - Update to 3.2.3 (diff) |
- Update to 0.4.0
PR: 108003
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=182661
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/peksystray/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/peksystray/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/peksystray/pkg-descr | 2 |
3 files changed, 11 insertions, 6 deletions
diff --git a/x11-wm/peksystray/Makefile b/x11-wm/peksystray/Makefile index 84dc6145f763..1a09eb410362 100644 --- a/x11-wm/peksystray/Makefile +++ b/x11-wm/peksystray/Makefile @@ -6,7 +6,7 @@ # PORTNAME= peksystray -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,10 +14,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A system tray dockapp similar to the GNOME notification area applet +USE_BZIP2= yes USE_X_PREFIX= yes +USE_GNOME= gnometarget GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/peksystray +post-patch: + @${REINPLACE_CMD} -e 's|@x_includes@||g ; \ + s|@x_libraries@||g' ${WRKSRC}/src/Makefile.in + .include <bsd.port.mk> diff --git a/x11-wm/peksystray/distinfo b/x11-wm/peksystray/distinfo index fa3eac086cf5..66e693a20d7b 100644 --- a/x11-wm/peksystray/distinfo +++ b/x11-wm/peksystray/distinfo @@ -1,3 +1,3 @@ -MD5 (peksystray-0.3.0.tar.gz) = 745835b1a6f1bad21535434bab9fde39 -SHA256 (peksystray-0.3.0.tar.gz) = 89a1fdabee7ae9fdc079b0aee79ecade2d41438d2f41a321f1df5492d6e22ee5 -SIZE (peksystray-0.3.0.tar.gz) = 71344 +MD5 (peksystray-0.4.0.tar.bz2) = 735a216684f1db65bfe71697452cafc0 +SHA256 (peksystray-0.4.0.tar.bz2) = 30733b349bc7919171a6fa31023c8704eaae9158084a5210d49aa3210123a778 +SIZE (peksystray-0.4.0.tar.bz2) = 73810 diff --git a/x11-wm/peksystray/pkg-descr b/x11-wm/peksystray/pkg-descr index d8f412bac830..5631d5df0fb4 100644 --- a/x11-wm/peksystray/pkg-descr +++ b/x11-wm/peksystray/pkg-descr @@ -2,4 +2,4 @@ PekSysTray is a system tray "notification area" dockapp similar to the GNOME notification area applet. But it's designed for any window manager that supports docking. -WWW: http://sourceforge.net/projects/peksystray/ +WWW: http://peksystray.sourceforge.net/ |