ports/153862: [patch] mail/ssmtp proper usage of @dirrmtry macro
Andrej Zverev
az at FreeBSD.org
Mon Jan 10 20:20:13 UTC 2011
>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
- at dirrmtry etc/ssmtp 2> /dev/null || echo "If you don't plan to reinstall ssmtp, you can safely remove %D/etc/ssmtp" | fmt
+ at dirrmtry etc/ssmtp
--- ssmtp.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list