[41565] trunk/dports/sysutils/yum

afb at macports.org afb at macports.org
Thu Nov 6 01:59:46 PST 2008


Revision: 41565
          http://trac.macports.org/changeset/41565
Author:   afb at macports.org
Date:     2008-11-06 01:59:45 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
yum: undo mistaken prefixization of metadata

Modified Paths:
--------------
    trunk/dports/sysutils/yum/Portfile
    trunk/dports/sysutils/yum/files/patch-prefix.diff

Modified: trunk/dports/sysutils/yum/Portfile
===================================================================
--- trunk/dports/sysutils/yum/Portfile	2008-11-06 09:40:16 UTC (rev 41564)
+++ trunk/dports/sysutils/yum/Portfile	2008-11-06 09:59:45 UTC (rev 41565)
@@ -4,6 +4,7 @@
 
 name		yum
 version		3.2.14
+revision	1
 platforms	darwin
 categories	sysutils archivers
 maintainers	n3npq at mac.com afb at macports.org

Modified: trunk/dports/sysutils/yum/files/patch-prefix.diff
===================================================================
--- trunk/dports/sysutils/yum/files/patch-prefix.diff	2008-11-06 09:40:16 UTC (rev 41564)
+++ trunk/dports/sysutils/yum/files/patch-prefix.diff	2008-11-06 09:59:45 UTC (rev 41565)
@@ -402,19 +402,6 @@
  # This program is free software; you can redistribute it and/or modify
  # it under the terms of the GNU General Public License as published by
  # the Free Software Foundation; either version 2 of the License, or
---- ./yum/misc.py.orig	2008-03-26 22:23:42.000000000 +0100
-+++ ./yum/misc.py	2008-04-16 09:00:09.000000000 +0200
-@@ -40,8 +40,8 @@
-     global _re_compiled_pri_fnames_match
-     if _re_compiled_pri_fnames_match is None:
-         one   = re.compile('.*bin\/.*')
--        two   = re.compile('^\/etc\/.*')
--        three = re.compile('^\/usr\/lib\/sendmail$')
-+        two   = re.compile('^\@@PREFIX@@\/etc\/.*')
-+        three = re.compile('^\@@PREFIX@@\/lib\/sendmail$')
-         _re_compiled_pri_fnames_match = (one, two, three)
-     for rec in _re_compiled_pri_fnames_match:
-         if rec.match(filename):
 --- ./yum/Errors.py.orig	2007-02-03 22:51:00.000000000 +0100
 +++ ./yum/Errors.py	2007-06-19 18:17:13.000000000 +0200
 @@ -1,4 +1,4 @@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/b80ef1dd/attachment.html>


More information about the macports-changes mailing list