diff options
author | billf <billf@FreeBSD.org> | 1998-12-07 05:40:52 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-07 05:40:52 +0800 |
commit | 322a885f75f9793df11fe278a4f5ee0ecc449bba (patch) | |
tree | 8ff597ca665a0eba003a0bc631a358f0901a9eeb /news/slrn | |
parent | 4d1b1870314198bd8fbeb5f41ce43932e0478680 (diff) | |
download | freebsd-ports-gnome-322a885f75f9793df11fe278a4f5ee0ecc449bba.tar.gz freebsd-ports-gnome-322a885f75f9793df11fe278a4f5ee0ecc449bba.tar.zst freebsd-ports-gnome-322a885f75f9793df11fe278a4f5ee0ecc449bba.zip |
Upgrade to 0.9.5.4, and use the correct sendmail.
PR: ports/8878
Submitted by: Zach Heilig <zach@gaffaneys.com>
Mark Huizer <xaa@xaa.iae.nl>
Diffstat (limited to 'news/slrn')
-rw-r--r-- | news/slrn/Makefile | 6 | ||||
-rw-r--r-- | news/slrn/distinfo | 2 | ||||
-rw-r--r-- | news/slrn/files/patch-aa | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 9394ab2c4d10..dec31d41e581 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -3,11 +3,11 @@ # Date created: 28 March 1997 # Whom: Carey Jones <mcj@acquiesce.org> # -# $Id: Makefile,v 1.10 1998/09/25 10:18:41 asami Exp $ +# $Id: Makefile,v 1.11 1998/10/10 03:35:41 steve Exp $ # -DISTNAME= slrn0.9.5.3 -PKGNAME= slrn-0.9.5.3 +DISTNAME= slrn0.9.5.4 +PKGNAME= slrn-0.9.5.4 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ diff --git a/news/slrn/distinfo b/news/slrn/distinfo index 9349c2aa5cd8..402e361d1cb3 100644 --- a/news/slrn/distinfo +++ b/news/slrn/distinfo @@ -1 +1 @@ -MD5 (slrn0.9.5.3.tar.gz) = 1db6236e6e53efcbd71310420f72d302 +MD5 (slrn0.9.5.4.tar.gz) = f28a183a378c8d80e1d1ec3d4ab1e591 diff --git a/news/slrn/files/patch-aa b/news/slrn/files/patch-aa new file mode 100644 index 000000000000..fcc72de2fa0d --- /dev/null +++ b/news/slrn/files/patch-aa @@ -0,0 +1,11 @@ +--- src/slrnfeat.h.orig Sun Dec 6 20:50:26 1998 ++++ src/slrnfeat.h Sun Dec 6 20:50:38 1998 +@@ -193,7 +193,7 @@ + # define SLRN_ARTICLE_FILENAME ".article" + # define SLRN_FOLLOWUP_FILENAME ".followup" + # define SLRN_SIGNATURE_FILE ".signature" +-# define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb" ++# define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb" + # ifndef SLRN_LIB_DIR + # define SLRN_LIB_DIR "/usr/local/lib/slrn" + # endif |