[105369] contrib/cpan2port/cpan2port

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Apr 18 15:44:37 PDT 2013


Revision: 105369
          https://trac.macports.org/changeset/105369
Author:   macsforever2000 at macports.org
Date:     2013-04-18 15:44:37 -0700 (Thu, 18 Apr 2013)
Log Message:
-----------
cpan2port: Better fix for v in version number.

Modified Paths:
--------------
    contrib/cpan2port/cpan2port

Modified: contrib/cpan2port/cpan2port
===================================================================
--- contrib/cpan2port/cpan2port	2013-04-18 22:40:23 UTC (rev 105368)
+++ contrib/cpan2port/cpan2port	2013-04-18 22:44:37 UTC (rev 105369)
@@ -146,7 +146,7 @@
         ( # file
             (.*)/          # cpan_path
             ([^/]+)-          # prefix
-            ((?:\d+\.?)+|v.*)     # version
+            ((?:\d+\.?)+|v(?:\d+\.?)+)     # version
             \.
             (tar\.gz|tgz)   # suffix
         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130418/8b1d3e68/attachment.html>


More information about the macports-changes mailing list