diff options
author | is <is@pkgsrc.org> | 2008-11-21 14:43:56 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2008-11-21 14:43:56 +0000 |
commit | 167ec063b6ad06caee1deb7255a16b8059368ae9 (patch) | |
tree | 68822e32e3910a438a3f8afcf2ea9ec7c7816745 | |
parent | 9b699ff0168bc4c87c93c39608eea2d4754abddd (diff) | |
download | pkgsrc-167ec063b6ad06caee1deb7255a16b8059368ae9.tar.gz |
Fix Makefile formatting problem pointed out by uwe@.
-rw-r--r-- | news/slrn/Makefile | 4 | ||||
-rw-r--r-- | news/slrn/distinfo | 3 | ||||
-rw-r--r-- | news/slrn/patches/patch-ag | 9 |
3 files changed, 13 insertions, 3 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index bdcc0fe4566..a1a6ae27373 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2008/11/21 14:30:35 is Exp $ +# $NetBSD: Makefile,v 1.42 2008/11/21 14:43:56 is Exp $ DISTNAME= slrn-0.9.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ EXTRACT_SUFX= .tar.gz diff --git a/news/slrn/distinfo b/news/slrn/distinfo index 5993be25643..bb402ee58a7 100644 --- a/news/slrn/distinfo +++ b/news/slrn/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.12 2008/09/04 16:15:34 is Exp $ +$NetBSD: distinfo,v 1.13 2008/11/21 14:43:56 is Exp $ SHA1 (slrn-0.9.9.tar.gz) = bdd6cedca404cf590d9dfdf30967f12c2f488796 RMD160 (slrn-0.9.9.tar.gz) = a69e33d1faeef376c3193837bf0f474d10171ff4 Size (slrn-0.9.9.tar.gz) = 1532550 bytes SHA1 (patch-af) = 0dbe90431bf4f4e7b8cec6c23da1ce7458a2ca38 +SHA1 (patch-ag) = 81f1b6d75d707049726d5b8dbedec1b7a4ded9ac diff --git a/news/slrn/patches/patch-ag b/news/slrn/patches/patch-ag new file mode 100644 index 00000000000..5dd41e6efed --- /dev/null +++ b/news/slrn/patches/patch-ag @@ -0,0 +1,9 @@ +$NetBSD: patch-ag,v 1.1 2008/11/21 14:43:56 is Exp $ + +--- doc/slrn.1.orig 2008-02-10 18:01:00.000000000 +0100 ++++ doc/slrn.1 +@@ -1,4 +1,3 @@ +- + .\" + .\" This manpage has been completely rewritten by Matthias Friedrich + .\" <matt@mafr.de> based on the slrn reference manual |