summaryrefslogtreecommitdiff
path: root/news/slrn
diff options
context:
space:
mode:
authordholland <dholland>2013-02-18 23:29:23 +0000
committerdholland <dholland>2013-02-18 23:29:23 +0000
commit86341e4e7e12b317abad6e015bed7d071418f09e (patch)
tree80f017396477222b57f82e4cb6a88fe863e388fd /news/slrn
parented82bf8732dda56933451a407024320310cb958f (diff)
downloadpkgsrc-86341e4e7e12b317abad6e015bed7d071418f09e.tar.gz
Fix compiled-in default path to sendmail; it should be /usr/sbin/sendmail
on essentially all even halfway modern systems. This regressed since 0.98, although I'm not sure where/why.
Diffstat (limited to 'news/slrn')
-rw-r--r--news/slrn/Makefile4
-rw-r--r--news/slrn/distinfo3
-rw-r--r--news/slrn/patches/patch-src_slrnfeat.hin13
3 files changed, 17 insertions, 3 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index c192f1996a2..802116c7a51 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2013/02/16 11:24:04 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2013/02/18 23:29:23 dholland Exp $
DISTNAME= slrn-0.9.9p1
-PKGREVISION= 8
+PKGREVISION= 9
CATEGORIES= news
MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/
diff --git a/news/slrn/distinfo b/news/slrn/distinfo
index 5d99af6eda5..6331b9f609d 100644
--- a/news/slrn/distinfo
+++ b/news/slrn/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.14 2008/11/26 14:30:04 is Exp $
+$NetBSD: distinfo,v 1.15 2013/02/18 23:29:23 dholland Exp $
SHA1 (slrn-0.9.9p1.tar.gz) = f14d88eda39b78bd2f098f211d4a1c363c0fe924
RMD160 (slrn-0.9.9p1.tar.gz) = 9e614d12c30f72a4ccde90fe557495d86d44b368
Size (slrn-0.9.9p1.tar.gz) = 1535032 bytes
SHA1 (patch-af) = 0dbe90431bf4f4e7b8cec6c23da1ce7458a2ca38
SHA1 (patch-ag) = 81f1b6d75d707049726d5b8dbedec1b7a4ded9ac
+SHA1 (patch-src_slrnfeat.hin) = 9d6fd3419146c264eed35bdb607f8fd1bb3bb656
diff --git a/news/slrn/patches/patch-src_slrnfeat.hin b/news/slrn/patches/patch-src_slrnfeat.hin
new file mode 100644
index 00000000000..8934b8d94bb
--- /dev/null
+++ b/news/slrn/patches/patch-src_slrnfeat.hin
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_slrnfeat.hin,v 1.1 2013/02/18 23:29:23 dholland Exp $
+
+--- src/slrnfeat.hin~ 2008-02-09 18:32:17.000000000 +0000
++++ src/slrnfeat.hin
+@@ -179,7 +179,7 @@
+ # define SLRN_SIGNATURE_FILE ".signature"
+ /* Changing these here has no effect when using ./configure */
+ # ifndef SLRN_SENDMAIL_COMMAND
+-# define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb"
++# define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb"
+ # endif
+ # endif /* unix */
+ # endif /* os2 */