diff options
author | martti <martti@pkgsrc.org> | 2007-12-07 19:43:19 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-12-07 19:43:19 +0000 |
commit | 8415531aec0bac4108ab341dac260d67e1f78214 (patch) | |
tree | b13a72118dfeb40f0301f5034c64ed4656b8e1d0 /meta-pkgs | |
parent | 868529ac7452f4addd916c921f3349dfab633341 (diff) | |
download | pkgsrc-8415531aec0bac4108ab341dac260d67e1f78214.tar.gz |
Updated Xfce to 4.4.2
Lots of bug fixes. For the official ChangeLog, please see
http://www.xfce.org/documentation/changelogs/4.4.2
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/xfce4-extras/Makefile | 4 | ||||
-rw-r--r-- | meta-pkgs/xfce4/Makefile | 4 | ||||
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/meta-pkgs/xfce4-extras/Makefile b/meta-pkgs/xfce4-extras/Makefile index 916de905347..4969a9d0a63 100644 --- a/meta-pkgs/xfce4-extras/Makefile +++ b/meta-pkgs/xfce4-extras/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.27 2007/10/25 22:00:59 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2007/12/07 19:43:21 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" DISTNAME= xfce4-extras-${XFCE4_VERSION} DISTFILES= # empty -PKGREVISION= 2 +#PKGREVISION= 1 CATEGORIES= meta-pkgs COMMENT= Xfce extras diff --git a/meta-pkgs/xfce4/Makefile b/meta-pkgs/xfce4/Makefile index b8039dd7d48..66ce816af97 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2007/10/25 22:00:59 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2007/12/07 19:43:21 martti Exp $ .include "Makefile.common" DISTNAME= xfce4-${XFCE4_VERSION} DISTFILES= # empty -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= meta-pkgs COMMENT= Xfce diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index e4d0540136c..d970ef319ca 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,13 +1,13 @@ -# $NetBSD: Makefile.common,v 1.37 2007/10/30 19:31:41 martti Exp $ +# $NetBSD: Makefile.common,v 1.38 2007/12/07 19:43:21 martti Exp $ -MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.1/src/ +MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.2/src/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.xfce.org/ #LICENSE= gnu-gpl-v2 -XFCE4_VERSION= 4.4.1 +XFCE4_VERSION= 4.4.2 # Do NOT put a PKGREVISION statement in this file! |