pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail mail/*: fix pkglint warnings
details: https://anonhg.NetBSD.org/pkgsrc/rev/3433bcfdfe63
branches: trunk
changeset: 374993:3433bcfdfe63
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Feb 02 00:20:44 2018 +0000
description:
mail/*: fix pkglint warnings
diffstat:
mail/claws-mail-managesieve/DESCR | 2 +-
mail/dk-milter/Makefile | 4 ++--
mail/gnarwl/MESSAGE | 4 ++--
mail/gnarwl/Makefile | 6 +++---
mail/mailhops/Makefile | 4 ++--
mail/smtp-vilter/DESCR | 2 +-
mail/sympa/Makefile | 4 ++--
mail/thunderbird45/distinfo | 4 ++--
mail/thunderbird45/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp | 6 +++---
9 files changed, 18 insertions(+), 18 deletions(-)
diffs (152 lines):
diff -r 784ed593edb5 -r 3433bcfdfe63 mail/claws-mail-managesieve/DESCR
--- a/mail/claws-mail-managesieve/DESCR Thu Feb 01 23:14:55 2018 +0000
+++ b/mail/claws-mail-managesieve/DESCR Fri Feb 02 00:20:44 2018 +0000
@@ -1,2 +1,2 @@
This plugin lets you manage Sieve filters on servers that support the
-ManageSieve protocol.
+ManageSieve protocol.
diff -r 784ed593edb5 -r 3433bcfdfe63 mail/dk-milter/Makefile
--- a/mail/dk-milter/Makefile Thu Feb 01 23:14:55 2018 +0000
+++ b/mail/dk-milter/Makefile Fri Feb 02 00:20:44 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/08/01 14:59:01 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2018/02/02 00:20:45 rillig Exp $
DISTNAME= dk-milter-1.0.2
PKGREVISION= 1
@@ -66,7 +66,7 @@
cd ${WRKSRC} ;\
for f in FEATURES INSTALL KNOWNBUGS LICENSE README RELEASE_NOTES rfc4870.txt; do\
${INSTALL_DATA} $${f} ${DESTDIR}${PREFIX}/share/doc/dk-milter ;\
- done
+ done
cd ${WRKSRC}/libdk/docs; for file in *.html; do \
${INSTALL_DATA} $$file ${DESTDIR}${PREFIX}/share/doc/dk-milter/libdk; done
diff -r 784ed593edb5 -r 3433bcfdfe63 mail/gnarwl/MESSAGE
--- a/mail/gnarwl/MESSAGE Thu Feb 01 23:14:55 2018 +0000
+++ b/mail/gnarwl/MESSAGE Fri Feb 02 00:20:44 2018 +0000
@@ -1,7 +1,7 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1 2014/07/22 08:25:54 manu Exp $
+$NetBSD: MESSAGE,v 1.2 2018/02/02 00:20:45 rillig Exp $
-To use gnarwl, first edit ${PKG_SYSCONFDIR}/gnarwl.cfg
+To use gnarwl, first edit ${PKG_SYSCONFDIR}/gnarwl.cfg
Then add the line below in /etc/mail/aliases and run newaliases
autoreply: "|LDAPCONF=~gnarwl/ldaprc ${PREFIX}/bin/gnarwl"
diff -r 784ed593edb5 -r 3433bcfdfe63 mail/gnarwl/Makefile
--- a/mail/gnarwl/Makefile Thu Feb 01 23:14:55 2018 +0000
+++ b/mail/gnarwl/Makefile Fri Feb 02 00:20:44 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/01/28 20:10:54 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/02/02 00:20:45 rillig Exp $
DISTNAME= gnarwl-3.6
PKGREVISION= 3
@@ -31,7 +31,7 @@
GNARWL_USER?= gnarwl
GNARWL_GROUP?= gnarwl
GNARWL_HOME?= ${VARBASE}/gnarwl
-BUILD_DEFS+= GNARWL_USER GNARWL_GROUP
+BUILD_DEFS+= GNARWL_USER GNARWL_GROUP
PKG_GROUPS+= ${GNARWL_GROUP}
PKG_USERS+= ${GNARWL_USER}:${GNARWL_GROUP}
PKG_HOME.gnarwl=${GNARWL_HOME}
@@ -54,7 +54,7 @@
${INSTALL_MAN} ${WRKSRC}/doc/gnarwl.man ${GNARWL_MANDIR}/man8/gnarwl.8
EGDIR= ${PREFIX}/share/examples/gnarwl
-EGFILES= badheaders.txt blacklist.txt footer.txt header.txt gnarwl.cfg
+EGFILES= badheaders.txt blacklist.txt footer.txt header.txt gnarwl.cfg
.for files in ${EGFILES}
CONF_FILES+= ${EGDIR}/${files} ${PKG_SYSCONFDIR}/${files}
diff -r 784ed593edb5 -r 3433bcfdfe63 mail/mailhops/Makefile
--- a/mail/mailhops/Makefile Thu Feb 01 23:14:55 2018 +0000
+++ b/mail/mailhops/Makefile Fri Feb 02 00:20:44 2018 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2016/07/09 06:38:30 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/02/02 00:20:45 rillig Exp $
#
DISTNAME= mailhops-1.4
PKGREVISION= 5
CATEGORIES= mail
MASTER_SITES= http://www.spinnaker.de/mutt/
-EXTRACT_SUFX=
+EXTRACT_SUFX=
LICENSE= gnu-gpl-v2
diff -r 784ed593edb5 -r 3433bcfdfe63 mail/smtp-vilter/DESCR
--- a/mail/smtp-vilter/DESCR Thu Feb 01 23:14:55 2018 +0000
+++ b/mail/smtp-vilter/DESCR Fri Feb 02 00:20:44 2018 +0000
@@ -23,6 +23,6 @@
file.
smtp-vilter is documented in the following manpages:
-
+
smtp-vilter(8) Running the smtp-vilter
smtp-vilter.conf(5) The smtp-vilter config file
diff -r 784ed593edb5 -r 3433bcfdfe63 mail/sympa/Makefile
--- a/mail/sympa/Makefile Thu Feb 01 23:14:55 2018 +0000
+++ b/mail/sympa/Makefile Fri Feb 02 00:20:44 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2017/06/05 14:24:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.67 2018/02/02 00:20:45 rillig Exp $
DISTNAME= sympa-6.2.16
#PKGREVISION= 3
@@ -161,7 +161,7 @@
folder.png h.png image2.png junk.png left.png link.png locked.png \
logo-s-lock.png logo-s.png logo_sympa.png movie.png new_list.png \
position.png right.png search.png sound1.png spinner.gif subscribe.png \
- sv.png text.png top.png unknown.png
+ sv.png text.png top.png unknown.png
CONF_FILES+= ${PREFIX}/sympa/static_content/icons/${f} \
${SYMPA_VARBASE}/list_data/static_content/icons/${f}
.endfor
diff -r 784ed593edb5 -r 3433bcfdfe63 mail/thunderbird45/distinfo
--- a/mail/thunderbird45/distinfo Thu Feb 01 23:14:55 2018 +0000
+++ b/mail/thunderbird45/distinfo Fri Feb 02 00:20:44 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2017/04/27 13:38:18 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2018/02/02 00:20:45 rillig Exp $
SHA1 (thunderbird-45.8.0.source.tar.xz) = 36fc106885d612966ec3be047f4e7d3fa06dc04a
RMD160 (thunderbird-45.8.0.source.tar.xz) = 8d4ab2feabee0402fbfe38168c51187b1f26221d
@@ -110,7 +110,7 @@
SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc) = 24455230e1a857824584af86b988036321f8c0aa
SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc) = 8187760eeaa2c466b629b21cd8d3d460e532497f
SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi) = 7dcd8e86e18bb39bb07864483927e89f0199e629
-SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp) = 8bc15ea9afab20f004275522e060e70f699f0862
+SHA1 (patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp) = 16917ed4d0a4d5a7f6e42e13908eadd312f8dc18
SHA1 (patch-mozilla_memory_build_mozjemalloc__compat.c) = aad27fb03be2d1fcc543f4f38ac5deb4f8e962f7
SHA1 (patch-mozilla_memory_mozalloc_mozalloc__abort.cpp) = 2c2169296c3388fa49f57f55193ebc94892b2c91
SHA1 (patch-mozilla_memory_volatile_VolatileBufferOSX.cpp) = 87a53581e32009c124437a277a26abef52d8b197
diff -r 784ed593edb5 -r 3433bcfdfe63 mail/thunderbird45/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp
--- a/mail/thunderbird45/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp Thu Feb 01 23:14:55 2018 +0000
+++ b/mail/thunderbird45/patches/patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp Fri Feb 02 00:20:44 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp,v 1.1 2017/04/27 13:38:19 ryoon Exp $
+$NetBSD: patch-mozilla_media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp,v 1.2 2018/02/02 00:20:45 rillig Exp $
--- mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp.orig 2016-04-07 21:33:24.000000000 +0000
+++ mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
-@@ -14,6 +14,13 @@ Cygwin fix provided by:
+@@ -14,6 +14,13 @@ Cygwin fix provided by:
Scott McMurray
*/
@@ -16,7 +16,7 @@
#ifndef BOOST_SPREAD_SORT_H
#define BOOST_SPREAD_SORT_H
#include <algorithm>
-@@ -21,10 +28,24 @@ Scott McMurray
+@@ -21,10 +28,24 @@ Scott McMurray
#include <vector>
#include "webrtc/system_wrappers/source/spreadsortlib/constants.hpp"
Home |
Main Index |
Thread Index |
Old Index