Upgrading net/Net_SMTP to the latest version + remove pkg-comment. Fix: Please apply the following patch: How-To-Repeat: N/A.
Le Sam 1 mar 03 à 0:39:23 +0100, Thierry Thomas <thierry@pompo.net> écrivait : > > >Number: 48799 > >Category: ports > >Synopsis: net/Net_SMTP: upgrading to 1.1.2. security/pear-Auth_SASL was installed in a non-standard directory (see PR ports/50036). The following patch chases this fix: diff -urN net/pear-Net_SMTP.orig/Makefile net/pear-Net_SMTP/Makefile --- net/pear-Net_SMTP.orig/Makefile Fri Feb 28 21:26:37 2003 +++ net/pear-Net_SMTP/Makefile Sat Mar 15 22:22:15 2003 @@ -16,7 +16,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= PEAR class that provides an implementation of the SMTP protocol -BUILD_DEPENDS= ${PEARDIR}/SASL.php:${PORTSDIR}/security/pear-Auth_SASL +BUILD_DEPENDS= ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL +# ${PEARDIR}/Net/Socket.php:${PORTSDIR}/pear-Net_Socket RUN_DEPENDS= ${BUILD_DEPENDS} NO_BUILD= yes -- Th. Thomas.
State Changed From-To: open->closed Commited, thanks!