diff options
author | martti <martti@pkgsrc.org> | 2007-01-23 11:53:46 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-01-23 11:53:46 +0000 |
commit | a1817249317c9e15fa36855cdd6e41a8e66119b2 (patch) | |
tree | 09aa95440c091088a342fe9b1f56cf87f51f092b /meta-pkgs/xfce4 | |
parent | 98dbece6a34e158b40be11f89a1d2af0fa9ea93d (diff) | |
download | pkgsrc-a1817249317c9e15fa36855cdd6e41a8e66119b2.tar.gz |
Xfce 4.2.4 released
A new bug fix release of Xfce 4.2 is available. This release is supposed to
be the last release for the 4.2 branch. It includes several fixes ported from
the current developpment branch. This release should not be confused with the
upcoming Xfce 4.4 release [1], it's a bug fix release of the previous stable
branch.
[1] Xfce 4.4.0 is already in pkgsrc-wip.
Diffstat (limited to 'meta-pkgs/xfce4')
-rw-r--r-- | meta-pkgs/xfce4/Makefile | 6 | ||||
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 8 | ||||
-rw-r--r-- | meta-pkgs/xfce4/buildlink3.mk | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/meta-pkgs/xfce4/Makefile b/meta-pkgs/xfce4/Makefile index 63a0f67447b..db2463060d1 100644 --- a/meta-pkgs/xfce4/Makefile +++ b/meta-pkgs/xfce4/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.24 2006/04/17 13:46:07 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2007/01/23 11:53:46 martti Exp $ .include "Makefile.common" -XFCE4_VERSION= 4.2.3.2 +XFCE4_VERSION= 4.2.4 DISTNAME= xfce4-${XFCE4_VERSION} DISTFILES= # empty -PKGREVISION= 3 +#PKGREVISION= 1 CATEGORIES= meta-pkgs COMMENT= Xfce diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index 2213e19a88e..884caa7b97c 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,12 +1,12 @@ -# $NetBSD: Makefile.common,v 1.31 2006/06/20 12:25:51 joerg Exp $ +# $NetBSD: Makefile.common,v 1.32 2007/01/23 11:53:46 martti Exp $ -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/ +MASTER_SITES= http://www.xfce.org/archive/xfce-4.2.4/src/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-4.2.4/src/ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.xfce.org/ -XFCE4_VERSION= 4.2.3 +XFCE4_VERSION= 4.2.4 # Do NOT put a PKGREVISION statement in this file! diff --git a/meta-pkgs/xfce4/buildlink3.mk b/meta-pkgs/xfce4/buildlink3.mk index d8ec66e8d62..cd3b6d9735f 100644 --- a/meta-pkgs/xfce4/buildlink3.mk +++ b/meta-pkgs/xfce4/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.16 2006/10/12 09:24:19 martti Exp $ +# $NetBSD: buildlink3.mk,v 1.17 2007/01/23 11:53:46 martti Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XFCE4_BUILDLINK3_MK:= ${XFCE4_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= xfce4 BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xfce4 .if ${XFCE4_BUILDLINK3_MK} == "+" -BUILDLINK_API_DEPENDS.xfce4+= xfce4>=4.2.3.2nb3 +BUILDLINK_API_DEPENDS.xfce4+= xfce4>=4.2.4 BUILDLINK_PKGSRCDIR.xfce4?= ../../meta-pkgs/xfce4 .endif # XFCE4_BUILDLINK3_MK |