diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-04-11 16:26:53 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-04-11 16:26:53 +0000 |
commit | 9646c0a68d582c7a1f79179b81c340ae472fe135 (patch) | |
tree | f5d50a1d656b3932a07d9b600890c8974459e749 | |
parent | 135b9bec7f19f162ba4a6c74cbc4e643e3225602 (diff) | |
download | ports-9646c0a68d582c7a1f79179b81c340ae472fe135.tar.gz ports-9646c0a68d582c7a1f79179b81c340ae472fe135.zip |
Notes
72 files changed, 149 insertions, 120 deletions
diff --git a/Mk/bsd.xfce.mk b/Mk/bsd.xfce.mk index f3e1b45fa7b2..b1cce4f3f59c 100644 --- a/Mk/bsd.xfce.mk +++ b/Mk/bsd.xfce.mk @@ -15,27 +15,33 @@ Xfce_Include_MAINTAINER= oliver@FreeBSD.org _USE_XFCE_ALL= configenv libexo libgui libutil libmcs mcsmanager panel \ thunar wm xfdev -MASTER_SITE_SUBDIR?= xfce-4.4.0 +MASTER_SITE_SUBDIR?= xfce-4.4.1 configenv_CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" -libexo_LIB_DEPENDS= exo-0.3:${PORTSDIR}/x11/libexo +libexo_BUILD_DEPENDS= libexo>=0.3.2:${PORTSDIR}/x11/libexo +libexo_RUN_DEPENDS= libexo>=0.3.2:${PORTSDIR}/x11/libexo -libgui_LIB_DEPENDS= xfcegui4.6:${PORTSDIR}/x11-toolkits/libxfce4gui +libgui_BUILD_DEPENDS= libxfce4gui>=4.4.1:${PORTSDIR}/x11-toolkits/libxfce4gui +libgui_RUN_DEPENDS= libxfce4gui>=4.4.1:${PORTSDIR}/x11-toolkits/libxfce4gui -libutil_LIB_DEPENDS= xfce4util.4:${PORTSDIR}/x11/libxfce4util +libutil_BUILD_DEPENDS= libxfce4util>=4.4.1:${PORTSDIR}/x11/libxfce4util +libutil_RUN_DEPENDS= libxfce4util>=4.4.1:${PORTSDIR}/x11/libxfce4util -libmcs_LIB_DEPENDS= xfce4mcs-manager.3:${PORTSDIR}/x11/libxfce4mcs +libmcs_BUILD_DEPENDS= libxfce4mcs>=4.4.1:${PORTSDIR}/x11/libxfce4mcs +libmcs_RUN_DEPENDS= libxfce4mcs>=4.4.1:${PORTSDIR}/x11/libxfce4mcs -mcsmanager_BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager -mcsmanager_RUN_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager +mcsmanager_BUILD_DEPENDS= xfce4-mcs-manager>=4.4.1:${PORTSDIR}/sysutils/xfce4-mcs-manager +mcsmanager_RUN_DEPENDS= xfce4-mcs-manager>=4.4.1:${PORTSDIR}/sysutils/xfce4-mcs-manager -panel_LIB_DEPENDS= xfce4panel.2:${PORTSDIR}/x11-wm/xfce4-panel +panel_BUILD_DEPENDS= xfce4-panel>=4.4.1:${PORTSDIR}/x11-wm/xfce4-panel +panel_RUN_DEPENDS= xfce4-panel>=4.4.1:${PORTSDIR}/x11-wm/xfce4-panel -thunar_LIB_DEPENDS= thunar-vfs-1.4:${PORTSDIR}/x11-fm/thunar +thunar_BUILD_DEPENDS= Thunar>=0.8.0:${PORTSDIR}/x11-fm/thunar +thunar_RUN_DEPENDS= Thunar>=0.8.0:${PORTSDIR}/x11-fm/thunar -wm_BUILD_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm -wm_RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm +wm_BUILD_DEPENDS= xfce4-wm>=4.4.1:${PORTSDIR}/x11-wm/xfce4-wm +wm_RUN_DEPENDS= xfce4-wm>=4.4.1:${PORTSDIR}/x11-wm/xfce4-wm xfdev_RUN_DEPENDS= xfce4-dev-tools:${PORTSDIR}/devel/xfce4-dev-tools diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile index bcc0b4b3f084..6665ef556264 100644 --- a/audio/xfce4-mixer/Makefile +++ b/audio/xfce4-mixer/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-mixer PORTVERSION= 4.4.0 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 diff --git a/audio/xfce4-mpc-plugin/Makefile b/audio/xfce4-mpc-plugin/Makefile index 9d9498e51e06..65f66875eb43 100644 --- a/audio/xfce4-mpc-plugin/Makefile +++ b/audio/xfce4-mpc-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-mpc-plugin PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= audio xfce MASTER_SITES= http://goodies.xfce.org/releases/xfce4-mpc-plugin/ DIST_SUBDIR= xfce4 diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 2f6b273d644c..f538799a4aa5 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -6,7 +6,7 @@ # PORTNAME= orage -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= deskutils xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 diff --git a/deskutils/orage/distinfo b/deskutils/orage/distinfo index df3e44215fb7..b31462abb164 100644 --- a/deskutils/orage/distinfo +++ b/deskutils/orage/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/orage-4.4.0.tar.bz2) = 3f8f0e8ef46e0d43cdd81f32b8c1a01a -SHA256 (xfce4/orage-4.4.0.tar.bz2) = 94b8e9469c9b013963978348a8e2e9e4b18a7dd12566feab83ae9442f3525629 -SIZE (xfce4/orage-4.4.0.tar.bz2) = 1673062 +MD5 (xfce4/orage-4.4.1.tar.bz2) = 5c206d3904a548a6228b2aa09d1e6f1f +SHA256 (xfce4/orage-4.4.1.tar.bz2) = 37cc7da302b4f6a47aaed66834a8b9c3e598eae710d4aa4916c7892bb7ccdc9f +SIZE (xfce4/orage-4.4.1.tar.bz2) = 1550456 diff --git a/deskutils/xfce4-notes-plugin/Makefile b/deskutils/xfce4-notes-plugin/Makefile index 25af95e874e0..8ba4f7fc62e4 100644 --- a/deskutils/xfce4-notes-plugin/Makefile +++ b/deskutils/xfce4-notes-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-notes-plugin PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/deskutils/xfce4-xkb-plugin/Makefile b/deskutils/xfce4-xkb-plugin/Makefile index 493313441e28..c0eecb991c5e 100644 --- a/deskutils/xfce4-xkb-plugin/Makefile +++ b/deskutils/xfce4-xkb-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-xkb-plugin PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= deskutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index 9c1c788238a6..04c0e1723034 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -7,6 +7,7 @@ PORTNAME= mousepad PORTVERSION= 0.2.12 +PORTREVISION= 1 CATEGORIES= editors xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 diff --git a/mail/xfce4-mailwatch-plugin/Makefile b/mail/xfce4-mailwatch-plugin/Makefile index 95f67e5bd133..26f01460f3a7 100644 --- a/mail/xfce4-mailwatch-plugin/Makefile +++ b/mail/xfce4-mailwatch-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-mailwatch-plugin PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= mail xfce MASTER_SITES= http://spuriousinterrupt.org/files/mailwatch/ \ http://freebsd.unixfreunde.de/sources/ diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile index a854d07e6ea1..bb589f9ec8c1 100644 --- a/misc/xfce4-appfinder/Makefile +++ b/misc/xfce4-appfinder/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce4-appfinder -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= misc xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 diff --git a/misc/xfce4-appfinder/distinfo b/misc/xfce4-appfinder/distinfo index 6268d044c674..b969be004649 100644 --- a/misc/xfce4-appfinder/distinfo +++ b/misc/xfce4-appfinder/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-appfinder-4.4.0.tar.bz2) = 43538217a5502425d738ea8419521b9a -SHA256 (xfce4/xfce4-appfinder-4.4.0.tar.bz2) = 576283258539de35ddb2a52240f13270e9accc1e149fd2e6b835795762baf687 -SIZE (xfce4/xfce4-appfinder-4.4.0.tar.bz2) = 370222 +MD5 (xfce4/xfce4-appfinder-4.4.1.tar.bz2) = 6239daaafbc35ed2b3ca5f53802ebcbb +SHA256 (xfce4/xfce4-appfinder-4.4.1.tar.bz2) = 830638c984621aedcb097a00d5eed272e8fe5d266e6f3b6b729dc110a006492b +SIZE (xfce4/xfce4-appfinder-4.4.1.tar.bz2) = 386278 diff --git a/misc/xfce4-weather-plugin/Makefile b/misc/xfce4-weather-plugin/Makefile index a8994da23ce9..53283f5906c5 100644 --- a/misc/xfce4-weather-plugin/Makefile +++ b/misc/xfce4-weather-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-weather-plugin PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= misc xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/misc/xfce4-wm-themes/Makefile b/misc/xfce4-wm-themes/Makefile index c27a6a3b0b20..373262ae4c83 100644 --- a/misc/xfce4-wm-themes/Makefile +++ b/misc/xfce4-wm-themes/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce4-wm-themes -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= misc xfce MASTER_SITES= ${MASTER_SITES_XFCE} DISTNAME= xfwm4-themes-${PORTVERSION} diff --git a/misc/xfce4-wm-themes/distinfo b/misc/xfce4-wm-themes/distinfo index 1840f9666afb..71f6e65e6401 100644 --- a/misc/xfce4-wm-themes/distinfo +++ b/misc/xfce4-wm-themes/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfwm4-themes-4.4.0.tar.bz2) = be42fc573181d8f7c0d4ac10d1c8940c -SHA256 (xfce4/xfwm4-themes-4.4.0.tar.bz2) = 6db9fd1f823d3c0d78a51bbc3d24905f6bac4a7049a9354a089336c3eda57f61 -SIZE (xfce4/xfwm4-themes-4.4.0.tar.bz2) = 495825 +MD5 (xfce4/xfwm4-themes-4.4.1.tar.bz2) = cdf7b5b1b5e180f86617be7693bb70a7 +SHA256 (xfce4/xfwm4-themes-4.4.1.tar.bz2) = d5f8d9c560d3113a4531c4e16abdfc28a7412b3f0c8e9c0b5dba54f25f8f95ea +SIZE (xfce4/xfwm4-themes-4.4.1.tar.bz2) = 498155 diff --git a/multimedia/xfce4-media/Makefile b/multimedia/xfce4-media/Makefile index 65612d8421e1..457adca98faa 100644 --- a/multimedia/xfce4-media/Makefile +++ b/multimedia/xfce4-media/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-media PORTVERSION= 0.9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia xfce MASTER_SITES= http://spuriousinterrupt.org/files/xfmedia/ DISTNAME= xfmedia-${PORTVERSION} diff --git a/multimedia/xfce4-xmms-controller-plugin/Makefile b/multimedia/xfce4-xmms-controller-plugin/Makefile index 8c246d2ee1a3..b43f2caab18d 100644 --- a/multimedia/xfce4-xmms-controller-plugin/Makefile +++ b/multimedia/xfce4-xmms-controller-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-xmms-controller-plugin PORTVERSION= 1.4.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= multimedia audio xfce MASTER_SITES= http://eoin.angrystickman.com/files/ DIST_SUBDIR= xfce4 diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index ac7a42b81f66..21d70e010913 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-xmms-plugin PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= multimedia audio xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/net-im/xfce4-messenger-plugin/Makefile b/net-im/xfce4-messenger-plugin/Makefile index caf5d947053b..844bd08498c4 100644 --- a/net-im/xfce4-messenger-plugin/Makefile +++ b/net-im/xfce4-messenger-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-messenger-plugin PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= net-im xfce MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/ DIST_SUBDIR= xfce4 diff --git a/print/xfce4-print/Makefile b/print/xfce4-print/Makefile index 40f070399a9b..c85ca7402151 100644 --- a/print/xfce4-print/Makefile +++ b/print/xfce4-print/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce4-print -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= print xfce MASTER_SITES= ${MASTER_SITES_XFCE} DISTNAME= xfprint-${PORTVERSION} @@ -65,6 +65,5 @@ RUN_DEPENDS+= a2ps:${PORTSDIR}/print/a2ps-a4 post-patch: @${REINPLACE_CMD} -e 's/@LDFLAGS@/& -Wl,-E/' ${WRKSRC}/xfprint/Makefile.in \ ${WRKSRC}/xfprint-manager/Makefile.in - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure .include <bsd.port.post.mk> diff --git a/print/xfce4-print/distinfo b/print/xfce4-print/distinfo index 879ae4ee6b8d..1328faff7a00 100644 --- a/print/xfce4-print/distinfo +++ b/print/xfce4-print/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfprint-4.4.0.tar.bz2) = 4b6d8f5381e73e912abddf2fdbf9888f -SHA256 (xfce4/xfprint-4.4.0.tar.bz2) = a7843194252411674e3ab30d7ac20c4c11ff2ab279bd5a6565685be1db4c85f9 -SIZE (xfce4/xfprint-4.4.0.tar.bz2) = 873477 +MD5 (xfce4/xfprint-4.4.1.tar.bz2) = 7e46094f00c9221dc043a714ac12406a +SHA256 (xfce4/xfprint-4.4.1.tar.bz2) = d7cc1e97df01f50eb6a0e93f5dd8935de7dffce93baf92cd6da3311bfc377935 +SIZE (xfce4/xfprint-4.4.1.tar.bz2) = 866136 diff --git a/print/xfce4-print/pkg-plist b/print/xfce4-print/pkg-plist index 59de53150ad7..4689bebf95c9 100644 --- a/print/xfce4-print/pkg-plist +++ b/print/xfce4-print/pkg-plist @@ -35,6 +35,7 @@ share/gtk-doc/html/libxfprint/left.png share/gtk-doc/html/libxfprint/libxfprint-Job.html share/gtk-doc/html/libxfprint/libxfprint-Printer.html share/gtk-doc/html/libxfprint/libxfprint.devhelp +share/gtk-doc/html/libxfprint/libxfprint.devhelp2 share/gtk-doc/html/libxfprint/right.png share/gtk-doc/html/libxfprint/style.css share/gtk-doc/html/libxfprint/up.png diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile index 410fa80c92d2..dc908b266322 100644 --- a/sysutils/xfce4-battery-plugin/Makefile +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-battery-plugin PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-cpugraph-plugin/Makefile b/sysutils/xfce4-cpugraph-plugin/Makefile index b7505e904ead..be60be77f718 100644 --- a/sysutils/xfce4-cpugraph-plugin/Makefile +++ b/sysutils/xfce4-cpugraph-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-cpugraph-plugin PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-fsguard-plugin/Makefile b/sysutils/xfce4-fsguard-plugin/Makefile index 3fe4d19b351d..e603ada1da66 100644 --- a/sysutils/xfce4-fsguard-plugin/Makefile +++ b/sysutils/xfce4-fsguard-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-fsguard-plugin PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-genmon-plugin/Makefile b/sysutils/xfce4-genmon-plugin/Makefile index 584a66167582..da2d382a309e 100644 --- a/sysutils/xfce4-genmon-plugin/Makefile +++ b/sysutils/xfce4-genmon-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-genmon-plugin PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-mcs-manager/Makefile b/sysutils/xfce4-mcs-manager/Makefile index c72650a46b2f..03ea2d78f77b 100644 --- a/sysutils/xfce4-mcs-manager/Makefile +++ b/sysutils/xfce4-mcs-manager/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce4-mcs-manager -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITES_XFCE} DISTNAME= xfce-mcs-manager-${PORTVERSION} diff --git a/sysutils/xfce4-mcs-manager/distinfo b/sysutils/xfce4-mcs-manager/distinfo index ca877412c5a1..b28ebd0677a3 100644 --- a/sysutils/xfce4-mcs-manager/distinfo +++ b/sysutils/xfce4-mcs-manager/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce-mcs-manager-4.4.0.tar.bz2) = 12be1f5676799a4210d3883c7b4b7294 -SHA256 (xfce4/xfce-mcs-manager-4.4.0.tar.bz2) = 2499dc521feaba0594ecbdfa2ddf4f8a286fb3d58ca82855a2e161800ddd231e -SIZE (xfce4/xfce-mcs-manager-4.4.0.tar.bz2) = 611521 +MD5 (xfce4/xfce-mcs-manager-4.4.1.tar.bz2) = 8fd3613d5aa0a146226718a9ea2c0242 +SHA256 (xfce4/xfce-mcs-manager-4.4.1.tar.bz2) = ba7e44062d8def39ec71c9e7c476bdd3844bd84c602f3af5abe4ec7ebbb3669c +SIZE (xfce4/xfce-mcs-manager-4.4.1.tar.bz2) = 653240 diff --git a/sysutils/xfce4-mcs-plugins/Makefile b/sysutils/xfce4-mcs-plugins/Makefile index bacdf2ffae35..64c85273b30a 100644 --- a/sysutils/xfce4-mcs-plugins/Makefile +++ b/sysutils/xfce4-mcs-plugins/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= xfce4-mcs-plugins -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITES_XFCE} DISTNAME= xfce-mcs-plugins-${PORTVERSION} @@ -23,7 +23,4 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_XFCE= configenv libgui mcsmanager USE_XLIB= yes -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/sysutils/xfce4-mcs-plugins/distinfo b/sysutils/xfce4-mcs-plugins/distinfo index 9fa340c2b83a..0bf6b4fa3be0 100644 --- a/sysutils/xfce4-mcs-plugins/distinfo +++ b/sysutils/xfce4-mcs-plugins/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce-mcs-plugins-4.4.0.tar.bz2) = 95213345e3ccd224a30b2be01e9c06b9 -SHA256 (xfce4/xfce-mcs-plugins-4.4.0.tar.bz2) = 844d139946a417f17e0d88da7c5bb548cf2ef1f4438ae58e051890b765db1fc4 -SIZE (xfce4/xfce-mcs-plugins-4.4.0.tar.bz2) = 850632 +MD5 (xfce4/xfce-mcs-plugins-4.4.1.tar.bz2) = 99f05b5ce95f24c205731565210aa8a9 +SHA256 (xfce4/xfce-mcs-plugins-4.4.1.tar.bz2) = c3251721e88a157603a7d599dbff3019a762479f7200c1053ee906d1c482179a +SIZE (xfce4/xfce-mcs-plugins-4.4.1.tar.bz2) = 876128 diff --git a/sysutils/xfce4-minicmd-plugin/Makefile b/sysutils/xfce4-minicmd-plugin/Makefile index aee3e6e7d346..c1a3335b465b 100644 --- a/sysutils/xfce4-minicmd-plugin/Makefile +++ b/sysutils/xfce4-minicmd-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-minicmd-plugin PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-netload-plugin/Makefile b/sysutils/xfce4-netload-plugin/Makefile index 9c9cc6fb43ac..18945f2d7521 100644 --- a/sysutils/xfce4-netload-plugin/Makefile +++ b/sysutils/xfce4-netload-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-netload-plugin PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-systemload-plugin/Makefile b/sysutils/xfce4-systemload-plugin/Makefile index aa1af89d4f7e..dbacedb69b49 100644 --- a/sysutils/xfce4-systemload-plugin/Makefile +++ b/sysutils/xfce4-systemload-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-systemload-plugin PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/sysutils/xfce4-utils/Makefile b/sysutils/xfce4-utils/Makefile index 36766cfb7faa..fcf2ebda0434 100644 --- a/sysutils/xfce4-utils/Makefile +++ b/sysutils/xfce4-utils/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-utils -PORTVERSION= 4.4.0 -PORTREVISION= 1 +PORTVERSION= 4.4.1 +PORTREVISION= 0 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITES_XFCE} DISTNAME= xfce-utils-${PORTVERSION} diff --git a/sysutils/xfce4-utils/distinfo b/sysutils/xfce4-utils/distinfo index 920d7e9daf63..fcdf3beed975 100644 --- a/sysutils/xfce4-utils/distinfo +++ b/sysutils/xfce4-utils/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce-utils-4.4.0.tar.bz2) = e90a98cf6de0610170c39a4eae36ad8f -SHA256 (xfce4/xfce-utils-4.4.0.tar.bz2) = 37ab42beaeea0d846920ec805213fcf8987bd74ac1f78153493ae9af3d5b2441 -SIZE (xfce4/xfce-utils-4.4.0.tar.bz2) = 559900 +MD5 (xfce4/xfce-utils-4.4.1.tar.bz2) = f7d95088e327bd8a64164696d39a1966 +SHA256 (xfce4/xfce-utils-4.4.1.tar.bz2) = 80355762effab1e47110ac411d705b3044326e3b2cc357afefdb51e2c6f76cae +SIZE (xfce4/xfce-utils-4.4.1.tar.bz2) = 608154 diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index 6f7a5e84da8f..4bc08d3acf02 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-wavelan-plugin PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile index 0f4e0c0d8200..b57e46c02764 100644 --- a/textproc/xfce4-dict-plugin/Makefile +++ b/textproc/xfce4-dict-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-dict-plugin PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= textproc xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/www/xfce4-smartbookmark-plugin/Makefile b/www/xfce4-smartbookmark-plugin/Makefile index 0fcb2d99f90b..1f238bb902e6 100644 --- a/www/xfce4-smartbookmark-plugin/Makefile +++ b/www/xfce4-smartbookmark-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-smartbookmark-plugin PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= www xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile index 4434b5fb2090..f63f773b3f7d 100644 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ b/x11-clocks/xfce4-datetime-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-datetime-plugin PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= x11-clocks xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile index 142364e7876a..9e1ea2966c97 100644 --- a/x11-clocks/xfce4-timer-plugin/Makefile +++ b/x11-clocks/xfce4-timer-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-timer-plugin PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= x11-clocks xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 2303753d2367..8db2ac4feff6 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -7,7 +7,7 @@ PORTNAME= Thunar PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index 13ca9cbf9615..09ed72350906 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk-xfce-engine -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 CATEGORIES= x11-themes xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 @@ -20,7 +20,4 @@ USE_GNOME= glib20 gnomehack gtk20 pkgconfig USE_XLIB= yes USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/x11-themes/gtk-xfce-engine/distinfo b/x11-themes/gtk-xfce-engine/distinfo index 796f3fe29a57..073550eaee91 100644 --- a/x11-themes/gtk-xfce-engine/distinfo +++ b/x11-themes/gtk-xfce-engine/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/gtk-xfce-engine-2.4.0.tar.bz2) = 54676606e99cbec638f7f22ddea2872a -SHA256 (xfce4/gtk-xfce-engine-2.4.0.tar.bz2) = 6841ec9efb29675c0134dc5c273a779b14f2daebb117b2078be547db4effaafb -SIZE (xfce4/gtk-xfce-engine-2.4.0.tar.bz2) = 245746 +MD5 (xfce4/gtk-xfce-engine-2.4.1.tar.bz2) = 40e1b9f3ae0163cfdf19b70811a56d9f +SHA256 (xfce4/gtk-xfce-engine-2.4.1.tar.bz2) = 82993f1b011c355ae837e87b84a8314b28af61d325dacb59c0651fc8f67a03ef +SIZE (xfce4/gtk-xfce-engine-2.4.1.tar.bz2) = 271644 diff --git a/x11-themes/xfce4-icon-theme/Makefile b/x11-themes/xfce4-icon-theme/Makefile index c4cbe0890a0a..4dca482265eb 100644 --- a/x11-themes/xfce4-icon-theme/Makefile +++ b/x11-themes/xfce4-icon-theme/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce4-icon-theme -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= x11-themes xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 diff --git a/x11-themes/xfce4-icon-theme/distinfo b/x11-themes/xfce4-icon-theme/distinfo index 254a5e35844d..f3b69341015a 100644 --- a/x11-themes/xfce4-icon-theme/distinfo +++ b/x11-themes/xfce4-icon-theme/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-icon-theme-4.4.0.tar.bz2) = 69cf43b167e93e89a8c504d5d18e1142 -SHA256 (xfce4/xfce4-icon-theme-4.4.0.tar.bz2) = 08cd9e3347100868a4475bc48bd4a1b7fd8050634e7135dc3ff44feadd419faf -SIZE (xfce4/xfce4-icon-theme-4.4.0.tar.bz2) = 1797689 +MD5 (xfce4/xfce4-icon-theme-4.4.1.tar.bz2) = 934b805a179c049159b16f9fd0c906b7 +SHA256 (xfce4/xfce4-icon-theme-4.4.1.tar.bz2) = 90ac3d4dc1187bfdaec4e48aa2365a790d0a4a4253f29c1460618842d95d6aa2 +SIZE (xfce4/xfce4-icon-theme-4.4.1.tar.bz2) = 1862232 diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index c00e0b1f3a22..8d43a8e0d8d5 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxfce4gui -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= x11-toolkits xfce MASTER_SITES= ${MASTER_SITES_XFCE} DISTNAME= libxfcegui4-${PORTVERSION} diff --git a/x11-toolkits/libxfce4gui/distinfo b/x11-toolkits/libxfce4gui/distinfo index 5b48be95610f..18d41d1c8d42 100644 --- a/x11-toolkits/libxfce4gui/distinfo +++ b/x11-toolkits/libxfce4gui/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/libxfcegui4-4.4.0.tar.bz2) = 130cf67881f79c4f6ec4881a1d0d588f -SHA256 (xfce4/libxfcegui4-4.4.0.tar.bz2) = 80abd4d3d21825d8cea362f13dc03a53cec902dd20b908afd8a1d7da7640dac1 -SIZE (xfce4/libxfcegui4-4.4.0.tar.bz2) = 562299 +MD5 (xfce4/libxfcegui4-4.4.1.tar.bz2) = 1e695429e9b7fbfb1bb5e78f6006be43 +SHA256 (xfce4/libxfcegui4-4.4.1.tar.bz2) = e7c02b65e53acef090aa712cd518d6ce538bd1f351af7ab2316dbca1dabd7d8b +SIZE (xfce4/libxfcegui4-4.4.1.tar.bz2) = 606608 diff --git a/x11-toolkits/libxfce4gui/pkg-plist b/x11-toolkits/libxfce4gui/pkg-plist index 73ec3dce5b5c..812cc7683e80 100644 --- a/x11-toolkits/libxfce4gui/pkg-plist +++ b/x11-toolkits/libxfce4gui/pkg-plist @@ -70,6 +70,7 @@ share/gtk-doc/html/libxfcegui4/libxfcegui4-netk.html share/gtk-doc/html/libxfcegui4/libxfcegui4-fundamentals.html share/gtk-doc/html/libxfcegui4/libxfcegui4-xfce-exec.html share/gtk-doc/html/libxfcegui4/libxfcegui4.devhelp +share/gtk-doc/html/libxfcegui4/libxfcegui4.devhelp2 share/gtk-doc/html/libxfcegui4/reference.html share/gtk-doc/html/libxfcegui4/right.png share/gtk-doc/html/libxfcegui4/style.css diff --git a/x11-wm/xfce4-desktop/Makefile b/x11-wm/xfce4-desktop/Makefile index 4af0eab2a400..0e3459c7d77c 100644 --- a/x11-wm/xfce4-desktop/Makefile +++ b/x11-wm/xfce4-desktop/Makefile @@ -6,8 +6,8 @@ # PORTNAME= xfce4-desktop -PORTVERSION= 4.4.0 -PORTREVISION= 1 +PORTVERSION= 4.4.1 +PORTREVISION= 0 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITES_XFCE} DISTNAME= xfdesktop-${PORTVERSION} @@ -46,7 +46,4 @@ CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx --disable-exo .else .endif -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure - .include <bsd.port.post.mk> diff --git a/x11-wm/xfce4-desktop/distinfo b/x11-wm/xfce4-desktop/distinfo index b8becc6f0bf1..51b2422c061b 100644 --- a/x11-wm/xfce4-desktop/distinfo +++ b/x11-wm/xfce4-desktop/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfdesktop-4.4.0.tar.bz2) = a1c93d228924b5daf151f698114021d3 -SHA256 (xfce4/xfdesktop-4.4.0.tar.bz2) = f6837480d87b61827e25d47ed1ca92565f975a8dff89ab950aefb1fb392fd34b -SIZE (xfce4/xfdesktop-4.4.0.tar.bz2) = 3150198 +MD5 (xfce4/xfdesktop-4.4.1.tar.bz2) = 7cbebc8e895eb19ee735e520ea48d03b +SHA256 (xfce4/xfdesktop-4.4.1.tar.bz2) = abf8c93af0df9d6ec730917e02c57783546c40b8be091a74a5160bbf59ee4a80 +SIZE (xfce4/xfdesktop-4.4.1.tar.bz2) = 3067577 diff --git a/x11-wm/xfce4-desktop/pkg-plist b/x11-wm/xfce4-desktop/pkg-plist index 9b91764a4883..2669095a3f50 100644 --- a/x11-wm/xfce4-desktop/pkg-plist +++ b/x11-wm/xfce4-desktop/pkg-plist @@ -8,6 +8,7 @@ etc/xdg/xfce4/desktop/xfce-registered-categories.xml.eu etc/xdg/xfce4/desktop/xfce-registered-categories.xml.fi etc/xdg/xfce4/desktop/xfce-registered-categories.xml.he etc/xdg/xfce4/desktop/xfce-registered-categories.xml.hu +etc/xdg/xfce4/desktop/xfce-registered-categories.xml.it etc/xdg/xfce4/desktop/xfce-registered-categories.xml.ja etc/xdg/xfce4/desktop/xfce-registered-categories.xml.nl etc/xdg/xfce4/desktop/xfce-registered-categories.xml.pl @@ -16,9 +17,11 @@ etc/xdg/xfce4/desktop/xfce-registered-categories.xml.ro etc/xdg/xfce4/desktop/xfce-registered-categories.xml.ru etc/xdg/xfce4/desktop/xfce-registered-categories.xml.sk etc/xdg/xfce4/desktop/xfce-registered-categories.xml.sv +etc/xdg/xfce4/desktop/xfce-registered-categories.xml.tr etc/xdg/xfce4/desktop/xfce-registered-categories.xml.zh_CN etc/xdg/xfce4/desktop/xfce-registered-categories.xml.zh_TW etc/xdg/xfce4/desktop/menu.xml +etc/xdg/xfce4/desktop/menu.xml.be etc/xdg/xfce4/desktop/menu.xml.ca etc/xdg/xfce4/desktop/menu.xml.cs etc/xdg/xfce4/desktop/menu.xml.da @@ -31,15 +34,18 @@ etc/xdg/xfce4/desktop/menu.xml.fi etc/xdg/xfce4/desktop/menu.xml.fr etc/xdg/xfce4/desktop/menu.xml.he etc/xdg/xfce4/desktop/menu.xml.hu +etc/xdg/xfce4/desktop/menu.xml.it etc/xdg/xfce4/desktop/menu.xml.ja etc/xdg/xfce4/desktop/menu.xml.ko etc/xdg/xfce4/desktop/menu.xml.nl +etc/xdg/xfce4/desktop/menu.xml.pa etc/xdg/xfce4/desktop/menu.xml.pl etc/xdg/xfce4/desktop/menu.xml.pt_BR etc/xdg/xfce4/desktop/menu.xml.ro etc/xdg/xfce4/desktop/menu.xml.ru etc/xdg/xfce4/desktop/menu.xml.sk etc/xdg/xfce4/desktop/menu.xml.sv +etc/xdg/xfce4/desktop/menu.xml.tr etc/xdg/xfce4/desktop/menu.xml.uk etc/xdg/xfce4/desktop/menu.xml.vi etc/xdg/xfce4/desktop/menu.xml.zh_TW @@ -138,9 +144,9 @@ share/xfce4/doc/C/xfdesktop.html share/xfce4/doc/fr/images/root_menu2.png share/xfce4/doc/fr/images/root_menu.png share/xfce4/doc/fr/images/select_bg_color.png -share/xfce4/doc/fr/images/xfdesktop-background.png +share/xfce4/doc/fr/images/xfdesktop-appearance-tab.png +share/xfce4/doc/fr/images/xfdesktop-behavior-tab.png share/xfce4/doc/fr/images/xfdesktop-editor.png -share/xfce4/doc/fr/images/xfdesktop-menu-tab.png share/xfce4/doc/fr/images/xfdesktop-list.png share/xfce4/doc/fr/xfdesktop.html share/xfce4/panel-plugins/xfce4-menu.desktop diff --git a/x11-wm/xfce4-panel/Makefile b/x11-wm/xfce4-panel/Makefile index 66c7cd579bf4..a25e4c9556e3 100644 --- a/x11-wm/xfce4-panel/Makefile +++ b/x11-wm/xfce4-panel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce4-panel -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 @@ -46,7 +46,4 @@ CONFIGURE_ARGS+=--enable-startup-notification CONFIGURE_ARGS+=--disable-startup-notification .endif -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure - .include <bsd.port.post.mk> diff --git a/x11-wm/xfce4-panel/distinfo b/x11-wm/xfce4-panel/distinfo index 68f11b89fac5..c34515a6f357 100644 --- a/x11-wm/xfce4-panel/distinfo +++ b/x11-wm/xfce4-panel/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-panel-4.4.0.tar.bz2) = c46925d2df393dba8f16979ba87d4776 -SHA256 (xfce4/xfce4-panel-4.4.0.tar.bz2) = 28ab25d6933f40ac19a4b6c2b41374360193b8300ad14853fb4ca78d5c152926 -SIZE (xfce4/xfce4-panel-4.4.0.tar.bz2) = 818534 +MD5 (xfce4/xfce4-panel-4.4.1.tar.bz2) = 56b3137c190dd722dd5109be03901feb +SHA256 (xfce4/xfce4-panel-4.4.1.tar.bz2) = a84cfc376b1c15f941177d5189668694db365591a4132cbd4d1ac5c7da3f43fa +SIZE (xfce4/xfce4-panel-4.4.1.tar.bz2) = 767669 diff --git a/x11-wm/xfce4-panel/pkg-plist b/x11-wm/xfce4-panel/pkg-plist index 533ba7173110..e48fca17a90e 100644 --- a/x11-wm/xfce4-panel/pkg-plist +++ b/x11-wm/xfce4-panel/pkg-plist @@ -65,6 +65,7 @@ share/gtk-doc/html/libxfce4panel/libxfce4panel-Convenience-Functions.html share/gtk-doc/html/libxfce4panel/libxfce4panel-Standard-Enumerations.html share/gtk-doc/html/libxfce4panel/libxfce4panel-Writing-Plugins.html share/gtk-doc/html/libxfce4panel/libxfce4panel.devhelp +share/gtk-doc/html/libxfce4panel/libxfce4panel.devhelp2 share/gtk-doc/html/libxfce4panel/right.png share/gtk-doc/html/libxfce4panel/style.css share/gtk-doc/html/libxfce4panel/up.png diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index b0e41a3a22db..b85b5d3e2ada 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce4-session -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 @@ -29,7 +29,4 @@ USE_XLIB= yes MAN1= xfce4-session.1 xfce4-session-logout.1 -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure - .include <bsd.port.mk> diff --git a/x11-wm/xfce4-session/distinfo b/x11-wm/xfce4-session/distinfo index b72f0c819ab7..354fde648341 100644 --- a/x11-wm/xfce4-session/distinfo +++ b/x11-wm/xfce4-session/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfce4-session-4.4.0.tar.bz2) = 03132946280bae3107101e02fbad0ba8 -SHA256 (xfce4/xfce4-session-4.4.0.tar.bz2) = ebaa5c338a2264dbb3fc3c2f51c4f870c660df0141368c47178771d0c0c53be2 -SIZE (xfce4/xfce4-session-4.4.0.tar.bz2) = 1328917 +MD5 (xfce4/xfce4-session-4.4.1.tar.bz2) = 82c31aef2856e30ebc09d2911e9b96ee +SHA256 (xfce4/xfce4-session-4.4.1.tar.bz2) = cab5f28173944b4c99c36570405b84f730ece80c51eaa1b01e6726c29b158065 +SIZE (xfce4/xfce4-session-4.4.1.tar.bz2) = 1289278 diff --git a/x11-wm/xfce4-session/pkg-descr b/x11-wm/xfce4-session/pkg-descr index 667d0710decb..0613754237f9 100644 --- a/x11-wm/xfce4-session/pkg-descr +++ b/x11-wm/xfce4-session/pkg-descr @@ -1,3 +1,6 @@ -Session manager for the Xfce desktop environment. +The session manager allows the user to save sessions and restore them +after login. It is capable of saving several different sessions. It +comes with three splash screen engines. And at last it helps you to +log out, reboot, and shutdown the system. -WWW: http://www.xfce4.org/ +WWW: http://www.xfce.org/projects/xfce4-session/ diff --git a/x11-wm/xfce4-wm/Makefile b/x11-wm/xfce4-wm/Makefile index 46e45a06a1c2..f7258e11673c 100644 --- a/x11-wm/xfce4-wm/Makefile +++ b/x11-wm/xfce4-wm/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce4-wm -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= x11-wm xfce MASTER_SITES= ${MASTER_SITES_XFCE} DISTNAME= xfwm4-${PORTVERSION} @@ -24,6 +24,7 @@ USE_GMAKE= yes USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig USE_LDCONFIG= yes USE_XFCE= configenv libmcs libutil libgui mcsmanager panel + USE_XLIB= yes OPTIONS= COMPOSITE "Support the experimental X11 Composite extension" on \ @@ -45,6 +46,7 @@ CONFIGURE_ARGS+=--disable-startup-notification .endif post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|\(#define ShapeInput 2\);|\1|' \ + ${WRKSRC}/src/frame.c .include <bsd.port.post.mk> diff --git a/x11-wm/xfce4-wm/distinfo b/x11-wm/xfce4-wm/distinfo index d6ce51295a25..20f57eb8d5ff 100644 --- a/x11-wm/xfce4-wm/distinfo +++ b/x11-wm/xfce4-wm/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/xfwm4-4.4.0.tar.bz2) = 8bb7231a20b30bfc1936b0facb9f072c -SHA256 (xfce4/xfwm4-4.4.0.tar.bz2) = 096b67e4002ecdadca60e01b67821d3898597c240adc4c204d2ee2b40db0b179 -SIZE (xfce4/xfwm4-4.4.0.tar.bz2) = 1674325 +MD5 (xfce4/xfwm4-4.4.1.tar.bz2) = c531edad76c909001acccc02936404f2 +SHA256 (xfce4/xfwm4-4.4.1.tar.bz2) = 4c7def1dfe4fe723dfd2728187d70b96682896649461507d230906aafffc0475 +SIZE (xfce4/xfwm4-4.4.1.tar.bz2) = 1645973 diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index aa0076e4beaa..d21df53e535c 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfce -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= x11-wm xfce MASTER_SITES= # empty DISTFILES= # empty diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile index d1ce0449aa12..821154bc75eb 100644 --- a/x11/Terminal/Makefile +++ b/x11/Terminal/Makefile @@ -7,7 +7,7 @@ PORTNAME= Terminal PORTVERSION= 0.2.6 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 3bd95126d61f..15344ddf3206 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -7,7 +7,7 @@ PORTNAME= libexo PORTVERSION= 0.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 xfce DISTNAME= exo-${PORTVERSION} MASTER_SITES= ${MASTER_SITES_XFCE} diff --git a/x11/libxfce4mcs/Makefile b/x11/libxfce4mcs/Makefile index 95edaac3cc9f..0d68762392f3 100644 --- a/x11/libxfce4mcs/Makefile +++ b/x11/libxfce4mcs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxfce4mcs -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 @@ -45,7 +45,4 @@ CONFIGURE_ARGS+=--enable-startup-notification CONFIGURE_ARGS+=--disable-startup-notification .endif -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure - .include <bsd.port.post.mk> diff --git a/x11/libxfce4mcs/distinfo b/x11/libxfce4mcs/distinfo index dd0028490e9b..5402ce7e8681 100644 --- a/x11/libxfce4mcs/distinfo +++ b/x11/libxfce4mcs/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/libxfce4mcs-4.4.0.tar.bz2) = 224863509b7f546fa1ca198374c424d3 -SHA256 (xfce4/libxfce4mcs-4.4.0.tar.bz2) = 35f2cd224f98d3c296d8f4a6299a1e99d09a841d65b9b3431edca102c15788fa -SIZE (xfce4/libxfce4mcs-4.4.0.tar.bz2) = 259923 +MD5 (xfce4/libxfce4mcs-4.4.1.tar.bz2) = 53c0deabf356d39779e6c6a2d5cbdd62 +SHA256 (xfce4/libxfce4mcs-4.4.1.tar.bz2) = 1925947c3b3eacb05bd39ca7439b28dc82e9757610d107d9d49b85559d2bfe51 +SIZE (xfce4/libxfce4mcs-4.4.1.tar.bz2) = 265299 diff --git a/x11/libxfce4mcs/pkg-plist b/x11/libxfce4mcs/pkg-plist index 8df682bda1e8..0845a713d42c 100644 --- a/x11/libxfce4mcs/pkg-plist +++ b/x11/libxfce4mcs/pkg-plist @@ -21,6 +21,7 @@ share/gtk-doc/html/libxfce4mcs/libxfce4mcs-mcs-client.html share/gtk-doc/html/libxfce4mcs/libxfce4mcs-mcs-common.html share/gtk-doc/html/libxfce4mcs/libxfce4mcs-mcs-manager.html share/gtk-doc/html/libxfce4mcs/libxfce4mcs.devhelp +share/gtk-doc/html/libxfce4mcs/libxfce4mcs.devhelp2 share/gtk-doc/html/libxfce4mcs/right.png share/gtk-doc/html/libxfce4mcs/style.css share/gtk-doc/html/libxfce4mcs/up.png diff --git a/x11/libxfce4util/Makefile b/x11/libxfce4util/Makefile index f48b6dc77e19..eff478c094a4 100644 --- a/x11/libxfce4util/Makefile +++ b/x11/libxfce4util/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxfce4util -PORTVERSION= 4.4.0 +PORTVERSION= 4.4.1 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITES_XFCE} DIST_SUBDIR= xfce4 diff --git a/x11/libxfce4util/distinfo b/x11/libxfce4util/distinfo index 0f0186f82fea..5966e74383b5 100644 --- a/x11/libxfce4util/distinfo +++ b/x11/libxfce4util/distinfo @@ -1,3 +1,3 @@ -MD5 (xfce4/libxfce4util-4.4.0.tar.bz2) = 543fb8efe96d6e83f897a7c64c48e9e6 -SHA256 (xfce4/libxfce4util-4.4.0.tar.bz2) = 47ca0ae8dd2bc65f05603ca2a1c37ad7c8a37e5dbeec923b480b77e8212d1786 -SIZE (xfce4/libxfce4util-4.4.0.tar.bz2) = 326862 +MD5 (xfce4/libxfce4util-4.4.1.tar.bz2) = 0e4011c57ca2b4491e715455a40c30bc +SHA256 (xfce4/libxfce4util-4.4.1.tar.bz2) = 2195969e71ba7408d936e7663e34c0540b10cb7c7353dbc34dbbb1df9e418182 +SIZE (xfce4/libxfce4util-4.4.1.tar.bz2) = 372848 diff --git a/x11/libxfce4util/pkg-plist b/x11/libxfce4util/pkg-plist index e415b223174a..3253d7360047 100644 --- a/x11/libxfce4util/pkg-plist +++ b/x11/libxfce4util/pkg-plist @@ -32,8 +32,6 @@ share/gtk-doc/html/libxfce4util/libxfce4util-Miscellaneous-Utilities.html share/gtk-doc/html/libxfce4util/libxfce4util-Resource-Config-File-Support.html share/gtk-doc/html/libxfce4util/libxfce4util-Resource-lookup-functions.html share/gtk-doc/html/libxfce4util/libxfce4util-Unicode-Support-Functions.html -share/gtk-doc/html/libxfce4util/style.css -share/gtk-doc/html/libxfce4util/up.png share/gtk-doc/html/libxfce4util/libxfce4util-Software-Licenses.html share/gtk-doc/html/libxfce4util/libxfce4util-Version-Information.html share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-Generics.html @@ -43,25 +41,34 @@ share/gtk-doc/html/libxfce4util/libxfce4util-datatypes.html share/gtk-doc/html/libxfce4util/libxfce4util-fundamentals.html share/gtk-doc/html/libxfce4util/libxfce4util-utilities.html share/gtk-doc/html/libxfce4util/libxfce4util.devhelp +share/gtk-doc/html/libxfce4util/libxfce4util.devhelp2 share/gtk-doc/html/libxfce4util/reference.html share/gtk-doc/html/libxfce4util/right.png +share/gtk-doc/html/libxfce4util/style.css +share/gtk-doc/html/libxfce4util/up.png +share/locale/ar/LC_MESSAGES/libxfce4util.mo +share/locale/ca/LC_MESSAGES/libxfce4util.mo share/locale/cs/LC_MESSAGES/libxfce4util.mo share/locale/cy/LC_MESSAGES/libxfce4util.mo share/locale/de/LC_MESSAGES/libxfce4util.mo share/locale/dz/LC_MESSAGES/libxfce4util.mo +share/locale/en_GB/LC_MESSAGES/libxfce4util.mo +share/locale/eu/LC_MESSAGES/libxfce4util.mo +share/locale/fi/LC_MESSAGES/libxfce4util.mo share/locale/fr/LC_MESSAGES/libxfce4util.mo +share/locale/gl/LC_MESSAGES/libxfce4util.mo share/locale/he/LC_MESSAGES/libxfce4util.mo +share/locale/it/LC_MESSAGES/libxfce4util.mo share/locale/ja/LC_MESSAGES/libxfce4util.mo share/locale/ka/LC_MESSAGES/libxfce4util.mo +share/locale/ko/LC_MESSAGES/libxfce4util.mo share/locale/lt/LC_MESSAGES/libxfce4util.mo share/locale/mk/LC_MESSAGES/libxfce4util.mo share/locale/nl/LC_MESSAGES/libxfce4util.mo -share/locale/pt_BR/LC_MESSAGES/libxfce4util.mo -share/locale/ca/LC_MESSAGES/libxfce4util.mo -share/locale/fi/LC_MESSAGES/libxfce4util.mo -share/locale/gl/LC_MESSAGES/libxfce4util.mo -share/locale/ko/LC_MESSAGES/libxfce4util.mo share/locale/pl/LC_MESSAGES/libxfce4util.mo +share/locale/pt_BR/LC_MESSAGES/libxfce4util.mo +share/locale/sq/LC_MESSAGES/libxfce4util.mo +share/locale/tr/LC_MESSAGES/libxfce4util.mo share/locale/uk/LC_MESSAGES/libxfce4util.mo @dirrm include/xfce4/libxfce4util @dirrmtry include/xfce4 diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 1dda6c1e9058..f10378724902 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-clipman-plugin PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-quicklauncher-plugin/Makefile b/x11/xfce4-quicklauncher-plugin/Makefile index 34151c64f472..9c2359f205e6 100644 --- a/x11/xfce4-quicklauncher-plugin/Makefile +++ b/x11/xfce4-quicklauncher-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-quicklauncher-plugin PORTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile index a27a95fef767..584ee89e86f1 100644 --- a/x11/xfce4-screenshooter-plugin/Makefile +++ b/x11/xfce4-screenshooter-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-screenshooter-plugin PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile index c695917c94c9..28920cd6bd5f 100644 --- a/x11/xfce4-taskmanager/Makefile +++ b/x11/xfce4-taskmanager/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-taskmanager PORTVERSION= 0.4.0.r2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 xfce MASTER_SITES= http://xfce4-taskmanager.nebulon.de/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/-rc/} diff --git a/x11/xfce4-xfapplet-plugin/Makefile b/x11/xfce4-xfapplet-plugin/Makefile index 09b046ab5ffd..e1508200583f 100644 --- a/x11/xfce4-xfapplet-plugin/Makefile +++ b/x11/xfce4-xfapplet-plugin/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-xfapplet-plugin PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= x11 xfce MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ DIST_SUBDIR= xfce4 |