Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2001 06:34:36 -0700 (PDT)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/sysutils/webmin Makefile
Message-ID:  <200104281334.f3SDYaG08361@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
olgeni      2001/04/28 06:34:36 PDT

  Modified files:
    sysutils/webmin      Makefile 
  Log:
  Fix a bug that prevented updates to be installed.
  
  The line:
  
    for webmin_module in "${WEBMIN_MODULES}"
  
  must be rewritten as:
  
    for webmin_module in ${WEBMIN_MODULES}
  
  else the port will not unpack the update tarball.
  
  This is a very stupid bug by me. Pass the pointy hat :-(
  
  PORTREVISION bump: people using the WITH_UPDATES option should upgrade to
  this version of the port. People who do not use WITH_UPDATES and run the
  stock webmin release, or update it by hand, are unaffected by this patch.
  
  Revision  Changes    Path
  1.45      +3 -3      ports/sysutils/webmin/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104281334.f3SDYaG08361>