OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 29-Jan-2008 18:10:48
Branch: HEAD Handle: 2008012917104600
Modified files:
openpkg-src/drupal drupal.spec
Log:
match against dots in tracking regex
Summary:
Revision Changes Path
1.96 +86 -86 openpkg-src/drupal/drupal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drupal/drupal.spec
============================================================================
$ cvs diff -u -r1.95 -r1.96 drupal.spec
--- openpkg-src/drupal/drupal.spec 29 Jan 2008 16:48:50 -0000 1.95
+++ openpkg-src/drupal/drupal.spec 29 Jan 2008 17:10:46 -0000 1.96
@@ -257,432 +257,432 @@
prog drupal = {
version = %{V_drupal}
url = http://ftp.drupal.org/files/projects/
- regex = >drupal-(5\.\d+).tar.gz
+ regex = >drupal-(5\.\d+)\.tar\.gz
}
prog drupal:adminblock = {
version = %{V_module_adminblock}
url = http://ftp.drupal.org/files/projects/
- regex = >adminblock-5.x-(__VER__).tar.gz
+ regex = >adminblock-5\.x-(__VER__)\.tar\.gz
}
prog drupal:adsense = {
version = %{V_module_adsense}
url = http://ftp.drupal.org/files/projects/
- regex = >adsense-5.x-(__VER__).tar.gz
+ regex = >adsense-5\.x-(__VER__)\.tar\.gz
}
prog drupal:article = {
version = %{V_module_article}
url = http://ftp.drupal.org/files/projects/
- regex = >article-5.x-(__VER__).tar.gz
+ regex = >article-5\.x-(__VER__)\.tar\.gz
}
prog drupal:buddylist = {
version = %{V_module_buddylist}
url = http://ftp.drupal.org/files/projects/
- regex = >buddylist-5.x-(\d+(\.\d+)+).tar.gz
+ regex = >buddylist-5\.x-(\d+(\.\d+)+)\.tar\.gz
}
prog drupal:commentcloser = {
version = %{V_module_commentcloser}
url = http://ftp.drupal.org/files/projects/
- regex = >commentcloser-5.x-(__VER__).tar.gz
+ regex = >commentcloser-5\.x-(__VER__)\.tar\.gz
}
prog drupal:contextlinks = {
version = %{V_module_contextlinks}
url = http://ftp.drupal.org/files/projects/
- regex = >contextlinks-5.x-(__VER__).tar.gz
+ regex = >contextlinks-5\.x-(__VER__)\.tar\.gz
}
prog drupal:customerror = {
version = %{V_module_customerror}
url = http://ftp.drupal.org/files/projects/
- regex = >customerror-5.x-(__VER__).tar.gz
+ regex = >customerror-5\.x-(__VER__)\.tar\.gz
}
prog drupal:event = {
version = %{V_module_event}
url = http://ftp.drupal.org/files/projects/
- regex = >event-5.x-(__VER__).tar.gz
+ regex = >event-5\.x-(__VER__)\.tar\.gz
}
prog drupal:excerpt = {
version = %{V_module_excerpt}
url = http://ftp.drupal.org/files/projects/
- regex = >excerpt-5.x-(__VER__).tar.gz
+ regex = >excerpt-5\.x-(__VER__)\.tar\.gz
}
prog drupal:freelinking = {
version = %{V_module_freelinking}
url = http://ftp.drupal.org/files/projects/
- regex = >freelinking-5.x-(\d+(\.\d+)+).tar.gz
+ regex = >freelinking-5\.x-(\d+(\.\d+)+)\.tar\.gz
}
prog drupal:front = {
version = %{V_module_front}
url = http://ftp.drupal.org/files/projects/
- regex = >front-5.x-(__VER__).tar.gz
+ regex = >front-5\.x-(__VER__)\.tar\.gz
}
prog drupal:hof = {
version = %{V_module_hof}
url = http://ftp.drupal.org/files/projects/
- regex = >hof-5.x-(__VER__).tar.gz
+ regex = >hof-5\.x-(__VER__)\.tar\.gz
}
prog drupal:image = {
version = %{V_module_image}
url = http://ftp.drupal.org/files/projects/
- regex = >image-5.x-(__VER__).tar.gz
+ regex = >image-5\.x-(__VER__)\.tar\.gz
}
prog drupal:legal = {
version = %{V_module_legal}
url = http://ftp.drupal.org/files/projects/
- regex = >legal-5.x-(__VER__).tar.gz
+ regex = >legal-5\.x-(__VER__)\.tar\.gz
}
prog drupal:livediscussions = {
version = %{V_module_livediscussions}
url = http://ftp.drupal.org/files/projects/
- regex = >livediscussions-5.x-(__VER__).tar.gz
+ regex = >livediscussions-5\.x-(__VER__)\.tar\.gz
}
prog drupal:mailhandler = {
version = %{V_module_mailhandler}
url = http://ftp.drupal.org/files/projects/
- regex = >mailhandler-5.x-(__VER__).tar.gz
+ regex = >mailhandler-5\.x-(__VER__)\.tar\.gz
}
prog drupal:nodewords = {
version = %{V_module_nodewords}
url = http://ftp.drupal.org/files/projects/
- regex = >nodewords-5.x-(\d+(\.\d+)+)\.tar\.gz
+ regex = >nodewords-5\.x-(\d+(\.\d+)+)\.tar\.gz
}
prog drupal:notify = {
version = %{V_module_notify}
url = http://ftp.drupal.org/files/projects/
- regex = >notify-5.x-(__VER__).tar.gz
+ regex = >notify-5\.x-(__VER__)\.tar\.gz
}
prog drupal:og = {
version = %{V_module_og}
url = http://ftp.drupal.org/files/projects/
- regex = >og-5.x-(__VER__).tar.gz
+ regex = >og-5\.x-(__VER__)\.tar\.gz
}
prog drupal:paypal_framework = {
version = %{V_module_paypal_framework}
url = http://ftp.drupal.org/files/projects/
- regex = >paypal_framework-5.x-(__VER__).tar.gz
+ regex = >paypal_framework-5\.x-(__VER__)\.tar\.gz
}
prog drupal:print = {
version = %{V_module_print}
url = http://ftp.drupal.org/files/projects/
- regex = >print-5.x-(__VER__).tar.gz
+ regex = >print-5\.x-(__VER__)\.tar\.gz
}
prog drupal:project = {
version = %{V_module_project}
url = http://ftp.drupal.org/files/projects/
- regex = >project-5.x-(__VER__)-beta.tar.gz
+ regex = >project-5\.x-(__VER__)-beta\.tar\.gz
}
prog drupal:quotes = {
version = %{V_module_quotes}
url = http://ftp.drupal.org/files/projects/
- regex = >quotes-5.x-(__VER__).tar.gz
+ regex = >quotes-5\.x-(__VER__)\.tar\.gz
}
prog drupal:rsvp = {
version = %{V_module_rsvp}
url = http://ftp.drupal.org/files/projects/
- regex = >rsvp-5.x-(__VER__).tar.gz
+ regex = >rsvp-5\.x-(__VER__)\.tar\.gz
}
prog drupal:scheduler = {
version = %{V_module_scheduler}
url = http://ftp.drupal.org/files/projects/
- regex = >scheduler-5.x-(__VER__).tar.gz
+ regex = >scheduler-5.x-(__VER__)\.tar\.gz
}
prog drupal:securesite = {
version = %{V_module_securesite}
url = http://ftp.drupal.org/files/projects/
- regex = >securesite-5.x-(__VER__).tar.gz
+ regex = >securesite-5\.x-(__VER__)\.tar\.gz
}
prog drupal:shoutbox = {
version = %{V_module_shoutbox}
url = http://ftp.drupal.org/files/projects/
- regex = >shoutbox-5.x-(__VER__).tar.gz
+ regex = >shoutbox-5\.x-(__VER__)\.tar\.gz
}
prog drupal:simplenews = {
version = %{V_module_simplenews}
url = http://ftp.drupal.org/files/projects/
- regex = >simplenews-5.x-(__VER__).tar.gz
+ regex = >simplenews-5\.x-(__VER__)\.tar\.gz
}
prog drupal:sitemap = {
version = %{V_module_sitemap}
url = http://ftp.drupal.org/files/projects/
- regex = >site_map-5.x-(__VER__).tar.gz
+ regex = >site_map-5\.x-(__VER__)\.tar\.gz
}
prog drupal:sitemenu = {
version = %{V_module_sitemenu}
url = http://ftp.drupal.org/files/projects/
- regex = >sitemenu-5.x-(__VER__).tar.gz
+ regex = >sitemenu-5\.x-(__VER__)\.tar\.gz
}
prog drupal:smartypants = {
version = %{V_module_smartypants}
url = http://ftp.drupal.org/files/projects/
- regex = >smartypants-5.x-(__VER__).tar.gz
+ regex = >smartypants-5\.x-(__VER__)\.tar\.gz
}
prog drupal:smileys = {
version = %{V_module_smileys}
url = http://ftp.drupal.org/files/projects/
- regex = >smileys-5.x-(\d+(\.\d+)+).tar.gz
+ regex = >smileys-5\.x-(\d+(\.\d+)+)\.tar\.gz
}
prog drupal:subscriptions = {
version = %{V_module_subscriptions}
url = http://ftp.drupal.org/files/projects/
- regex = >subscriptions-5.x-(\d+(\.\d+)+).tar.gz
+ regex = >subscriptions-5\.x-(\d+(\.\d+)+)\.tar\.gz
}
prog drupal:taxonomy_dhtml = {
version = %{V_module_taxonomy_dhtml}
url = http://ftp.drupal.org/files/projects/
- regex = >taxonomy_dhtml-5.x-(__VER__).tar.gz
+ regex = >taxonomy_dhtml-5\.x-(__VER__)\.tar\.gz
}
prog drupal:taxonomy_theme = {
version = %{V_module_taxonomy_theme}
url = http://ftp.drupal.org/files/projects/
- regex = >taxonomy_theme-5.x-(__VER__).tar.gz
+ regex = >taxonomy_theme-5\.x-(__VER__)\.tar\.gz
}
prog drupal:textile = {
version = %{V_module_textile}
url = http://ftp.drupal.org/files/projects/
- regex = >textile-5.x-(__VER__).tar.gz
+ regex = >textile-5\.x-(__VER__)\.tar\.gz
}
prog drupal:trackback = {
version = %{V_module_trackback}
url = http://ftp.drupal.org/files/projects/
- regex = >trackback-5.x-(__VER__).tar.gz
+ regex = >trackback-5\.x-(__VER__)\.tar\.gz
}
prog drupal:troll = {
version = %{V_module_troll}
url = http://ftp.drupal.org/files/projects/
- regex = >troll-5.x-(__VER__).tar.gz
+ regex = >troll-5\.x-(__VER__)\.tar\.gz
}
prog drupal:webform = {
version = %{V_module_webform}
url = http://ftp.drupal.org/files/projects/
- regex = >webform-5.x-(__VER__).tar.gz
+ regex = >webform-5\.x-(__VER__)\.tar\.gz
}
prog drupal:week = {
version = %{V_module_week}
url = http://ftp.drupal.org/files/projects/
- regex = >week-5.x-(__VER__).tar.gz
+ regex = >week-5\.x-(__VER__)\.tar\.gz
}
prog drupal:tidy = {
version = %{V_theme_tidy}
url = http://ftp.drupal.org/files/projects/
- regex = >MyDrupal-Tidy-5.x-(__VER__).tar.gz
+ regex = >MyDrupal-Tidy-5\.x-(__VER__)\.tar\.gz
}
prog drupal:imapact = {
version = %{V_theme_imapact}
url = http://ftp.drupal.org/files/projects/
- regex = >MyDrupal_Impact-5.x-(__VER__).tar.gz
+ regex = >MyDrupal_Impact-5\.x-(__VER__)\.tar\.gz
}
prog drupal:universal = {
version = %{V_theme_universal}
url = http://ftp.drupal.org/files/projects/
- regex = >MyDrupal_Universal-5.x-(__VER__).tar.gz
+ regex = >MyDrupal_Universal-5\.x-(__VER__)\.tar\.gz
}
prog drupal:shinobi = {
version = %{V_theme_shinobi}
url = http://ftp.drupal.org/files/projects/
- regex = >SHINOBI-5.x-(__VER__).tar.gz
+ regex = >SHINOBI-5\.x-(__VER__)\.tar\.gz
}
prog drupal:abac = {
version = %{V_theme_abac}
url = http://ftp.drupal.org/files/projects/
- regex = >abac-5.x-(__VER__).tar.gz
+ regex = >abac-5\.x-(__VER__)\.tar\.gz
}
prog drupal:aberdeen = {
version = %{V_theme_aberdeen}
url = http://ftp.drupal.org/files/projects/
- regex = >aberdeen-5.x-(__VER__).tar.gz
+ regex = >aberdeen-5\.x-(__VER__)\.tar\.gz
}
prog drupal:amadou = {
version = %{V_theme_amadou}
url = http://ftp.drupal.org/files/projects/
- regex = >amadou-5.x-(__VER__).tar.gz
+ regex = >amadou-5\.x-(__VER__)\.tar\.gz
}
prog drupal:andreas09 = {
version = %{V_theme_andreas09}
url = http://ftp.drupal.org/files/projects/
- regex = >andreas09-5.x-(__VER__).tar.gz
+ regex = >andreas09-5\.x-(__VER__)\.tar\.gz
}
prog drupal:antiquemodern = {
version = %{V_theme_antiquemodern}
url = http://ftp.drupal.org/files/projects/
- regex = >antique_modern-5.x-(__VER__).tar.gz
+ regex = >antique_modern-5\.x-(__VER__)\.tar\.gz
}
prog drupal:aquasoft = {
version = %{V_theme_aquasoft}
url = http://ftp.drupal.org/files/projects/
- regex = >aquasoft-5.x-(__VER__).tar.gz
+ regex = >aquasoft-5\.x-(__VER__)\.tar\.gz
}
prog drupal:arcmateria = {
version = %{V_theme_arcmateria}
url = http://ftp.drupal.org/files/projects/
- regex = >arcmateria-5.x-(__VER__).tar.gz
+ regex = >arcmateria-5\.x-(__VER__)\.tar\.gz
}
prog drupal:aurora = {
version = %{V_theme_aurora}
url = http://ftp.drupal.org/files/projects/
- regex = >aurora-5.x-(__VER__).tar.gz
+ regex = >aurora-5\.x-(__VER__)\.tar\.gz
}
prog drupal:barlow = {
version = %{V_theme_barlow}
url = http://ftp.drupal.org/files/projects/
- regex = >barlow-5.x-(__VER__).tar.gz
+ regex = >barlow-5\.x-(__VER__)\.tar\.gz
}
prog drupal:barron = {
version = %{V_theme_barron}
url = http://ftp.drupal.org/files/projects/
- regex = >barron-5.x-(__VER__).tar.gz
+ regex = >barron-5\.x-(__VER__)\.tar\.gz
}
prog drupal:bluebreeze = {
version = %{V_theme_bluebreeze}
url = http://ftp.drupal.org/files/projects/
- regex = >bluebreeze-5.x-(__VER__).tar.gz
+ regex = >bluebreeze-5\.x-(__VER__)\.tar\.gz
}
prog drupal:boxgrey = {
version = %{V_theme_boxgrey}
url = http://ftp.drupal.org/files/projects/
- regex = >box_grey-5.x-(__VER__).tar.gz
+ regex = >box_grey-5\.x-(__VER__)\.tar\.gz
}
prog drupal:channelnine = {
version = %{V_theme_channelnine}
url = http://ftp.drupal.org/files/projects/
- regex = >channel_nine-5.x-(__VER__).tar.gz
+ regex = >channel_nine-5\.x-(__VER__)\.tar\.gz
}
prog drupal:combustion = {
version = %{V_theme_combustion}
url = http://ftp.drupal.org/files/projects/
- regex = >combustion-5.x-(__VER__).tar.gz
+ regex = >combustion-5\.x-(__VER__)\.tar\.gz
}
prog drupal:contented7 = {
version = %{V_theme_contented7}
url = http://ftp.drupal.org/files/projects/
- regex = >contented7-5.x-(__VER__).tar.gz
+ regex = >contented7-5\.x-(__VER__)\.tar\.gz
}
prog drupal:danger4k = {
version = %{V_theme_danger4k}
url = http://ftp.drupal.org/files/projects/
- regex = >danger4k-5.x-(__VER__).tar.gz
+ regex = >danger4k-5\.x-(__VER__)\.tar\.gz
}
prog drupal:dreamy = {
version = %{V_theme_dreamy}
url = http://ftp.drupal.org/files/projects/
- regex = >dreamy-5.x-(__VER__).tar.gz
+ regex = >dreamy-5\.x-(__VER__)\.tar\.gz
}
prog drupal:fancy = {
version = %{V_theme_fancy}
url = http://ftp.drupal.org/files/projects/
- regex = >fancy-5.x-(__VER__).tar.gz
+ regex = >fancy-5\.x-(__VER__)\.tar\.gz
}
prog drupal:foliage = {
version = %{V_theme_foliage}
url = http://ftp.drupal.org/files/projects/
- regex = >foliage-5.x-(__VER__).tar.gz
+ regex = >foliage-5\.x-(__VER__)\.tar\.gz
}
prog drupal:garamond = {
version = %{V_theme_garamond}
url = http://ftp.drupal.org/files/projects/
- regex = >garamond-5.x-(__VER__).tar.gz
+ regex = >garamond-5\.x-(__VER__)\.tar\.gz
}
prog drupal:garlandrtl = {
version = %{V_theme_garlandrtl}
url = http://ftp.drupal.org/files/projects/
- regex = >garlandrtl-5.x-(__VER__).tar.gz
+ regex = >garlandrtl-5\.x-(__VER__)\.tar\.gz
}
prog drupal:glossyblue = {
version = %{V_theme_glossyblue}
url = http://ftp.drupal.org/files/projects/
- regex = >glossyblue-5.x-(__VER__).tar.gz
+ regex = >glossyblue-5\.x-(__VER__)\.tar\.gz
}
prog drupal:goldenhour = {
version = %{V_theme_goldenhour}
url = http://ftp.drupal.org/files/projects/
- regex = >golden_hour-5.x-(__VER__).tar.gz
+ regex = >golden_hour-5\.x-(__VER__)\.tar\.gz
}
prog drupal:greenhouse = {
version = %{V_theme_greenhouse}
url = http://ftp.drupal.org/files/projects/
- regex = >greenhouse-5.x-(__VER__).tar.gz
+ regex = >greenhouse-5\.x-(__VER__)\.tar\.gz
}
prog drupal:gutenberg = {
version = %{V_theme_gutenberg}
url = http://ftp.drupal.org/files/projects/
- regex = >gutenberg-5.x-(__VER__).tar.gz
+ regex = >gutenberg-5\.x-(__VER__)\.tar\.gz
}
prog drupal:internetjobs = {
version = %{V_theme_internetjobs}
url = http://ftp.drupal.org/files/projects/
- regex = >internet_jobs-5.x-(__VER__).tar.gz
+ regex = >internet_jobs-5\.x-(__VER__)\.tar\.gz
}
prog drupal:internetservices = {
version = %{V_theme_internetservices}
url = http://ftp.drupal.org/files/projects/
- regex = >internet_services-5.x-(__VER__).tar.gz
+ regex = >internet_services-5\.x-(__VER__)\.tar\.gz
}
prog drupal:itheme = {
version = %{V_theme_itheme}
url = http://ftp.drupal.org/files/projects/
- regex = >itheme-5.x-(__VER__).tar.gz
+ regex = >itheme-5\.x-(__VER__)\.tar\.gz
}
prog drupal:k2 = {
version = %{V_theme_k2}
url = http://ftp.drupal.org/files/projects/
- regex = >k2-5.x-(__VER__).tar.gz
+ regex = >k2-5\.x-(__VER__)\.tar\.gz
}
prog drupal:mobi = {
version = %{V_theme_mobi}
url = http://ftp.drupal.org/files/projects/
- regex = >mobi-5.x-(__VER__).tar.gz
+ regex = >mobi-5\.x-(__VER__)\.tar\.gz
}
prog drupal:nautica09 = {
version = %{V_theme_nautica09}
url = http://ftp.drupal.org/files/projects/
- regex = >nautica09-5.x-(__VER__).tar.gz
+ regex = >nautica09-5\.x-(__VER__)\.tar\.gz
}
prog drupal:nonzero = {
version = %{V_theme_nonzero}
url = http://ftp.drupal.org/files/projects/
- regex = >nonzero-5.x-(__VER__).tar.gz
+ regex = >nonzero-5\.x-(__VER__)\.tar\.gz
}
prog drupal:ocadia = {
version = %{V_theme_ocadia}
url = http://ftp.drupal.org/files/projects/
- regex = >ocadia-5.x-(__VER__).tar.gz
+ regex = >ocadia-5\.x-(__VER__)\.tar\.gz
}
prog drupal:orchad = {
version = %{V_theme_orchad}
url = http://ftp.drupal.org/files/projects/
- regex = >orchard-5.x-(__VER__).tar.gz
+ regex = >orchard-5\.x-(__VER__)\.tar\.gz
}
prog drupal:rezina = {
version = %{V_theme_rezina}
url = http://ftp.drupal.org/files/projects/
- regex = >rezina-5.x-(__VER__).tar.gz
+ regex = >rezina-5\.x-(__VER__)\.tar\.gz
}
prog drupal:sharepointlike = {
version = %{V_theme_sharepointlike}
url = http://ftp.drupal.org/files/projects/
- regex = >sharepoint-like-5.x-(__VER__).tar.gz
+ regex = >sharepoint-like-5\.x-(__VER__)\.tar\.gz
}
prog drupal:sinatra = {
version = %{V_theme_sinatra}
url = http://ftp.drupal.org/files/projects/
- regex = >sinatra-5.x-(__VER__).tar.gz
+ regex = >sinatra-5\.x-(__VER__)\.tar\.gz
}
prog drupal:spreadfirefox = {
version = %{V_theme_spreadfirefox}
url = http://ftp.drupal.org/files/projects/
- regex = >spreadfirefox-5.x-(__VER__).tar.gz
+ regex = >spreadfirefox-5\.x-(__VER__)\.tar\.gz
}
prog drupal:stylizedbeauty = {
version = %{V_theme_stylizedbeauty}
url = http://ftp.drupal.org/files/projects/
- regex = >stylized_beauty-5.x-(__VER__).tar.gz
+ regex = >stylized_beauty-5\.x-(__VER__)\.tar\.gz
}
prog drupal:votebob = {
version = %{V_theme_votebob}
url = http://ftp.drupal.org/files/projects/
- regex = >votebob-5.x-(__VER__).tar.gz
+ regex = >votebob-5\.x-(__VER__)\.tar\.gz
}
prog drupal:zen = {
version = %{V_theme_zen}
url = http://ftp.drupal.org/files/projects/
- regex = >zen-5.x-(\d+(\.\d+)+).tar.gz
+ regex = >zen-5\.x-(\d+(\.\d+)+)\.tar\.gz
}
%prep
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]