OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-re                       Date:   04-Nov-2002 11:38:44
  Branch: HEAD                             Handle: 2002110410384400

  Modified files:
    openpkg-re/vcheck       vc.mhash

  Log:
    regexp doesn't like string anchors, using a negative look-behind
    pattern from perl5.6+ that rules out python-mhash-* on the same URL.

  Summary:
    Revision    Changes     Path
    1.4         +1  -1      openpkg-re/vcheck/vc.mhash
  ____________________________________________________________________________

  Index: openpkg-re/vcheck/vc.mhash
  ============================================================
  $ cvs diff -u -r1.3 -r1.4 vc.mhash
  --- openpkg-re/vcheck/vc.mhash        25 Oct 2002 19:16:22 -0000      1.3
  +++ openpkg-re/vcheck/vc.mhash        4 Nov 2002 10:38:44 -0000       1.4
  @@ -4,6 +4,6 @@
   prog mhash = {
     version   = 0.8.17
     url       = http://dl.sourceforge.net/sourceforge/mhash/
  -  regex     = ^mhash-(__VER__)\.tar\.gz
  +  regex     = (?<!-)mhash-(__VER__)\.tar\.gz
   }
   
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to