diff options
author | martti <martti@pkgsrc.org> | 2005-11-17 08:16:19 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-11-17 08:16:19 +0000 |
commit | 031d5f597e3612c0acf61db49f907679bdc1a230 (patch) | |
tree | ae24ca9851a86f739bfd49b4bfc04156672276ca /meta-pkgs | |
parent | 23f994b443f530af7f0647ce069db236e0c10bec (diff) | |
download | pkgsrc-031d5f597e3612c0acf61db49f907679bdc1a230.tar.gz |
pdated Xfce to 4.2.3.2
A "micro" release to fix a regression in the window manager settings.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4/Makefile | 4 | ||||
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-pkgs/xfce4/Makefile b/meta-pkgs/xfce4/Makefile index 70836b8462c..710ab7f656f 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2005/11/09 08:56:17 martti Exp $ +# $NetBSD: Makefile,v 1.21 2005/11/17 08:16:19 martti Exp $ .include "Makefile.common" -XFCE4_VERSION= 4.2.3.1 +XFCE4_VERSION= 4.2.3.2 DISTNAME= xfce4-${XFCE4_VERSION} DISTFILES= # empty diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 521482c8448..46d70c70785 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.27 2005/11/09 06:42:58 martti Exp $ +# $NetBSD: Makefile.common,v 1.28 2005/11/17 08:16:19 martti Exp $ -MASTER_SITES= http://www.xfce.org/archive/xfce-4.2.3.1/src/ \ - http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.1/src/ +MASTER_SITES= http://www.xfce.org/archive/xfce-4.2.3.2/src/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.3.2/src/ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.xfce.org/ |