Bug 135635 - [PATCH] sysutils/webmin 1.480 has incorrect distinfo file
Summary: [PATCH] sysutils/webmin 1.480 has incorrect distinfo file
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-16 19:10 UTC by Jim
Modified: 2009-06-16 21:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim 2009-06-16 19:10:02 UTC
Webmin in /usr/ports/sysutils/webmin was recently updated to version 1.480.  The port was updated.  However, the information in the distinfo file is incorrect for the new version.

=> Attempting to fetch from http://superb-east.dl.sourceforge.net/sourceforge/webadmin/.                                                                        fetch: http://superb-east.dl.sourceforge.net/sourceforge/webadmin/webmin-1.480.tar.gz: size mismatch: expected 14392097, actual 14464160                        => Attempting to fetch from http://nchc.dl.sourceforge.net/sourceforge/webadmin/.                                                                               fetch: http://nchc.dl.sourceforge.net/sourceforge/webadmin/webmin-1.480.tar.gz: size mismatch: expected 14392097, actual 14464160                               


When the size in distinfo is updated, the checksums do not allow the compilation to continue.


The original distinfo file:

MD5 (webmin-1.480.tar.gz) = a718165704b36eb44c666dd543bbf803                    SHA256 (webmin-1.480.tar.gz) = 9853d358ab49e03a52a4393ff0f7753eaf8ac28dc8d6b5bac3f5f9efe11a639f                                                                 SIZE (webmin-1.480.tar.gz) = 14392097                                           



One that works:

MD5 (webmin-1.480.tar.gz) = 10c417b7b44a00b3297617cbb541780e                    SHA256 (webmin-1.480.tar.gz) = d677b0919ac60ea3f49a2adf877b09e809a7bbe4d852fdcd290ecde22648f6a3                                                                 SIZE (webmin-1.480.tar.gz) = 14464160

Fix: 

Update distinfo as described under problem description.
How-To-Repeat: Execute make in /usr/ports/sysutils/webmin with the version of the port equal to 1.480 (as is currently on 2009-06-16).
Comment 1 Dennis Herrmann freebsd_committer freebsd_triage 2009-06-16 20:03:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->olgeni

Fix Synopsis and over to maintainer.
Comment 2 Jimmy Olgeni freebsd_committer freebsd_triage 2009-06-16 21:00:59 UTC
State Changed
From-To: open->closed

Fixed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-06-16 21:01:47 UTC
olgeni      2009-06-16 20:01:30 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/webmin      distinfo 
  Log:
  Fix distinfo.
  
  Apparently the whole tarball was re-rolled to add a check for Solaris 11 and above.
  
  webmin-1.480/web-lib-funcs.pl:
  
  <              $gconfig{'os_type'} eq 'solaris' ||
  ---
  >              $gconfig{'os_type'} eq 'solaris' &&
  >               $gconfig{'os_version'} >= 11 ||
  
  PR:             ports/135635
  Submitted by:   Jim <jwagner at graffadmin.com>
  
  Revision  Changes    Path
  1.258     +3 -3      ports/sysutils/webmin/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"