[41566] trunk/dports/sysutils/yum

afb at macports.org afb at macports.org
Thu Nov 6 02:00:58 PST 2008


Revision: 41566
          http://trac.macports.org/changeset/41566
Author:   afb at macports.org
Date:     2008-11-06 02:00:58 -0800 (Thu, 06 Nov 2008)
Log Message:
-----------
port upgrade: yum 3.2.20

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:59:45 UTC (rev 41565)
+++ trunk/dports/sysutils/yum/Portfile	2008-11-06 10:00:58 UTC (rev 41566)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name		yum
-version		3.2.14
-revision	1
+version		3.2.20
 platforms	darwin
 categories	sysutils archivers
 maintainers	n3npq at mac.com afb at macports.org
@@ -15,11 +14,11 @@
 			easier to maintain groups of machines without having to manually \
 			update each one using rpm.
 
-homepage	http://linux.duke.edu/projects/yum/
+homepage	http://yum.baseurl.org/
 master_sites	${homepage}download/3.2/
-checksums	md5 3ef5002fffe7919889c4187791e86a7d \
-		sha1 c2bfad6f323d1853d9656dcee230961a560a4c48 \
-		rmd160 254a9a375aa1df8de6155e7bf650fb2e1b77698a
+checksums	md5 1e38412df913b67c306bc4dc2e7c20dd \
+		sha1 65fde6524d086df63c4ec87cd63c9461b9c0a17f \
+		rmd160 95932ba98be4998724f45528e3d02a4fa566726c
 
 patchfiles	patch-prefix.diff patch-sqlutils.py
 

Modified: trunk/dports/sysutils/yum/files/patch-prefix.diff
===================================================================
--- trunk/dports/sysutils/yum/files/patch-prefix.diff	2008-11-06 09:59:45 UTC (rev 41565)
+++ trunk/dports/sysutils/yum/files/patch-prefix.diff	2008-11-06 10:00:58 UTC (rev 41566)
@@ -348,7 +348,7 @@
  # 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/config.py.orig	2007-08-17 07:46:51.000000000 +0200
+--- yum/config.py.orig	2008-10-21 05:24:11.000000000 +0200
 +++ yum/config.py	2007-08-28 17:01:05.000000000 +0200
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python -t
@@ -356,21 +356,24 @@
  
  # 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
-@@ -461,8 +461,8 @@
+@@ -582,10 +582,10 @@
+ 
+     distroverpkg = Option('redhat-release')
      installroot = Option('/')
-     config_file_path = Option('/etc/yum/yum.conf')
+-    config_file_path = Option('/etc/yum/yum.conf')
++    config_file_path = Option('@@PREFIX@@/etc/yum/yum.conf')
      plugins = BoolOption(False)
 -    pluginpath = ListOption(['/usr/share/yum-plugins', '/usr/lib/yum-plugins'])
 -    pluginconfpath = ListOption(['/etc/yum/pluginconf.d'])
 +    pluginpath = ListOption(['@@PREFIX@@/share/yum-plugins', '@@PREFIX@@/lib/yum-plugins'])
 +    pluginconfpath = ListOption(['@@PREFIX@@/etc/yum/pluginconf.d'])
+     gaftonmode = BoolOption(False)
+     syslog_ident = Option()
+     syslog_facility = Option('LOG_DAEMON')
+@@ -599,11 +599,11 @@
+     retries = PositiveIntOption(10, names_of_0=["<forever>"])
+     recent = IntOption(7, range_min=0)
  
- class YumConf(StartupConf):
-     '''
-@@ -473,11 +473,11 @@
-     retries = IntOption(10)
-     recent = IntOption(7)
- 
 -    cachedir = Option('/var/cache/yum')
 -    persistdir = Option('/var/lib/yum')
 +    cachedir = Option('@@PREFIX@@/var/cache/yum')
@@ -380,9 +383,9 @@
 -    reposdir = ListOption(['/etc/yum/repos.d', '/etc/yum.repos.d'])
 +    logfile = Option('@@PREFIX@@/var/log/yum.log')
 +    reposdir = ListOption(['@@PREFIX@@/etc/yum/repos.d', '@@PREFIX@@/etc/yum.repos.d'])
-     syslog_ident = Option()
-     syslog_facility = Option('LOG_DAEMON')
  
+     commands = ListOption()
+     exclude = ListOption()
 --- ./yum/constants.py.orig	2007-04-11 07:20:00.000000000 +0200
 +++ ./yum/constants.py	2007-06-20 16:34:44.000000000 +0200
 @@ -14,7 +14,7 @@
@@ -529,3 +532,11 @@
  # 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/metalink.py.orig	2008-10-14 18:12:59.000000000 +0200
++++ yum/metalink.py	2008-11-06 10:53:42.000000000 +0100
+@@ -1,4 +1,4 @@
+-#!/usr/bin/python -t
++#!@@PYTHON@@ -tt
+ # 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081106/e91d17f1/attachment.html>


More information about the macports-changes mailing list