From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 24 02:20:10 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 8D81316A420 for ; Fri, 24 Feb 2006 02:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3824743D46 for ; Fri, 24 Feb 2006 02:20:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1O2K9pt053797 for ; Fri, 24 Feb 2006 02:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1O2K94H053796; Fri, 24 Feb 2006 02:20:09 GMT (envelope-from gnats) Date: Fri, 24 Feb 2006 02:20:09 GMT Message-Id: <200602240220.k1O2K94H053796@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Thomas Vogt Cc: Subject: Re: ports/93774: mail/squirrelmail update to 1.4.6 (security update) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Vogt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 02:20:10 -0000 The following reply was made to PR ports/93774; it has been noted by GNATS. From: Thomas Vogt 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}