A few of the paths in it are statically set instead of using %%prefix%%.
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of mail/ssmtp, Please note that PR ports/187246 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/187246 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Looks good. Thanks!
Author: pawel Date: Thu Mar 6 16:35:32 2014 New Revision: 347270 URL: http://svnweb.freebsd.org/changeset/ports/347270 QAT: https://qat.redports.org/buildarchive/r347270/ Log: Show correct installation prefix in pkg-message PR: ports/187246 Submitted by: Zane C.B-H. <vvelox@vvelox.net> Approved by: maintainer Modified: head/mail/ssmtp/files/pkg-message.in Modified: head/mail/ssmtp/files/pkg-message.in ============================================================================== --- head/mail/ssmtp/files/pkg-message.in Thu Mar 6 16:35:32 2014 (r347269) +++ head/mail/ssmtp/files/pkg-message.in Thu Mar 6 16:35:32 2014 (r347270) @@ -3,10 +3,10 @@ sSMTP has been installed successfully. To replace sendmail with ssmtp type "make replace" or change your /etc/mail/mailer.conf to: -sendmail /usr/local/sbin/ssmtp -send-mail /usr/local/sbin/ssmtp -mailq /usr/local/sbin/ssmtp -newaliases /usr/local/sbin/ssmtp +sendmail %%PREFIX%%/sbin/ssmtp +send-mail %%PREFIX%%/sbin/ssmtp +mailq %%PREFIX%%/sbin/ssmtp +newaliases %%PREFIX%%/sbin/ssmtp hoststat /usr/bin/true purgestat /usr/bin/true _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!