FreeBSD Bugzilla – Attachment 14526 Details for
Bug 27294
pkg_update disregards suffixes (portrevision, portepoch)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 460 bytes, created by
dannyboy
on 2001-05-13 02:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dannyboy
Created:
2001-05-13 02:50:00 UTC
Size:
460 bytes
patch
obsolete
>Index: pkg_update.pl >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/pkg_install/update/pkg_update.pl,v >retrieving revision 1.4 >diff -u -r1.4 pkg_update.pl >--- pkg_update.pl 2001/01/14 02:05:02 1.4 >+++ pkg_update.pl 2001/05/13 00:55:18 >@@ -52,7 +52,7 @@ > sub get_version($) { > my ($pkg) = @_; > >- $pkg =~ /(.+)-([0-9\.]+)/; >+ $pkg =~ /(.+)-([0-9(?\.|_|,)]+)/; > if (! $2) { > return($pkg, ""); > } else {
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 27294
: 14526