diff options
author | wiz <wiz> | 2002-12-21 19:52:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-12-21 19:52:08 +0000 |
commit | b54ca564b63b011f045800ffae054fb9d51578f9 (patch) | |
tree | b354958f7dcaac55ab7156a162b692b5d2b5604b /graphics | |
parent | 72e2512d09365f9fb05c001181b8d733ed46a21f (diff) | |
download | pkgsrc-b54ca564b63b011f045800ffae054fb9d51578f9.tar.gz |
Fix version number so that it's newer than last release.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mplayer-share/Makefile | 4 | ||||
-rw-r--r-- | graphics/mplayer-share/Makefile.common | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/graphics/mplayer-share/Makefile b/graphics/mplayer-share/Makefile index 67974ed9a75..1582883aff3 100644 --- a/graphics/mplayer-share/Makefile +++ b/graphics/mplayer-share/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2002/12/06 14:21:46 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/12/21 19:52:08 wiz Exp $ .include "Makefile.common" PKGNAME= mplayer-share-${MPLAYER_PKG_VERSION} COMMENT= Documentation and fonts used by mplayer and gmplayer -# XXX: Remove following line during next update! -PKGREVISION= 1 NO_BUILD= YES NO_CONFIGURE= YES diff --git a/graphics/mplayer-share/Makefile.common b/graphics/mplayer-share/Makefile.common index c45aad8b461..3dfb1b3b050 100644 --- a/graphics/mplayer-share/Makefile.common +++ b/graphics/mplayer-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2002/12/21 19:49:52 wiz Exp $ +# $NetBSD: Makefile.common,v 1.19 2002/12/21 19:52:08 wiz Exp $ MPLAYER_DIST_VERSION= 0.90rc1 #PKGREVISION= 1 @@ -6,7 +6,7 @@ MPLAYER_DIST_VERSION= 0.90rc1 # There is no need to change anything below here. # This variable is used in all packages which depend on this package -MPLAYER_PKG_VERSION= ${MPLAYER_DIST_VERSION:S/pre/rc/} +MPLAYER_PKG_VERSION= 0.90rc11 DISTNAME= MPlayer-${MPLAYER_DIST_VERSION} CATEGORIES?= graphics |