From owner-cvs-all Sat Apr 28 6:34:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D127F37B422; Sat, 28 Apr 2001 06:34:36 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3SDYaG08361; Sat, 28 Apr 2001 06:34:36 -0700 (PDT) (envelope-from olgeni) Message-Id: <200104281334.f3SDYaG08361@freefall.freebsd.org> From: Jimmy Olgeni Date: Sat, 28 Apr 2001 06:34:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/webmin Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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