Bug 187246 - Port update: mail/ssmtp correct paths in pkg-message.in
Summary: Port update: mail/ssmtp correct paths in pkg-message.in
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-04 07:40 UTC by Zane C. Bowers-Hadley
Modified: 2014-03-06 16:40 UTC (History)
0 users

See Also:


Attachments
ssmtp_files_pkg-message.in.diff (536 bytes, patch)
2014-03-04 07:40 UTC, Zane C. Bowers-Hadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2014-03-04 07:40:01 UTC
A few of the paths in it are statically set instead of using %%prefix%%.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-04 07:40:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-04 07:40:14 UTC
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
Comment 3 Aragon Gouveia 2014-03-04 10:52:31 UTC
Looks good.  Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-03-06 16:35:40 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@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"
Comment 5 Pawel Pekala freebsd_committer freebsd_triage 2014-03-06 16:35:48 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!