pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Moved the definition of PKGREVISION from cvsup/M...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2dfcd928e1d
branches:  trunk
changeset: 506162:a2dfcd928e1d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 12 18:01:15 2006 +0000

description:
Moved the definition of PKGREVISION from cvsup/Makefile.common into the
individual package Makefiles, where they belong.

diffstat:

 devel/cvsup-gui/Makefile    |  3 ++-
 devel/cvsup/Makefile        |  3 ++-
 devel/cvsup/Makefile.common |  3 +--
 3 files changed, 5 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 1309ce8b7386 -r a2dfcd928e1d devel/cvsup-gui/Makefile
--- a/devel/cvsup-gui/Makefile  Thu Jan 12 17:41:35 2006 +0000
+++ b/devel/cvsup-gui/Makefile  Thu Jan 12 18:01:15 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2005/06/01 18:02:43 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/01/12 18:01:15 rillig Exp $
 
 .include "${.CURDIR}/../../devel/cvsup/Makefile.common"
 
 PKGNAME=       cvsup-gui-16.1.h
+PKGREVISION=   1
 
 CONFLICTS=     cvsup-[0-9]*
 
diff -r 1309ce8b7386 -r a2dfcd928e1d devel/cvsup/Makefile
--- a/devel/cvsup/Makefile      Thu Jan 12 17:41:35 2006 +0000
+++ b/devel/cvsup/Makefile      Thu Jan 12 18:01:15 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2004/01/06 00:08:06 xtraeme Exp $
+# $NetBSD: Makefile,v 1.14 2006/01/12 18:01:15 rillig Exp $
 
 .include "${.CURDIR}/../../devel/cvsup/Makefile.common"
 
 PKGNAME=       cvsup-16.1.h
+PKGREVISION=   1
 
 M3FLAGS+=      -DNOGUI
 
diff -r 1309ce8b7386 -r a2dfcd928e1d devel/cvsup/Makefile.common
--- a/devel/cvsup/Makefile.common       Thu Jan 12 17:41:35 2006 +0000
+++ b/devel/cvsup/Makefile.common       Thu Jan 12 18:01:15 2006 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile.common,v 1.7 2005/12/05 20:50:03 rillig Exp $
+# $NetBSD: Makefile.common,v 1.8 2006/01/12 18:01:15 rillig Exp $
 
 DISTNAME=      cvsup-snap-16.1h
-PKGREVISION=   1
 CATEGORIES=    devel net
 MASTER_SITES=  ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/
 



Home | Main Index | Thread Index | Old Index