Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2003 21:20:11 -0700 (PDT)
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/50840: mail/squirrelmail - Port Docs in wrong location
Message-ID:  <200304120420.h3C4KB8r058099@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/50840; it has been noted by GNATS.

From: "Scot W. Hetzel" <hetzels@westbend.net>
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



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