From owner-freebsd-ports Fri Feb 2 15: 3:56 2001 Delivered-To: freebsd-ports@freebsd.org Received: from blizzard.sabbo.net (unknown [193.193.218.18]) by hub.freebsd.org (Postfix) with ESMTP id D89A237B401; Fri, 2 Feb 2001 15:03:35 -0800 (PST) Received: from vic.sabbo.net (root@vic.sabbo.net [193.193.218.112]) by blizzard.sabbo.net (8.10.1/8.10.1) with ESMTP id f12N3Y815949; Sat, 3 Feb 2001 01:03:34 +0200 Received: (from max@localhost) by vic.sabbo.net (8.11.2/8.9.3) id f12N3XD17411; Sat, 3 Feb 2001 01:03:33 +0200 (EET) (envelope-from sobomax@FreeBSD.org) From: Maxim Sobolev Message-Id: <200102022303.f12N3XD17411@vic.sabbo.net> Subject: Re: RFC: module update support in webmin port To: olgeni@FreeBSD.org (Jimmy Olgeni) Date: Sat, 3 Feb 2001 01:03:33 +0200 (EET) Cc: freebsd-ports@FreeBSD.org In-Reply-To: from "Jimmy Olgeni" at Feb 02, 2001 11:28:46 PM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > I was wondering if anybody was interested in having support for > updated webmin modules in the port makefile. > > Updated webmin modules are simple gzipped tarballs that can be > extracted over the stock webmin source before calling "make install". > They can be tracked in the makefile with a simple patch. > > As a bonus, "make deinstall/install" will automatically upgrade all > modules after cvsup. As a side effect, the port build will break when > the checksum of a previously installed module changes... at least you > know that something has changed (the webmin site has only a list of > updated ports, not change dates). Also, PORTREVISION can be used to > track module updates. I plan to track only official updates, not 3rd > part modules. > > If nobody comes up with any reason not to do it I could commit the > patch. > > RCS file: /home/ncvs/ports/sysutils/webmin/distinfo,v > retrieving revision 1.14 > diff -u -r1.14 distinfo > --- distinfo 2001/01/31 23:07:37 1.14 > +++ distinfo 2001/02/02 22:23:33 > @@ -1 +1,4 @@ > MD5 (webmin-0.84.tar.gz) = 93ed89a7d98e7586cacf44e4e053e6cd > +MD5 (apache.wbm.gz) = a63f2b27b6531131acc8056aaefd00eb > +MD5 (mysql.wbm.gz) = 94322dc8a89d32346b51d2524b7525dc > +MD5 (status.wbm.gz) = 8f58432e5fc0e992505a411888f837a2 Given the constantly changing nature of those modules they should be marked as IGNOREFILES in the Makefile. See bsd.port.mk for details. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message