FreeBSD Bugzilla – Attachment 59490 Details for
Bug 89520
sysutils/portupgrade: Change the name of the ports database file.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.32 KB, created by
KOMATSU Shinichiro
on 2005-11-25 07:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
KOMATSU Shinichiro
Created:
2005-11-25 07:20:02 UTC
Size:
2.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/sysutils/portupgrade/Makefile,v >retrieving revision 1.204 >diff -u -r1.204 Makefile >--- Makefile 19 Oct 2005 07:47:48 -0000 1.204 >+++ Makefile 24 Nov 2005 13:49:24 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= portupgrade > PORTVERSION= 20041226 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= sysutils > MASTER_SITES= ftp://ftp.iDaemons.org/pub/distfiles/ \ > ${MASTER_SITE_LOCAL} >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/sysutils/portupgrade/distinfo,v >retrieving revision 1.154 >diff -u -r1.154 distinfo >--- distinfo 25 Dec 2004 21:17:06 -0000 1.154 >+++ distinfo 25 Nov 2005 06:44:26 -0000 >@@ -1,4 +1,6 @@ > MD5 (pkgtools-20041224.tar.bz2) = 1c69732e569fa423152cc792d2c40113 >+SHA256 (pkgtools-20041224.tar.bz2) = bf637cdcadc1bc843f300bf3d2628cf576c5d2252932f0f09188e8dd9d4803b7 > SIZE (pkgtools-20041224.tar.bz2) = 104308 > MD5 (pkgtools-20041224-20041226.diff.bz2) = aab3f2885424d5f25c8ab08d48da5f34 >+SHA256 (pkgtools-20041224-20041226.diff.bz2) = 1900a764a50396d8f45b25576005533878bebcc37f5187099632ee591989ea63 > SIZE (pkgtools-20041224-20041226.diff.bz2) = 1086 >Index: files/patch-lib_portsdb.rb >=================================================================== >RCS file: /home/ncvs/ports/sysutils/portupgrade/files/patch-lib_portsdb.rb,v >retrieving revision 1.1 >diff -u -r1.1 patch-lib_portsdb.rb >--- files/patch-lib_portsdb.rb 2 Aug 2005 09:06:38 -0000 1.1 >+++ files/patch-lib_portsdb.rb 24 Nov 2005 13:47:56 -0000 >@@ -1,5 +1,18 @@ >---- lib/portsdb.rb.orig Tue Aug 2 10:24:50 2005 >-+++ lib/portsdb.rb Tue Aug 2 10:25:17 2005 >+Index: lib/portsdb.rb >+=================================================================== >+--- lib/portsdb.rb (.../vendor/portupgrade/trunk/lib/portsdb.rb) (revision 2) >++++ lib/portsdb.rb (.../branches/ports/lib/portsdb.rb) (revision 41) >+@@ -194,8 +194,8 @@ >+ def db_dir=(new_db_dir) >+ @db_dir = new_db_dir || ENV['PORTS_DBDIR'] || ports_dir >+ >+- @db_file = File.join(@db_dir, 'INDEX.db') >+- @db_filebase = @db_file.sub(/\.db$/, '') >++ @db_filebase = File.join(@db_dir, File.basename(index_file())) >++ @db_file = @db_filebase + '.db' >+ >+ close_db >+ > @@ -846,7 +846,7 @@ > > def all_depends_list(origin, before_args = nil, after_args = nil)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 89520
: 59490