From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 11 21:20:12 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 203A437B401 for ; Fri, 11 Apr 2003 21:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B613843F93 for ; Fri, 11 Apr 2003 21:20:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3C4KBUp058100 for ; Fri, 11 Apr 2003 21:20:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3C4KB8r058099; Fri, 11 Apr 2003 21:20:11 -0700 (PDT) Date: Fri, 11 Apr 2003 21:20:11 -0700 (PDT) Message-Id: <200304120420.h3C4KB8r058099@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Scot W. Hetzel" Subject: Re: ports/50840: mail/squirrelmail - Port Docs in wrong location X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Scot W. Hetzel" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 04:20:12 -0000 The following reply was made to PR ports/50840; it has been noted by GNATS. From: "Scot W. Hetzel" To: freebsd-gnats-submit@FreeBSD.org, simond@irrelevant.org Cc: Subject: Re: ports/50840: mail/squirrelmail - Port Docs in wrong location Date: Fri, 11 Apr 2003 23:18:35 -0500 (CDT) The port also installs some RPM Files used to build a RedHat RPM Package. We don't need these files installed. Especially when they are accessible to anyone browsing the web server. Please Apply this patch after the previous one. Scot diff -u squirrelmail.orig/Makefile squirrelmail/Makefile --- squirrelmail.orig/Makefile Fri Apr 11 17:54:05 2003 +++ squirrelmail/Makefile Fri Apr 11 23:06:27 2003 @@ -27,8 +27,9 @@ DOCS= AUTHORS COPYING ChangeLog INSTALL README ReleaseNotes-${PORTVERSION} UPGRADE -post-extract: +post-patch: @${MV} ${WRKSRC}/ReleaseNotes ${WRKSRC}/ReleaseNotes-${PORTVERSION} + @${RM} -rf ${WRKSRC}/contrib pre-install: @${ECHO} "Your umask should be lax while installing this. Like, 022 or something." diff -u squirrelmail.orig/pkg-plist squirrelmail/pkg-plist --- squirrelmail.orig/pkg-plist Fri Apr 11 17:30:38 2003 +++ squirrelmail/pkg-plist Fri Apr 11 23:07:06 2003 @@ -52,10 +52,6 @@ www/squirrelmail/config/config_local.php www/squirrelmail/config/index.php www/squirrelmail/configure -www/squirrelmail/contrib/RPM/config.php.redhat -www/squirrelmail/contrib/RPM/squirrelmail.conf -www/squirrelmail/contrib/RPM/squirrelmail.cron -www/squirrelmail/contrib/RPM/squirrelmail.spec www/squirrelmail/data/.htaccess www/squirrelmail/data/default_pref www/squirrelmail/data/index.php @@ -748,8 +744,6 @@ @dirrm www/squirrelmail/help @dirrm www/squirrelmail/functions @dirrm www/squirrelmail/data -@dirrm www/squirrelmail/contrib/RPM -@dirrm www/squirrelmail/contrib @dirrm www/squirrelmail/config @dirrm www/squirrelmail/class/mime @dirrm www/squirrelmail/class/helper