Date: Sun, 20 Dec 2009 23:00:15 GMT From: Terry Sposato <tabmow@freenode.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/141779: [patch] port mail/postfixadmin missing depecies spl Message-ID: <200912202300.nBKN0Fi9036521@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/141779; it has been noted by GNATS. From: Terry Sposato <tabmow@freenode.net> 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 <bsd.port.pre.mk> -USE_PHP= pcre session mbstring +USE_PHP= pcre session mbstring spl xmlrpc .if !defined(WITHOUT_MYSQL) USE_PHP+= mysql --------------030805000300070507040602--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912202300.nBKN0Fi9036521>