diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
commit | b48eba1112f54d5bd53419acb41234e880b1c4d8 (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /time | |
parent | b83587c254a875614110a4d3bcfeafebc7536d9a (diff) | |
download | pkgsrc-b48eba1112f54d5bd53419acb41234e880b1c4d8.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'time')
-rw-r--r-- | time/korganizer/Makefile | 5 | ||||
-rw-r--r-- | time/kworldwatch/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/time/korganizer/Makefile b/time/korganizer/Makefile index e034f0e6be4..0e5c1726be5 100644 --- a/time/korganizer/Makefile +++ b/time/korganizer/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/02/17 17:32:04 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/03/13 17:37:45 fredb Exp $ DISTNAME= korganizer-1.1.2 +PKGREVISION= 1 CATEGORIES= kde time MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/ \ ftp://ftp.de.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/ @@ -10,7 +11,7 @@ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://www.kde.org/ COMMENT= Organizer application for the KDE integrated X11 desktop -DEPENDS+= kdebase-1.1.2:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase USE_X11BASE= yes USE_GMAKE= yes diff --git a/time/kworldwatch/Makefile b/time/kworldwatch/Makefile index b3d2918afba..6f8192bb6a1 100644 --- a/time/kworldwatch/Makefile +++ b/time/kworldwatch/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:48 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:45 fredb Exp $ # DISTNAME= kworldwatch-0.6 +PKGREVISION= 1 CATEGORIES= x11 kde time MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/apps/utils/ EXTRACT_SUFX= .tgz @@ -10,7 +11,7 @@ MAINTAINER= hubertf@netbsd.org COMMENT= Revolving world map indicating the time in each part of the world BUILD_USES_MSGFMT= yes -DEPENDS+= kdebase-1.1.2:../../x11/kdebase +DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase CONFLICTS+= kdetoys-[0-9]* |