From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 20 23:00:17 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D7D81065670 for ; Sun, 20 Dec 2009 23:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DA41C8FC1D for ; Sun, 20 Dec 2009 23:00:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBKN0F9M036522 for ; Sun, 20 Dec 2009 23:00:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBKN0Fi9036521; Sun, 20 Dec 2009 23:00:15 GMT (envelope-from gnats) Date: Sun, 20 Dec 2009 23:00:15 GMT Message-Id: <200912202300.nBKN0Fi9036521@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Terry Sposato Cc: Subject: Re: ports/141779: [patch] port mail/postfixadmin missing depecies spl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Terry Sposato List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2009 23:00:17 -0000 The following reply was made to PR ports/141779; it has been noted by GNATS. From: Terry Sposato To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/141779: [patch] port mail/postfixadmin missing depecies spl Date: Mon, 21 Dec 2009 09:37:18 +1100 This is a multi-part message in MIME format. --------------030805000300070507040602 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Edwin Groothuis wrote: > Maintainer of mail/postfixadmin, > > Please note that PR ports/141779 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141779 > Updated patch is attached. Needs xlmrpc for remote webclient integration. Portrevision bumped. -- Regards, Terry Sposato (Tabmow) http://freenode.net tabmow@freenode.net OpenPGP ID: 0x6686990A OpenPGP Fingerprint: 4757 56F5 520F 1ADB 088E B696 8202 7A22 6686 990A --------------030805000300070507040602 Content-Type: text/plain; name="postfixadmin.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="postfixadmin.diff" diff -Nru /usr/ports/mail/postfixadmin/Makefile postfixadmin/Makefile --- /usr/ports/mail/postfixadmin/Makefile 2009-11-30 15:04:58.000000000 +1100 +++ postfixadmin/Makefile 2009-12-21 09:32:41.000000000 +1100 @@ -7,6 +7,7 @@ PORTNAME= postfixadmin PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -25,7 +26,7 @@ .include -USE_PHP= pcre session mbstring +USE_PHP= pcre session mbstring spl xmlrpc .if !defined(WITHOUT_MYSQL) USE_PHP+= mysql --------------030805000300070507040602--