pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail
Module Name: pkgsrc
Committed By: nia
Date: Thu Nov 26 15:06:37 UTC 2020
Modified Files:
pkgsrc/mail/claws-mail: Makefile Makefile.vers PLIST distinfo
pkgsrc/mail/claws-mail-archive: Makefile
pkgsrc/mail/claws-mail-attachwarner: Makefile
pkgsrc/mail/claws-mail-attremover: Makefile
pkgsrc/mail/claws-mail-bogofilter: Makefile
pkgsrc/mail/claws-mail-fetchinfo: Makefile
pkgsrc/mail/claws-mail-mailmbox: Makefile
pkgsrc/mail/claws-mail-newmail: Makefile
pkgsrc/mail/claws-mail-notification: Makefile
pkgsrc/mail/claws-mail-pgpcore: Makefile
pkgsrc/mail/claws-mail-pgpinline: Makefile
pkgsrc/mail/claws-mail-pgpmime: Makefile
pkgsrc/mail/claws-mail-rssyl: Makefile
pkgsrc/mail/claws-mail-smime: Makefile
pkgsrc/mail/claws-mail-spamassassin: Makefile
pkgsrc/mail/claws-mail-spamreport: Makefile
pkgsrc/mail/claws-mail-tnef: Makefile
pkgsrc/mail/claws-mail-vcalendar: Makefile
Log Message:
claws-mail: Update to 3.17.8
* 3.17.8
--------
* Shielded template's |program{} and |attach_program{} so that the
command-line that is executed does not allow sequencing such as
with && || ;, preventing possible execution of nasty, or at least
unexpected, commands
* fixed bug 4376, 'Litehtml breaks locale'
* updated English, French, and Spanish manuals
* 3.17.7
--------
* Image Viewer: Image attachments, when displayed, are now resized
to fit the available width rather than the available height.
* -d is now an alias to --debug.
* Libravatar plugin: New styles supported: Robohash and Pagan.
* SpamAssassin plugin: The 'Maximum size' option now matches
SpamAssassin's maximum; it can now handle messages up to 256MB.
* LiteHTML viewer plugin: The UI is now translatable.
* The manual has been updated.
* The man page has been updated.
* Updated translations: French, Spanish.
* bug fixes:
o bug 4313, 'Recursion stack overflow with rebuilding folder
tree'
o bug 4372, '[pl_PL] Crash after "Send later" without
recipient and then "Close"'
o bug 4373, 'attach mailto URI double free'
o bug 4374, 'insert mailto URI misses checks'
o bug 4384, 'U+00AD (soft hyphen) changed to space in
Subject'
o bug 4386, 'Allow Sieve config without userid without
warning'
o Add missing SSL settings when cloning accounts.
o Parsing of command-line arguments.
o PGP Core plugin: fix segv in address completion with a
keyring.
o Libravatar plugin: fixes to image display.
* 3.17.6
--------
* It is now possible to 'Inherit Folder properties and processing
rules from parent folder' when creating new folders with the
move message and copy message dialogues.
* A Phishing warning is now shown when copying a phishing URL, (in
addition to clicking a phishing URL).
* The progress window when importing an mbox file is now more
responsive.
* A warning dialogue is shown if the selected privacy system is
'None' and automatic signing amd/or encrypting is enabled.
* Python plugin: pkgconfig is now used to check for python2. This
enables the Python plugin (which uses python2) to be built on
newer systems which have both python2 and python3.
* Add translation: Greek.
* Updated translation: Polish.
* bug fixes:
o bug 3922, 'minimize to tray on startup not working'
o bug 4220, 'generates files in cache without content'
o bug 4325, 'Following redirects when retrieving image'
o bug 4342, 'Import mbox file command doesn't work twice on a
row'
o fix STARTTLS protocol violation
o fix initial debug line
o fix fat-fingered crash when v (hiding msgview) is pressed
just before c (check signature)
o fix non-translation of some Templates strings
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/mail/claws-mail/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/claws-mail/Makefile.vers
cvs rdiff -u -r1.27 -r1.28 pkgsrc/mail/claws-mail/PLIST
cvs rdiff -u -r1.34 -r1.35 pkgsrc/mail/claws-mail/distinfo
cvs rdiff -u -r1.75 -r1.76 pkgsrc/mail/claws-mail-archive/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/mail/claws-mail-attachwarner/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/mail/claws-mail-attremover/Makefile
cvs rdiff -u -r1.71 -r1.72 pkgsrc/mail/claws-mail-bogofilter/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/mail/claws-mail-fetchinfo/Makefile
cvs rdiff -u -r1.77 -r1.78 pkgsrc/mail/claws-mail-mailmbox/Makefile
cvs rdiff -u -r1.79 -r1.80 pkgsrc/mail/claws-mail-newmail/Makefile
cvs rdiff -u -r1.80 -r1.81 pkgsrc/mail/claws-mail-notification/Makefile
cvs rdiff -u -r1.80 -r1.81 pkgsrc/mail/claws-mail-pgpcore/Makefile
cvs rdiff -u -r1.79 -r1.80 pkgsrc/mail/claws-mail-pgpinline/Makefile
cvs rdiff -u -r1.78 -r1.79 pkgsrc/mail/claws-mail-pgpmime/Makefile
cvs rdiff -u -r1.87 -r1.88 pkgsrc/mail/claws-mail-rssyl/Makefile
cvs rdiff -u -r1.82 -r1.83 pkgsrc/mail/claws-mail-smime/Makefile
cvs rdiff -u -r1.70 -r1.71 pkgsrc/mail/claws-mail-spamassassin/Makefile
cvs rdiff -u -r1.83 -r1.84 pkgsrc/mail/claws-mail-spamreport/Makefile
cvs rdiff -u -r1.79 -r1.80 pkgsrc/mail/claws-mail-tnef/Makefile
cvs rdiff -u -r1.95 -r1.96 pkgsrc/mail/claws-mail-vcalendar/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/claws-mail/Makefile
diff -u pkgsrc/mail/claws-mail/Makefile:1.114 pkgsrc/mail/claws-mail/Makefile:1.115
--- pkgsrc/mail/claws-mail/Makefile:1.114 Mon Aug 31 18:09:53 2020
+++ pkgsrc/mail/claws-mail/Makefile Thu Nov 26 15:06:35 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.114 2020/08/31 18:09:53 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2020/11/26 15:06:35 nia Exp $
INSTALLATION_DIRS+= ${EGDIR}
INSTALLATION_DIRS+= share/claws-mail
-PKGREVISION= 4
.include "Makefile.common"
PKGNAME= claws-mail-${CLAWS_VERSION}
Index: pkgsrc/mail/claws-mail/Makefile.vers
diff -u pkgsrc/mail/claws-mail/Makefile.vers:1.25 pkgsrc/mail/claws-mail/Makefile.vers:1.26
--- pkgsrc/mail/claws-mail/Makefile.vers:1.25 Wed Apr 1 13:44:03 2020
+++ pkgsrc/mail/claws-mail/Makefile.vers Thu Nov 26 15:06:35 2020
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.vers,v 1.25 2020/04/01 13:44:03 nia Exp $
+# $NetBSD: Makefile.vers,v 1.26 2020/11/26 15:06:35 nia Exp $
#
-CLAWS_VERSION= 3.17.5
+CLAWS_VERSION= 3.17.8
Index: pkgsrc/mail/claws-mail/PLIST
diff -u pkgsrc/mail/claws-mail/PLIST:1.27 pkgsrc/mail/claws-mail/PLIST:1.28
--- pkgsrc/mail/claws-mail/PLIST:1.27 Wed Nov 27 14:25:34 2019
+++ pkgsrc/mail/claws-mail/PLIST Thu Nov 26 15:06:35 2020
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.27 2019/11/27 14:25:34 nia Exp $
+@comment $NetBSD: PLIST,v 1.28 2020/11/26 15:06:35 nia Exp $
bin/claws-mail
+bin/claws-mail-shred
include/claws-mail/account.h
include/claws-mail/action.h
include/claws-mail/adbookbase.h
@@ -241,6 +242,7 @@ share/locale/ca/LC_MESSAGES/claws-mail.m
share/locale/cs/LC_MESSAGES/claws-mail.mo
share/locale/da/LC_MESSAGES/claws-mail.mo
share/locale/de/LC_MESSAGES/claws-mail.mo
+share/locale/el_GR/LC_MESSAGES/claws-mail.mo
share/locale/en_GB/LC_MESSAGES/claws-mail.mo
share/locale/es/LC_MESSAGES/claws-mail.mo
share/locale/fi/LC_MESSAGES/claws-mail.mo
Index: pkgsrc/mail/claws-mail/distinfo
diff -u pkgsrc/mail/claws-mail/distinfo:1.34 pkgsrc/mail/claws-mail/distinfo:1.35
--- pkgsrc/mail/claws-mail/distinfo:1.34 Wed Apr 1 13:44:03 2020
+++ pkgsrc/mail/claws-mail/distinfo Thu Nov 26 15:06:35 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.34 2020/04/01 13:44:03 nia Exp $
+$NetBSD: distinfo,v 1.35 2020/11/26 15:06:35 nia Exp $
-SHA1 (claws-mail-3.17.5.tar.xz) = 5534900f498137e126d4e25c7d1199d1d87e33a4
-RMD160 (claws-mail-3.17.5.tar.xz) = 3ce11e8f770517331328619a2d74947defe45731
-SHA512 (claws-mail-3.17.5.tar.xz) = a1d3576eba70b83a6fe70aafead3d80681e6372d146b573f5d43fee63bdcf84b5350d4dc8a4290b11d11320381417253d893daee8169c110e294178d10ea542f
-Size (claws-mail-3.17.5.tar.xz) = 6290944 bytes
+SHA1 (claws-mail-3.17.8.tar.xz) = 6e14cca60a1a0e47ccc071f0cababb2dd1a6ab22
+RMD160 (claws-mail-3.17.8.tar.xz) = 550256d32db8ea2e9c450f20febe7d4e391b193c
+SHA512 (claws-mail-3.17.8.tar.xz) = dc29c968dc81a184af8f66c1afe5c9d17558ce6a4a8b196136a9fb5deec96aa67eec42148ed0f4d6d6ee94aec2791247b9034090dac81beec193bd7d366617d7
+Size (claws-mail-3.17.8.tar.xz) = 6435692 bytes
SHA1 (patch-ab) = d1c89842cedad037c9ac3836da630244fe8ff9c9
SHA1 (patch-af) = 2655fac7e0e7bfb2d50291537eab9481dbc83691
SHA1 (patch-ai) = f70a8b1e4f169740f90707b4c9b05851196c9323
Index: pkgsrc/mail/claws-mail-archive/Makefile
diff -u pkgsrc/mail/claws-mail-archive/Makefile:1.75 pkgsrc/mail/claws-mail-archive/Makefile:1.76
--- pkgsrc/mail/claws-mail-archive/Makefile:1.75 Mon Aug 17 20:19:21 2020
+++ pkgsrc/mail/claws-mail-archive/Makefile Thu Nov 26 15:06:35 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.75 2020/08/17 20:19:21 leot Exp $
+# $NetBSD: Makefile,v 1.76 2020/11/26 15:06:35 nia Exp $
#
PLUGIN_NAME= archive
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-attachwarner/Makefile
diff -u pkgsrc/mail/claws-mail-attachwarner/Makefile:1.78 pkgsrc/mail/claws-mail-attachwarner/Makefile:1.79
--- pkgsrc/mail/claws-mail-attachwarner/Makefile:1.78 Mon Aug 17 20:19:21 2020
+++ pkgsrc/mail/claws-mail-attachwarner/Makefile Thu Nov 26 15:06:35 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.78 2020/08/17 20:19:21 leot Exp $
+# $NetBSD: Makefile,v 1.79 2020/11/26 15:06:35 nia Exp $
#
PLUGIN_NAME= attachwarner
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-attremover/Makefile
diff -u pkgsrc/mail/claws-mail-attremover/Makefile:1.77 pkgsrc/mail/claws-mail-attremover/Makefile:1.78
--- pkgsrc/mail/claws-mail-attremover/Makefile:1.77 Mon Aug 17 20:19:21 2020
+++ pkgsrc/mail/claws-mail-attremover/Makefile Thu Nov 26 15:06:35 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.77 2020/08/17 20:19:21 leot Exp $
+# $NetBSD: Makefile,v 1.78 2020/11/26 15:06:35 nia Exp $
#
PLUGIN_NAME= att_remover
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-bogofilter/Makefile
diff -u pkgsrc/mail/claws-mail-bogofilter/Makefile:1.71 pkgsrc/mail/claws-mail-bogofilter/Makefile:1.72
--- pkgsrc/mail/claws-mail-bogofilter/Makefile:1.71 Mon Aug 17 20:19:21 2020
+++ pkgsrc/mail/claws-mail-bogofilter/Makefile Thu Nov 26 15:06:35 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.71 2020/08/17 20:19:21 leot Exp $
+# $NetBSD: Makefile,v 1.72 2020/11/26 15:06:35 nia Exp $
#
PLUGIN_NAME= bogofilter
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-fetchinfo/Makefile
diff -u pkgsrc/mail/claws-mail-fetchinfo/Makefile:1.78 pkgsrc/mail/claws-mail-fetchinfo/Makefile:1.79
--- pkgsrc/mail/claws-mail-fetchinfo/Makefile:1.78 Mon Aug 17 20:19:22 2020
+++ pkgsrc/mail/claws-mail-fetchinfo/Makefile Thu Nov 26 15:06:35 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.78 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.79 2020/11/26 15:06:35 nia Exp $
#
PLUGIN_NAME= fetchinfo
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-mailmbox/Makefile
diff -u pkgsrc/mail/claws-mail-mailmbox/Makefile:1.77 pkgsrc/mail/claws-mail-mailmbox/Makefile:1.78
--- pkgsrc/mail/claws-mail-mailmbox/Makefile:1.77 Mon Aug 17 20:19:22 2020
+++ pkgsrc/mail/claws-mail-mailmbox/Makefile Thu Nov 26 15:06:35 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.77 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.78 2020/11/26 15:06:35 nia Exp $
#
PLUGIN_NAME= mailmbox
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-newmail/Makefile
diff -u pkgsrc/mail/claws-mail-newmail/Makefile:1.79 pkgsrc/mail/claws-mail-newmail/Makefile:1.80
--- pkgsrc/mail/claws-mail-newmail/Makefile:1.79 Mon Aug 17 20:19:22 2020
+++ pkgsrc/mail/claws-mail-newmail/Makefile Thu Nov 26 15:06:36 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.79 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.80 2020/11/26 15:06:36 nia Exp $
#
PLUGIN_NAME= newmail
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-notification/Makefile
diff -u pkgsrc/mail/claws-mail-notification/Makefile:1.80 pkgsrc/mail/claws-mail-notification/Makefile:1.81
--- pkgsrc/mail/claws-mail-notification/Makefile:1.80 Mon Aug 17 20:19:22 2020
+++ pkgsrc/mail/claws-mail-notification/Makefile Thu Nov 26 15:06:36 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.81 2020/11/26 15:06:36 nia Exp $
#
PLUGIN_NAME= notification
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-pgpcore/Makefile
diff -u pkgsrc/mail/claws-mail-pgpcore/Makefile:1.80 pkgsrc/mail/claws-mail-pgpcore/Makefile:1.81
--- pkgsrc/mail/claws-mail-pgpcore/Makefile:1.80 Mon Aug 17 20:17:34 2020
+++ pkgsrc/mail/claws-mail-pgpcore/Makefile Thu Nov 26 15:06:36 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.80 2020/08/17 20:17:34 leot Exp $
+# $NetBSD: Makefile,v 1.81 2020/11/26 15:06:36 nia Exp $
#
PLUGIN_NAME= pgpcore
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-pgpinline/Makefile
diff -u pkgsrc/mail/claws-mail-pgpinline/Makefile:1.79 pkgsrc/mail/claws-mail-pgpinline/Makefile:1.80
--- pkgsrc/mail/claws-mail-pgpinline/Makefile:1.79 Mon Aug 17 20:19:22 2020
+++ pkgsrc/mail/claws-mail-pgpinline/Makefile Thu Nov 26 15:06:36 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.79 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.80 2020/11/26 15:06:36 nia Exp $
#
PLUGIN_NAME= pgpinline
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-pgpmime/Makefile
diff -u pkgsrc/mail/claws-mail-pgpmime/Makefile:1.78 pkgsrc/mail/claws-mail-pgpmime/Makefile:1.79
--- pkgsrc/mail/claws-mail-pgpmime/Makefile:1.78 Mon Aug 17 20:19:22 2020
+++ pkgsrc/mail/claws-mail-pgpmime/Makefile Thu Nov 26 15:06:36 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.78 2020/08/17 20:19:22 leot Exp $
+# $NetBSD: Makefile,v 1.79 2020/11/26 15:06:36 nia Exp $
#
PLUGIN_NAME= pgpmime
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-rssyl/Makefile
diff -u pkgsrc/mail/claws-mail-rssyl/Makefile:1.87 pkgsrc/mail/claws-mail-rssyl/Makefile:1.88
--- pkgsrc/mail/claws-mail-rssyl/Makefile:1.87 Thu Nov 5 09:08:35 2020
+++ pkgsrc/mail/claws-mail-rssyl/Makefile Thu Nov 26 15:06:36 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.87 2020/11/05 09:08:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.88 2020/11/26 15:06:36 nia Exp $
#
PLUGIN_NAME= rssyl
-PKGREVISION= 5
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-smime/Makefile
diff -u pkgsrc/mail/claws-mail-smime/Makefile:1.82 pkgsrc/mail/claws-mail-smime/Makefile:1.83
--- pkgsrc/mail/claws-mail-smime/Makefile:1.82 Mon Aug 17 20:19:23 2020
+++ pkgsrc/mail/claws-mail-smime/Makefile Thu Nov 26 15:06:36 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.82 2020/08/17 20:19:23 leot Exp $
+# $NetBSD: Makefile,v 1.83 2020/11/26 15:06:36 nia Exp $
#
PLUGIN_NAME= smime
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-spamassassin/Makefile
diff -u pkgsrc/mail/claws-mail-spamassassin/Makefile:1.70 pkgsrc/mail/claws-mail-spamassassin/Makefile:1.71
--- pkgsrc/mail/claws-mail-spamassassin/Makefile:1.70 Mon Aug 17 20:19:23 2020
+++ pkgsrc/mail/claws-mail-spamassassin/Makefile Thu Nov 26 15:06:36 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.70 2020/08/17 20:19:23 leot Exp $
+# $NetBSD: Makefile,v 1.71 2020/11/26 15:06:36 nia Exp $
#
PLUGIN_NAME= spamassassin
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-spamreport/Makefile
diff -u pkgsrc/mail/claws-mail-spamreport/Makefile:1.83 pkgsrc/mail/claws-mail-spamreport/Makefile:1.84
--- pkgsrc/mail/claws-mail-spamreport/Makefile:1.83 Mon Aug 17 20:19:23 2020
+++ pkgsrc/mail/claws-mail-spamreport/Makefile Thu Nov 26 15:06:36 2020
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.83 2020/08/17 20:19:23 leot Exp $
+# $NetBSD: Makefile,v 1.84 2020/11/26 15:06:36 nia Exp $
#
PLUGIN_NAME= spam_report
PLUGIN_FILE= spamreport
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-tnef/Makefile
diff -u pkgsrc/mail/claws-mail-tnef/Makefile:1.79 pkgsrc/mail/claws-mail-tnef/Makefile:1.80
--- pkgsrc/mail/claws-mail-tnef/Makefile:1.79 Mon Aug 17 20:19:23 2020
+++ pkgsrc/mail/claws-mail-tnef/Makefile Thu Nov 26 15:06:37 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.79 2020/08/17 20:19:23 leot Exp $
+# $NetBSD: Makefile,v 1.80 2020/11/26 15:06:37 nia Exp $
#
PLUGIN_NAME= tnef_parse
-PKGREVISION= 3
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/mail/claws-mail-vcalendar/Makefile
diff -u pkgsrc/mail/claws-mail-vcalendar/Makefile:1.95 pkgsrc/mail/claws-mail-vcalendar/Makefile:1.96
--- pkgsrc/mail/claws-mail-vcalendar/Makefile:1.95 Thu Nov 5 09:08:35 2020
+++ pkgsrc/mail/claws-mail-vcalendar/Makefile Thu Nov 26 15:06:37 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.95 2020/11/05 09:08:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.96 2020/11/26 15:06:37 nia Exp $
#
PLUGIN_NAME= vcalendar
-PKGREVISION= 7
.include "../../mail/claws-mail/plugins.mk"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index