From owner-cvs-all Fri May 19 1:44:46 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4BAC37BA27; Fri, 19 May 2000 01:44:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA58693; Fri, 19 May 2000 01:44:38 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-Id: <200005190844.BAA58693@freefall.freebsd.org> From: Maxim Sobolev Date: Fri, 19 May 2000 01:44:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/wwwoffle Makefile ports/www/wwwoffle/patches patch-aa ports/www/wwwoffle/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sobomax 2000/05/19 01:44:38 PDT Modified files: www/wwwoffle Makefile www/wwwoffle/patches patch-aa www/wwwoffle/pkg PLIST Log: Several fixes and improvements: "The wwwoffle port has "/var/spool/wwwoffle" hardcoded as the path for the spool, both in the Makefile and PLIST. Even if a user overrides this in Makefile they may not know PLIST needs changing. Also, the installation attempted to change the ownership of some files to root:wheel, this changes that to ${BINOWN}:${BINGRP}. This means one less warning message while testing the port as a non-root user if nothing else." PR: 18372 Submitted by: maintainer Revision Changes Path 1.9 +26 -6 ports/www/wwwoffle/Makefile 1.4 +16 -5 ports/www/wwwoffle/patches/patch-aa 1.6 +3 -3 ports/www/wwwoffle/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message