From vvelox@vvelox.net  Tue Mar  4 07:37:50 2014
Return-Path: <vvelox@vvelox.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 022AB52E
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Mar 2014 07:37:50 +0000 (UTC)
Received: from vulpes.vvelox.net (vulpes.vvelox.net [99.69.115.42])
	by mx1.freebsd.org (Postfix) with ESMTP id C53CBC64
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Mar 2014 07:37:49 +0000 (UTC)
Received: from vixen42.vulpes.vvelox.net (vixen42.vulpes.vvelox.net [192.168.15.2])
	(Authenticated sender: kitsune)
	by vulpes.vvelox.net (Postfix) with ESMTPA id 578F0492BA48
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Mar 2014 01:27:34 -0600 (CST)
Message-Id: <1393917765.985507.19508@vixen42.vulpes.vvelox.net>
Date: Tue, 4 Mar 2014 01:22:45 -0600
From: "Zane C.B-H." <vvelox@vvelox.net>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: Port update: mail/ssmtp  correct paths in pkg-message.in
X-Send-Pr-Version: gtk-send-pr 0.4.9 
X-GNATS-Notify: aragon@phat.za.net

>Number:         187246
>Category:       ports
>Synopsis:       Port update: mail/ssmtp  correct paths in pkg-message.in
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 04 07:40:01 UTC 2014
>Closed-Date:    Thu Mar 06 16:35:50 UTC 2014
>Last-Modified:  Thu Mar  6 16:40:03 UTC 2014
>Originator:     Zane C.B-H.
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:


System: FreeBSD 9.2-STABLE #2 r261201: Sun Jan 26 22:33:56 CST 2014
    kitsune@vixen42.vulpes.vvelox.net:/usr/obj/arc/src/FreeBSD/9-stable/sys/GENERIC



>Description:


A few of the paths in it are statically set instead of using %%prefix%%.



>How-To-Repeat:





>Fix:


--- ssmtp_files_pkg-message.in.diff begins here ---
--- pkg-message.in.orig	2014-03-04 01:19:55.944940820 -0600
+++ pkg-message.in	2014-03-04 01:18:36.225940220 -0600
@@ -3,10 +3,10 @@
 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
 
--- ssmtp_files_pkg-message.in.diff ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Mar 4 07:40:14 UTC 2014 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187246 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: aragon@phat.za.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/187246: Port update: mail/ssmtp  correct paths in pkg-message.in
Date: Tue, 4 Mar 2014 07:40:14 UT

 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

From: Aragon Gouveia <aragon@phat.za.net>
To: bug-followup@FreeBSD.org, vvelox@vvelox.net
Cc:  
Subject: Re: ports/187246: Port update: mail/ssmtp  correct paths in pkg-message.in
Date: Tue, 04 Mar 2014 12:52:31 +0200

 Looks good.  Thanks!
State-Changed-From-To: feedback->closed 
State-Changed-By: pawel 
State-Changed-When: Thu Mar 6 16:35:48 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187246 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@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@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"
 
>Unformatted:
