ports/187246: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Thu Mar 6 16:40:04 UTC 2014


The following reply was made to PR ports/187246; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/187246: commit references a PR
Date: Thu,  6 Mar 2014 16:35:40 +0000 (UTC)

 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 at 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 at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ports-bugs mailing list