OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Sep-2004 13:51:06
Branch: HEAD Handle: 2004091112510500
Modified files:
openpkg-src/mplayer mplayer.spec
Log:
fix regex
Summary:
Revision Changes Path
1.83 +3 -3 openpkg-src/mplayer/mplayer.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mplayer/mplayer.spec
============================================================================
$ cvs diff -u -r1.82 -r1.83 mplayer.spec
--- openpkg-src/mplayer/mplayer.spec 27 Jul 2004 13:12:20 -0000 1.82
+++ openpkg-src/mplayer/mplayer.spec 11 Sep 2004 11:51:05 -0000 1.83
@@ -39,7 +39,7 @@
Group: Video
License: GPL and others
Version: %{V_mplayer}
-Release: 20040727
+Release: 20040911
# build options
%option with_gui no
@@ -84,14 +84,14 @@
prog mplayer:blue = {
version = %{V_blue}
url = ftp://ftp.mplayerhq.hu/MPlayer/Skin/
- regex = Blue-(__VER__).tar.bz2
+ regex = Blue-(__VER__)\.tar\.bz2
}
prog mplayer:live = {
disabled
comment = "rse: new snapshots occur every second day and there is no need
to upgrade such fast"
version = %{V_live}
url = http://www.live.com/liveMedia/public/
- regex = live.(__VER__).tar.gz
+ regex = live\.(__VER__)\.tar\.gz
}
%prep
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]