diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-21 05:39:18 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-21 05:39:18 +0000 |
commit | 47dcb815ea6f406cc7deb00532ecfcc0bdcbea6f (patch) | |
tree | 4cb94542f6fd3681c5b3bfb5d32ae1951aa1747c | |
parent | 895b7a9cb81c49f1c5a36af2c0cd0300309e8bb3 (diff) | |
download | pkgsrc-47dcb815ea6f406cc7deb00532ecfcc0bdcbea6f.tar.gz |
Bump PKGREVISION and dependencies in lock step for sawfish and friends
because of the change to MACHINE_GNU_PLATFORM for certain ports.
-rw-r--r-- | lang/librep/Makefile | 3 | ||||
-rw-r--r-- | wm/sawfish-replibs/Makefile | 4 | ||||
-rw-r--r-- | wm/sawfish/Makefile | 6 | ||||
-rw-r--r-- | wm/sawfish/Makefile.common | 7 | ||||
-rw-r--r-- | x11/rep-gtk/Makefile | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 8b4c3c1fa5c..c53986ccbaa 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2002/02/18 15:14:26 seb Exp $ +# $NetBSD: Makefile,v 1.20 2002/03/21 05:39:18 fredb Exp $ # DISTNAME= librep-${REP_VERS} REP_VERS= 0.15.1 +PKGREVISION= 1 CATEGORIES= lang devel MASTER_SITES= http://prdownloads.sourceforge.net/librep/ diff --git a/wm/sawfish-replibs/Makefile b/wm/sawfish-replibs/Makefile index 4d67210b65c..6799a046c89 100644 --- a/wm/sawfish-replibs/Makefile +++ b/wm/sawfish-replibs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:47 fredb Exp $ +# $NetBSD: Makefile,v 1.5 2002/03/21 05:39:19 fredb Exp $ # PKGNAME= sawfish-replibs-${SF_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= librep Lisp libraries for sawfish diff --git a/wm/sawfish/Makefile b/wm/sawfish/Makefile index 59308a3ec95..f074e0b1271 100644 --- a/wm/sawfish/Makefile +++ b/wm/sawfish/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2002/03/14 00:48:18 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/03/21 05:39:20 fredb Exp $ # PKGNAME= sawfish-${SF_VERS} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= GNOME-aware window manager that is fully configurable in Lisp -DEPENDS+= sawfish-replibs-${SF_VERS}nb1:../../wm/sawfish-replibs +DEPENDS+= sawfish-replibs-${SF_VERS}nb2:../../wm/sawfish-replibs USE_X11BASE= # defined diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common index eb4a7c0401c..f414074a776 100644 --- a/wm/sawfish/Makefile.common +++ b/wm/sawfish/Makefile.common @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.common,v 1.7 2002/03/13 17:37:47 fredb Exp $ +# $NetBSD: Makefile.common,v 1.8 2002/03/21 05:39:20 fredb Exp $ DISTNAME= sawfish-${SF_VERS} -PKGREVISION= 1 SF_VERS= 1.0.1 CATEGORIES= x11 gnome wm MASTER_SITES= http://prdownloads.sourceforge.net/sawmill/ @@ -9,8 +8,8 @@ MASTER_SITES= http://prdownloads.sourceforge.net/sawmill/ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://sawmill.sourceforge.net/ -DEPENDS+= librep>=0.14:../../lang/librep -DEPENDS+= rep-gtk>=0.14:../../x11/rep-gtk +DEPENDS+= librep>=0.15.1nb1:../../lang/librep +DEPENDS+= rep-gtk>=0.15nb2:../../x11/rep-gtk DEPENDS+= imlib>=1.9.11nb1:../../graphics/imlib DEPENDS+= control-center-[0-9]*:../../x11/controlcenter diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index 03bbdadaa31..95b8a7ee57c 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2002/03/14 00:46:08 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2002/03/21 05:39:19 fredb Exp $ # DISTNAME= rep-gtk-0.15 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 lang MASTER_SITES= http://prdownloads.sourceforge.net/rep-gtk/ @@ -11,7 +11,7 @@ HOMEPAGE= http://rep-gtk.sourceforge.net/ COMMENT= librep bindings for gtk (used by sawmill) DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= librep>=0.15:../../lang/librep +DEPENDS+= librep>=0.15.1nb1:../../lang/librep DEPENDS+= libglade-0.17nb1:../../devel/libglade DEPENDS+= gnome-libs>=1.4.1.2nb1:../gnome-libs DEPENDS+= gdk-pixbuf-gnome>=0.11.0nb1:../../graphics/gdk-pixbuf-gnome |