Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2006 02:20:09 GMT
From:      Thomas Vogt <thomas@bsdunix.ch>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/93774: mail/squirrelmail update to 1.4.6 (security update)
Message-ID:  <200602240220.k1O2K94H053796@freefall.freebsd.org>

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

From: Thomas Vogt <thomas@bsdunix.ch>
To: bug-followup@FreeBSD.org,  thomas@bsdunix.ch
Cc: simond@irrelevant.org
Subject: Re: ports/93774: mail/squirrelmail update to 1.4.6 (security update)
Date: Fri, 24 Feb 2006 03:09:52 +0100

 Hi
 
 I forgot to adapt the PATCH_DEBUG section in the Makefile. I hope this
 one is correct.
 
 Regards,
 Thomas
 
 
 --- squirrelmail.orig/Makefile  Thu Feb  9 18:18:50 2006
 +++ squirrelmail/Makefile       Fri Feb 24 03:05:41 2006
 @@ -6,13 +6,12 @@
  #
 
  PORTNAME=      squirrelmail
 -PORTVERSION?=  1.4.5
 -PORTREVISION?= 3
 +PORTVERSION?=  1.4.6
  CATEGORIES?=   mail www
  MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=    squirrelmail
  DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
 -               all_locales-${PORTVERSION}-20050904${EXTRACT_SUFX}
 +               all_locales-${PORTVERSION}-20060221${EXTRACT_SUFX}
  DIST_SUBDIR=   squirrelmail
 
  MAINTAINER?=   simond@irrelevant.org
 @@ -64,15 +63,7 @@
 
  post-patch: slaveport-post-patch
  .ifndef PATCH_DEBUG
 -       @${RM} -f ${WRKSRC}/config/config_default.php.orig \
 -                 ${WRKSRC}/src/configtest.php.orig \
 -                 ${WRKSRC}/src/search.php.orig \
 -                 ${WRKSRC}/class/mime/Rfc822Header.class.php.orig \
 -                 ${WRKSRC}/functions/imap_messages.php.orig \
 -                 ${WRKSRC}/plugins/listcommands/setup.php.orig \
 -                 ${WRKSRC}/class/mime/Message.class.php.orig \
 -                 ${WRKSRC}/class/deliver/Deliver.class.php.orig \
 -                 ${WRKSRC}/functions/imap_general.php.orig
 +       @${RM} -f ${WRKSRC}/config/config_default.php.orig
  .endif
         @${SED} -e "s;%%SQUIRRELDIR%%;${SQUIRRELDIR};g" \
                 ${MASTERDIR}/pkg-install > ${PKGINSTALL}



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