diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-26 16:57:40 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-26 16:57:40 +0000 |
commit | 0a0ec68fe8bf8afc0e5b7ca82fbc64baa8b200cf (patch) | |
tree | e17d1cc4d0c6d562cc7b6f5e056a6fd66aac0ea2 /x11-wm/xfce4-systray | |
parent | 5fa2366f1656a22a71066da08656bfdd31dd1a44 (diff) | |
download | ports-0a0ec68fe8bf8afc0e5b7ca82fbc64baa8b200cf.tar.gz ports-0a0ec68fe8bf8afc0e5b7ca82fbc64baa8b200cf.zip |
Notes
Diffstat (limited to 'x11-wm/xfce4-systray')
-rw-r--r-- | x11-wm/xfce4-systray/Makefile | 13 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/distinfo | 4 | ||||
-rw-r--r-- | x11-wm/xfce4-systray/pkg-plist | 3 |
3 files changed, 10 insertions, 10 deletions
diff --git a/x11-wm/xfce4-systray/Makefile b/x11-wm/xfce4-systray/Makefile index 482ab1fc6cc5..49d2a6596a82 100644 --- a/x11-wm/xfce4-systray/Makefile +++ b/x11-wm/xfce4-systray/Makefile @@ -6,11 +6,12 @@ # PORTNAME= xfce4-systray -PORTVERSION= 4.0.6 -PORTREVISION= 1 +PORTVERSION= 4.2.0 +PORTREVISION= 0 CATEGORIES= x11-wm xfce -MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ - http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ +MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ + http://spuriousinterrupt.org/projects/xfce4/files/mirror/xfce-${PORTVERSION}/ \ + http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org @@ -18,14 +19,14 @@ COMMENT= XFce 4 system tray module for xfce4-panel BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ xml2.5:${PORTSDIR}/textproc/libxml2 \ startup-notification-1.0:${PORTSDIR}/x11/startup-notification RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=15 +USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} diff --git a/x11-wm/xfce4-systray/distinfo b/x11-wm/xfce4-systray/distinfo index 5d154d99ff98..46557aaf8a80 100644 --- a/x11-wm/xfce4-systray/distinfo +++ b/x11-wm/xfce4-systray/distinfo @@ -1,2 +1,2 @@ -MD5 (xfce4/xfce4-systray-4.0.6.tar.gz) = c47e746ad38178c6c7f891ca4b39a616 -SIZE(xfce4/xfce4-systray-4.0.6.tar.gz) = 310468 +MD5 (xfce4/xfce4-systray-4.2.0.tar.gz) = e6e5c2948425fd82d62ce66cdcfe9c42 +SIZE(xfce4/xfce4-systray-4.2.0.tar.gz) = 313093 diff --git a/x11-wm/xfce4-systray/pkg-plist b/x11-wm/xfce4-systray/pkg-plist index 58881858113f..81178f037518 100644 --- a/x11-wm/xfce4-systray/pkg-plist +++ b/x11-wm/xfce4-systray/pkg-plist @@ -1,4 +1,3 @@ -lib/xfce4/panel-plugins/libsystray.a -lib/xfce4/panel-plugins/libsystray.la lib/xfce4/panel-plugins/libsystray.so @unexec rmdir %D/lib/xfce4/panel-plugins 2>/dev/null || true +@unexec rmdir %D/lib/xfce4 2>/dev/null || true |