pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics Remove PKGREVISION from the mplayer-share/Mak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc89a1f4b40d
branches:  trunk
changeset: 463060:cc89a1f4b40d
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun Oct 26 22:51:34 2003 +0000

description:
Remove PKGREVISION from the mplayer-share/Makefile.common, to
prevent it shadowing the one in gmplayer/Makefile.

diffstat:

 graphics/mencoder/Makefile             |  3 ++-
 graphics/mplayer-share/Makefile.common |  3 +--
 graphics/mplayer/Makefile              |  3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 3b13487f99a8 -r cc89a1f4b40d graphics/mencoder/Makefile
--- a/graphics/mencoder/Makefile        Sun Oct 26 22:48:36 2003 +0000
+++ b/graphics/mencoder/Makefile        Sun Oct 26 22:51:34 2003 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2003/08/31 00:25:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.18 2003/10/26 22:51:34 kristerw Exp $
 #
 
 PKGNAME=       mencoder-${MPLAYER_PKG_VERSION}
+PKGREVISION=   1
 COMMENT=       Simple movie encoder for MPlayer-playable movies
 
 .include "../../graphics/mplayer-share/Makefile.common"
diff -r 3b13487f99a8 -r cc89a1f4b40d graphics/mplayer-share/Makefile.common
--- a/graphics/mplayer-share/Makefile.common    Sun Oct 26 22:48:36 2003 +0000
+++ b/graphics/mplayer-share/Makefile.common    Sun Oct 26 22:51:34 2003 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.common,v 1.44 2003/10/26 14:26:25 tron Exp $
+# $NetBSD: Makefile.common,v 1.45 2003/10/26 22:51:34 kristerw Exp $
 #
 
 MPLAYER_DIST_VERSION=  1.0pre1
-PKGREVISION=           1
 
 # This variable is used in all packages which depend on this package
 MPLAYER_PKG_VERSION=   1.0rc1
diff -r 3b13487f99a8 -r cc89a1f4b40d graphics/mplayer/Makefile
--- a/graphics/mplayer/Makefile Sun Oct 26 22:48:36 2003 +0000
+++ b/graphics/mplayer/Makefile Sun Oct 26 22:51:34 2003 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2003/08/31 00:25:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.42 2003/10/26 22:51:34 kristerw Exp $
 #
 
 PKGNAME=       mplayer-${MPLAYER_PKG_VERSION}
+PKGREVISION=   1
 COMMENT=       Software-only MPEG-1/2/4 video decoder
 
 .include "../../graphics/mplayer-share/Makefile.common"



Home | Main Index | Thread Index | Old Index