[31861] trunk/dports/sysutils/yum-utils

afb at macports.org afb at macports.org
Mon Dec 10 06:09:34 PST 2007


Revision: 31861
          http://trac.macosforge.org/projects/macports/changeset/31861
Author:   afb at macports.org
Date:     2007-12-10 06:09:31 -0800 (Mon, 10 Dec 2007)

Log Message:
-----------
port update: yum-utils 1.1.9

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

Modified: trunk/dports/sysutils/yum-utils/Portfile
===================================================================
--- trunk/dports/sysutils/yum-utils/Portfile	2007-12-10 14:06:06 UTC (rev 31860)
+++ trunk/dports/sysutils/yum-utils/Portfile	2007-12-10 14:09:31 UTC (rev 31861)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name		yum-utils
-version		1.1.6
+version		1.1.9
 platforms	darwin
 categories	sysutils
 maintainers	afb at macports.org
@@ -14,7 +14,7 @@
 
 homepage	http://linux.duke.edu/projects/yum/
 master_sites	${homepage}download/${name}/
-checksums	md5 e7ad94116fdb343da0153f8fe556afd6
+checksums	md5 4325e5aec2ae73e099d4ebe04238598c
 
 patchfiles	patch-prefix.diff
 

Modified: trunk/dports/sysutils/yum-utils/files/patch-prefix.diff
===================================================================
--- trunk/dports/sysutils/yum-utils/files/patch-prefix.diff	2007-12-10 14:06:06 UTC (rev 31860)
+++ trunk/dports/sysutils/yum-utils/files/patch-prefix.diff	2007-12-10 14:09:31 UTC (rev 31861)
@@ -48,6 +48,15 @@
  # 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
+@@ -15,7 +15,7 @@
+ # Copyright 2007 Seth Vidal
+ 
+ import sys
+-sys.path.insert(0,'/usr/share/yum-cli/')
++sys.path.insert(0,'@@PREFIX@@/share/yum-cli/')
+ 
+ import yum
+ import yum.Errors
 --- ./package-cleanup.py.orig	2007-07-24 09:55:07.000000000 +0200
 +++ ./package-cleanup.py	2007-08-28 15:15:13.000000000 +0200
 @@ -1,4 +1,4 @@
@@ -96,6 +105,15 @@
  
  # 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
+@@ -17,7 +17,7 @@
+ 
+ 
+ import sys
+-sys.path.insert(0, '/usr/share/yum-cli')
++sys.path.insert(0, '@@PREFIX@@/share/yum-cli')
+ 
+ import signal
+ import re
 --- ./reposync.py.orig	2007-07-24 09:55:07.000000000 +0200
 +++ ./reposync.py	2007-08-28 15:15:13.000000000 +0200
 @@ -1,4 +1,4 @@
@@ -120,6 +138,15 @@
  
  # 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
+@@ -15,7 +15,7 @@
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ 
+ import sys
+-sys.path.insert(0,'/usr/share/yum-cli')
++sys.path.insert(0,'@@PREFIX@@/share/yum-cli')
+ 
+ import yum
+ from yum.misc import getCacheDir
 --- ./yumdownloader.py.orig	2007-07-24 09:55:07.000000000 +0200
 +++ ./yumdownloader.py	2007-08-28 15:15:13.000000000 +0200
 @@ -1,4 +1,4 @@
@@ -128,3 +155,12 @@
  # 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
+@@ -14,7 +14,7 @@
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ 
+ import sys
+-sys.path.insert(0,'/usr/share/yum-cli')
++sys.path.insert(0,'@@PREFIX@@/share/yum-cli')
+ 
+ import yum
+ from yum.misc import getCacheDir

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071210/2e856cce/attachment-0001.html


More information about the macports-changes mailing list