Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2011 23:16:30 +0300
From:      Andrej Zverev <az@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153862: [patch] mail/ssmtp proper usage of @dirrmtry macro
Message-ID:  <E1PcOAI-000P6R-CG@sunner.semmy.ru>
Resent-Message-ID: <201101102020.p0AKKC7Z007404@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153862
>Category:       ports
>Synopsis:       [patch] mail/ssmtp proper usage of @dirrmtry macro
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 10 20:20:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        
>Organization:
>Environment:


	
>Description:
	- Fix @dirrmtry since it already filter stderr and return true
	also if you want notify users about manual operations during deinstall
	you can use pkg-deinstall.
	- Remove MD5 checksum
	
>How-To-Repeat:
	
>Fix:

	

--- ssmtp.diff begins here ---
Index: ssmtp/distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/ssmtp/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- ssmtp/distinfo	5 Dec 2009 03:20:00 -0000	1.11
+++ ssmtp/distinfo	10 Jan 2011 20:12:34 -0000
@@ -1,3 +1,2 @@
-MD5 (ssmtp_2.62.orig.tar.gz) = 257ac04e62ab7e3616e220333a1140cb
 SHA256 (ssmtp_2.62.orig.tar.gz) = e2a0a5379cd0bbb0b4b0304abeba7a8f60aa85275982c5d7930c319e7f284ed1
 SIZE (ssmtp_2.62.orig.tar.gz) = 57127
Index: ssmtp/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/mail/ssmtp/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- ssmtp/pkg-plist	27 Jan 2009 23:10:03 -0000	1.5
+++ ssmtp/pkg-plist	10 Jan 2011 20:12:34 -0000
@@ -1,4 +1,4 @@
 sbin/ssmtp
 etc/ssmtp/revaliases.sample
 etc/ssmtp/ssmtp.conf.sample
-@dirrmtry etc/ssmtp 2> /dev/null || echo "If you don't plan to reinstall ssmtp, you can safely remove %D/etc/ssmtp" | fmt
+@dirrmtry etc/ssmtp
--- ssmtp.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1PcOAI-000P6R-CG>