diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-27 00:57:40 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-27 00:57:40 +0800 |
commit | be29b4018247afd99a5911e06ce77414b4ad43ab (patch) | |
tree | 6cbb02acddd84c25266e8d495da255a5cb16b625 /sysutils/xfce4-mcs-manager/Makefile | |
parent | 02bae5b712041a1a0e6d1b963bfebaa2a4db87c7 (diff) | |
download | freebsd-ports-gnome-be29b4018247afd99a5911e06ce77414b4ad43ab.tar.gz freebsd-ports-gnome-be29b4018247afd99a5911e06ce77414b4ad43ab.tar.zst freebsd-ports-gnome-be29b4018247afd99a5911e06ce77414b4ad43ab.zip |
- bring xfce4 to 4.2
- remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update)
- take maintainership of x11-wm/xfce4-session [1]
- bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs
Approved by: maintainer [1]
Diffstat (limited to 'sysutils/xfce4-mcs-manager/Makefile')
-rw-r--r-- | sysutils/xfce4-mcs-manager/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/xfce4-mcs-manager/Makefile b/sysutils/xfce4-mcs-manager/Makefile index 57e0a35b6574..6d98097918e8 100644 --- a/sysutils/xfce4-mcs-manager/Makefile +++ b/sysutils/xfce4-mcs-manager/Makefile @@ -6,11 +6,12 @@ # PORTNAME= xfce4-mcs-manager -PORTVERSION= 4.0.6 -PORTREVISION= 1 +PORTVERSION= 4.2.0 +PORTREVISION= 0 CATEGORIES= sysutils 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}/ DISTNAME= xfce-mcs-manager-${PORTVERSION} DIST_SUBDIR= xfce4 @@ -18,8 +19,8 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 settings manager LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ - xfce4mcs-manager.1:${PORTSDIR}/x11/libxfce4mcs + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ + xfce4mcs-manager.2:${PORTSDIR}/x11/libxfce4mcs USE_GETTEXT= yes USE_GNOME= glib20 |