diff options
author | morr <morr@pkgsrc.org> | 2012-11-04 18:41:47 +0000 |
---|---|---|
committer | morr <morr@pkgsrc.org> | 2012-11-04 18:41:47 +0000 |
commit | 3f884383628fd47acbd12e0868c2fc36949f1c51 (patch) | |
tree | 6715cd6f9d16024aedd401857913e6477c3387d7 /mail/fetchmail | |
parent | 6dcc3a083e534706f7078af6bc1b08cebd9d4bfb (diff) | |
download | pkgsrc-3f884383628fd47acbd12e0868c2fc36949f1c51.tar.gz |
Correct typo. Noted by Bug Hunting.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/distinfo | 4 | ||||
-rw-r--r-- | mail/fetchmail/patches/patch-Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo index 66397eff762..f5b5a0ad145 100644 --- a/mail/fetchmail/distinfo +++ b/mail/fetchmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.47 2012/11/03 22:50:22 morr Exp $ +$NetBSD: distinfo,v 1.48 2012/11/04 18:41:47 morr Exp $ SHA1 (fetchmail-6.3.22.tar.bz2) = f9411a16d4055669e5cfd89bf38acba6a5cce041 RMD160 (fetchmail-6.3.22.tar.bz2) = b1b4ae20e7fc6d307cf97c697d5e27daddc6bc72 Size (fetchmail-6.3.22.tar.bz2) = 1724108 bytes -SHA1 (patch-Makefile.in) = 31e89c362185787a2cc7e3bbf144635777c1bab4 +SHA1 (patch-Makefile.in) = c08ef115550f004496481e610140d7d2391016b2 diff --git a/mail/fetchmail/patches/patch-Makefile.in b/mail/fetchmail/patches/patch-Makefile.in index b1c00d2328c..5053f3da2e4 100644 --- a/mail/fetchmail/patches/patch-Makefile.in +++ b/mail/fetchmail/patches/patch-Makefile.in @@ -1,6 +1,6 @@ -$NetBSD: patch-Makefile.in,v 1.1 2012/11/03 22:50:22 morr Exp $ +$NetBSD: patch-Makefile.in,v 1.2 2012/11/04 18:41:47 morr Exp $ -Even with disabled python, wrapper around fetchmailconf.py and it's +Even with disabled python, wrapper around fetchmailconf.py and its manpage is installed. --- Makefile.in.orig 2012-08-29 21:25:11.000000000 +0000 |