diff options
author | wiz <wiz> | 2003-12-13 00:45:21 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-12-13 00:45:21 +0000 |
commit | 0c29d4b5c76eac00d281f8ac54606576c9c1ed73 (patch) | |
tree | 387ad93e2489a50e6c479ea80481f11998e70dbf /time | |
parent | 5ce685e1e633b5baaf4c32ae32f67b6f7801a383 (diff) | |
download | pkgsrc-0c29d4b5c76eac00d281f8ac54606576c9c1ed73.tar.gz |
Bump PKGREVISION for atk library major bump.
Diffstat (limited to 'time')
-rw-r--r-- | time/gdeskcal/Makefile | 3 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/Makefile | 3 | ||||
-rw-r--r-- | time/xfce4-datetime-plugin/buildlink2.mk | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/time/gdeskcal/Makefile b/time/gdeskcal/Makefile index 2f808f4577d..4719d3b3ef6 100644 --- a/time/gdeskcal/Makefile +++ b/time/gdeskcal/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/09/09 14:52:57 recht Exp $ +# $NetBSD: Makefile,v 1.7 2003/12/13 00:45:25 wiz Exp $ # DISTNAME= gDeskCal-0_55 PKGNAME= gdeskcal-0.55 +PKGREVISION= 1 CATEGORIES= time MASTER_SITES= http://www.pycage.de/download/ diff --git a/time/xfce4-datetime-plugin/Makefile b/time/xfce4-datetime-plugin/Makefile index d6b74b44e31..8a5a1a87800 100644 --- a/time/xfce4-datetime-plugin/Makefile +++ b/time/xfce4-datetime-plugin/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 05:14:20 martti Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/13 00:45:25 wiz Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" XFCE4_VERSION= 0.2 DISTNAME= xfce4-datetime-plugin-${XFCE4_VERSION} +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/xfce-goodies/ COMMENT= XFce4 calendar plugin diff --git a/time/xfce4-datetime-plugin/buildlink2.mk b/time/xfce4-datetime-plugin/buildlink2.mk index 5b8c7888e98..fcd5875bc63 100644 --- a/time/xfce4-datetime-plugin/buildlink2.mk +++ b/time/xfce4-datetime-plugin/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 05:14:20 martti Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2003/12/13 00:45:25 wiz Exp $ # # This Makefile fragment is included by packages that use xfce4-datetime-plugin. # @@ -9,7 +9,7 @@ XFCE4_DATETIME_PLUGIN_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= xfce4-datetime-plugin -BUILDLINK_DEPENDS.xfce4-datetime-plugin?= xfce4-datetime-plugin>=0.2 +BUILDLINK_DEPENDS.xfce4-datetime-plugin?= xfce4-datetime-plugin>=0.2nb1 BUILDLINK_PKGSRCDIR.xfce4-datetime-plugin?= ../../time/xfce4-datetime-plugin EVAL_PREFIX+= BUILDLINK_PREFIX.xfce4-datetime-plugin=xfce4-datetime-plugin |