cvs commit: ports/sysutils/webmin distinfo

Jimmy Olgeni olgeni at FreeBSD.org
Tue Jun 16 20:01:31 UTC 2009


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


More information about the cvs-ports mailing list