pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm Moved the misplaced definition of PKGREVISION to th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5ac8428644c8
branches:  trunk
changeset: 506166:5ac8428644c8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 12 18:27:53 2006 +0000

description:
Moved the misplaced definition of PKGREVISION to the package Makefiles.

diffstat:

 wm/wmx-gnome/Makefile  |  3 ++-
 wm/wmx/Makefile        |  3 ++-
 wm/wmx/Makefile.common |  3 +--
 3 files changed, 5 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 49f3ce7ee8c1 -r 5ac8428644c8 wm/wmx-gnome/Makefile
--- a/wm/wmx-gnome/Makefile     Thu Jan 12 18:17:19 2006 +0000
+++ b/wm/wmx-gnome/Makefile     Thu Jan 12 18:27:53 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2004/11/13 22:04:53 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2006/01/12 18:27:53 rillig Exp $
 
 PKGNAME=       wmx-gnome-${WMX_VERS}
+PKGREVISION=   1
 CATEGORIES+=   gnome
 COMMENT=       Another X11 window manager based on wm2, with GNOME compliance
 
diff -r 49f3ce7ee8c1 -r 5ac8428644c8 wm/wmx/Makefile
--- a/wm/wmx/Makefile   Thu Jan 12 18:17:19 2006 +0000
+++ b/wm/wmx/Makefile   Thu Jan 12 18:27:53 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/06/02 15:38:00 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2006/01/12 18:27:53 rillig Exp $
 
 PKGNAME=       wmx-${WMX_VERS}
+PKGREVISION=   1
 COMMENT=       Another X11 window manager based on wm2
 
 .include "../../wm/wmx/Makefile.common"
diff -r 49f3ce7ee8c1 -r 5ac8428644c8 wm/wmx/Makefile.common
--- a/wm/wmx/Makefile.common    Thu Jan 12 18:17:19 2006 +0000
+++ b/wm/wmx/Makefile.common    Thu Jan 12 18:27:53 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.common,v 1.15 2005/12/05 20:51:10 rillig Exp $
+# $NetBSD: Makefile.common,v 1.16 2006/01/12 18:27:53 rillig Exp $
 
 DISTNAME=      wmx-6
 WMX_VERS=      6.0
-PKGREVISION=   1
 CATEGORIES+=   x11 wm
 MASTER_SITES=  http://www.all-day-breakfast.com/wmx/
 



Home | Main Index | Thread Index | Old Index