ports/152711: [PATCH] update claws-mail plugins to 3.7.7 release

Pawel Pekala c0rn at o2.pl
Tue Nov 30 18:20:12 UTC 2010


>Number:         152711
>Category:       ports
>Synopsis:       [PATCH] update claws-mail plugins to 3.7.7 release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 30 18:20:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 8.1-RELEASE #2: Sat Aug 21 18:46:54 CEST 2010
    corn at caprica.slowicza.org:/usr/obj/usr/src/sys/GENERIC



>Description:


- update claws-mail plugins to newest versions from 3.7.7 release
- bump portrevisions of plugins with no new version
  (they need to be rebuilt anyway to work with new claws-mail)
- recreate checksum files to new standard
- add LICENSE infos
- mark MAKE_JOBS_SAFE

CC'ing miwi@ as some of those ports are his


>How-To-Repeat:





>Fix:


--- claws-mail-plugins.diff begins here ---
diff -ur /usr/ports/mail/claws-mail-archiver/Makefile /home/corn/devel/claws-mail-archiver/Makefile
--- /usr/ports/mail/claws-mail-archiver/Makefile	2010-10-16 13:52:16.000000000 +0200
+++ /home/corn/devel/claws-mail-archiver/Makefile	2010-11-30 18:14:45.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	archiver
-PORTVERSION=	0.6.7
-PORTREVISION=	1
+PORTVERSION=	0.6.8
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -16,10 +15,13 @@
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	mail archiver plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 
 .include <bsd.port.mk>
diff -ur /usr/ports/mail/claws-mail-archiver/distinfo /home/corn/devel/claws-mail-archiver/distinfo
--- /usr/ports/mail/claws-mail-archiver/distinfo	2010-05-16 11:02:35.000000000 +0200
+++ /home/corn/devel/claws-mail-archiver/distinfo	2010-11-30 18:14:59.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (archive-0.6.7.tar.gz) = 2b94cae20f55e6821ebaca02c50bebc7
-SHA256 (archive-0.6.7.tar.gz) = c9a568d077b78234c171dfdfa6383f40310467709b4dd0e811a28ec6a1cdcb45
-SIZE (archive-0.6.7.tar.gz) = 428566
+SHA256 (archive-0.6.8.tar.gz) = d1ff32ea165bf25102233ff93d91d23fd51d8d259e5b1b5ab3d20db07cff0778
+SIZE (archive-0.6.8.tar.gz) = 437726
diff -ur /usr/ports/mail/claws-mail-att_remover/Makefile /home/corn/devel/claws-mail-att_remover/Makefile
--- /usr/ports/mail/claws-mail-att_remover/Makefile	2010-10-16 13:52:16.000000000 +0200
+++ /home/corn/devel/claws-mail-att_remover/Makefile	2010-11-30 18:11:21.000000000 +0100
@@ -7,7 +7,7 @@
 
 PORTNAME=	att_remover
 PORTVERSION=	1.0.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -15,11 +15,14 @@
 MAINTAINER=	c0rn at o2.pl
 COMMENT=	Attachments removing plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	lib/claws-mail/plugins/att_remover.a \
 		lib/claws-mail/plugins/att_remover.la \
diff -ur /usr/ports/mail/claws-mail-att_remover/distinfo /home/corn/devel/claws-mail-att_remover/distinfo
--- /usr/ports/mail/claws-mail-att_remover/distinfo	2010-05-16 11:02:32.000000000 +0200
+++ /home/corn/devel/claws-mail-att_remover/distinfo	2010-11-30 18:17:52.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (att_remover-1.0.12.tar.gz) = 221315e8734e65b74d05ce3e96dc77a9
 SHA256 (att_remover-1.0.12.tar.gz) = 1071fe132493531798d4951c974c4245aabcdab4b47d8398870127db3ac04766
 SIZE (att_remover-1.0.12.tar.gz) = 292767
diff -ur /usr/ports/mail/claws-mail-attach_warner/Makefile /home/corn/devel/claws-mail-attach_warner/Makefile
--- /usr/ports/mail/claws-mail-attach_warner/Makefile	2010-10-16 13:52:16.000000000 +0200
+++ /home/corn/devel/claws-mail-attach_warner/Makefile	2010-11-30 18:17:39.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	attach_warner
-PORTVERSION=	0.2.19
-PORTREVISION=	2
+PORTVERSION=	0.2.20
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -16,12 +15,15 @@
 MAINTAINER=	c0rn at o2.pl
 COMMENT=	Not attached file warning plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -ur /usr/ports/mail/claws-mail-attach_warner/distinfo /home/corn/devel/claws-mail-attach_warner/distinfo
--- /usr/ports/mail/claws-mail-attach_warner/distinfo	2010-05-16 11:02:29.000000000 +0200
+++ /home/corn/devel/claws-mail-attach_warner/distinfo	2010-11-30 18:18:17.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (attachwarner-0.2.19.tar.gz) = f3427720146afa76bc9f1a6b4bf56a27
-SHA256 (attachwarner-0.2.19.tar.gz) = fe14728c4c6428687c2c07f9ef55cd5d22bef59900f30cbe2252a554520e087f
-SIZE (attachwarner-0.2.19.tar.gz) = 370045
+SHA256 (attachwarner-0.2.20.tar.gz) = 57133081fcf7c6ab24c90c6fa6e74a8bbe49983f935e651430862ceb73d86696
+SIZE (attachwarner-0.2.20.tar.gz) = 372535
diff -ur /usr/ports/mail/claws-mail-bsfilter/Makefile /home/corn/devel/claws-mail-bsfilter/Makefile
--- /usr/ports/mail/claws-mail-bsfilter/Makefile	2010-10-16 13:52:17.000000000 +0200
+++ /home/corn/devel/claws-mail-bsfilter/Makefile	2010-11-30 18:21:15.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	bsfilter
-PORTVERSION=	1.0.4
-PORTREVISION=	2
+PORTVERSION=	1.0.5
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -16,12 +15,15 @@
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	bsfilter plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_XORG=	x11
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -ur /usr/ports/mail/claws-mail-bsfilter/distinfo /home/corn/devel/claws-mail-bsfilter/distinfo
--- /usr/ports/mail/claws-mail-bsfilter/distinfo	2010-05-25 13:08:15.000000000 +0200
+++ /home/corn/devel/claws-mail-bsfilter/distinfo	2010-11-30 18:21:31.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (bsfilter_plugin-1.0.4.tar.gz) = f9377efbefc2da5f9ea63e6fe397a272
-SHA256 (bsfilter_plugin-1.0.4.tar.gz) = 507f1fc6913121e4c5870fc1949efd85f320b93b690d493084199e51885af339
-SIZE (bsfilter_plugin-1.0.4.tar.gz) = 382703
+SHA256 (bsfilter_plugin-1.0.5.tar.gz) = 0d82189a22b349f7675081ecd8b4b7f4cf099644bf0b5e92f560e2d160f1a938
+SIZE (bsfilter_plugin-1.0.5.tar.gz) = 383772
diff -ur /usr/ports/mail/claws-mail-cachesaver/Makefile /home/corn/devel/claws-mail-cachesaver/Makefile
--- /usr/ports/mail/claws-mail-cachesaver/Makefile	2010-10-16 13:52:17.000000000 +0200
+++ /home/corn/devel/claws-mail-cachesaver/Makefile	2010-11-30 18:24:31.000000000 +0100
@@ -7,7 +7,7 @@
 
 PORTNAME=	cachesaver
 PORTVERSION=	0.10.9
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -15,11 +15,14 @@
 MAINTAINER=	c0rn at o2.pl
 COMMENT=	Cache saving plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	lib/claws-mail/plugins/cachesaver.a \
 		lib/claws-mail/plugins/cachesaver.la \
diff -ur /usr/ports/mail/claws-mail-cachesaver/distinfo /home/corn/devel/claws-mail-cachesaver/distinfo
--- /usr/ports/mail/claws-mail-cachesaver/distinfo	2009-03-07 05:07:58.000000000 +0100
+++ /home/corn/devel/claws-mail-cachesaver/distinfo	2010-11-30 18:24:45.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (cachesaver-0.10.9.tar.gz) = c4095b280026474144d3cb5dddcda635
 SHA256 (cachesaver-0.10.9.tar.gz) = 5253fe2c993b755f295a612148ce6c6c315df482a3791ec13d68593bc66386b5
 SIZE (cachesaver-0.10.9.tar.gz) = 334633
diff -ur /usr/ports/mail/claws-mail-fancy/Makefile /home/corn/devel/claws-mail-fancy/Makefile
--- /usr/ports/mail/claws-mail-fancy/Makefile	2010-10-16 13:52:17.000000000 +0200
+++ /home/corn/devel/claws-mail-fancy/Makefile	2010-11-30 18:27:30.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	fancy
-PORTVERSION=	0.9.10
-PORTREVISION=	2
+PORTVERSION=	0.9.11
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -17,14 +16,16 @@
 
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 		webkit:${PORTSDIR}/www/webkit-gtk2
-BUILD_DEPENDS=	claws-mail>=3.7.5:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.5:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:268
 USE_ICONV=	yes
 USE_GNOME=	gtk20
-
+MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -ur /usr/ports/mail/claws-mail-fancy/distinfo /home/corn/devel/claws-mail-fancy/distinfo
--- /usr/ports/mail/claws-mail-fancy/distinfo	2010-05-16 11:02:23.000000000 +0200
+++ /home/corn/devel/claws-mail-fancy/distinfo	2010-11-30 18:27:40.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (fancy-0.9.10.tar.gz) = f6bd7d4b2bffbe44a5ec12b8f313281d
-SHA256 (fancy-0.9.10.tar.gz) = 863637fd3bb43f2e873300894b37208ad5351ccaa003eede82f7c9eb114f085b
-SIZE (fancy-0.9.10.tar.gz) = 366596
+SHA256 (fancy-0.9.11.tar.gz) = 2e180f0c14834e888073a02bb02651a6db6faf5234fedf690fbae37c148d951f
+SIZE (fancy-0.9.11.tar.gz) = 369101
diff -ur /usr/ports/mail/claws-mail-fetchinfo/Makefile /home/corn/devel/claws-mail-fetchinfo/Makefile
--- /usr/ports/mail/claws-mail-fetchinfo/Makefile	2010-10-16 13:52:17.000000000 +0200
+++ /home/corn/devel/claws-mail-fetchinfo/Makefile	2010-11-30 18:30:30.000000000 +0100
@@ -7,7 +7,7 @@
 
 PORTNAME=	fetchinfo
 PORTVERSION=	0.4.24
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -16,11 +16,14 @@
 MAINTAINER=	c0rn at o2.pl
 COMMENT=	Header insertation plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	lib/claws-mail/plugins/fetchinfo_plugin.a \
 	lib/claws-mail/plugins/fetchinfo_plugin.la \
diff -ur /usr/ports/mail/claws-mail-fetchinfo/distinfo /home/corn/devel/claws-mail-fetchinfo/distinfo
--- /usr/ports/mail/claws-mail-fetchinfo/distinfo	2009-01-12 14:00:26.000000000 +0100
+++ /home/corn/devel/claws-mail-fetchinfo/distinfo	2010-11-30 18:30:39.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (fetchinfo-plugin-0.4.24.tar.gz) = 9b4089cc309ad37b395da2e4e598ecfe
 SHA256 (fetchinfo-plugin-0.4.24.tar.gz) = 1b7d7b0d2b4d09ff7309a86d296d0c16c2dd8231ecfb0e4412c57baf3173a9be
 SIZE (fetchinfo-plugin-0.4.24.tar.gz) = 335971
diff -ur /usr/ports/mail/claws-mail-gtkhtml2_viewer/Makefile /home/corn/devel/claws-mail-gtkhtml2_viewer/Makefile
--- /usr/ports/mail/claws-mail-gtkhtml2_viewer/Makefile	2010-10-16 13:52:17.000000000 +0200
+++ /home/corn/devel/claws-mail-gtkhtml2_viewer/Makefile	2010-11-30 18:06:09.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	gtkhtml2_viewer
-PORTVERSION=	0.27
-PORTREVISION=	2
+PORTVERSION=	0.28
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -16,13 +15,16 @@
 COMMENT=	HTML renderer plugin for claws-mail
 
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:268
 USE_GNOME=	gtk20
 USE_ICONV=	yes
+MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -ur /usr/ports/mail/claws-mail-gtkhtml2_viewer/distinfo /home/corn/devel/claws-mail-gtkhtml2_viewer/distinfo
--- /usr/ports/mail/claws-mail-gtkhtml2_viewer/distinfo	2010-05-16 11:02:26.000000000 +0200
+++ /home/corn/devel/claws-mail-gtkhtml2_viewer/distinfo	2010-11-30 17:56:35.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (gtkhtml2_viewer-0.27.tar.gz) = 4ea3180b8f6617f77ae8ae2c819c54f6
-SHA256 (gtkhtml2_viewer-0.27.tar.gz) = b75b7bb0ece262b76c99c8c4e6caedcbb92bc8f89186d15826239d760c95a7a7
-SIZE (gtkhtml2_viewer-0.27.tar.gz) = 686447
+SHA256 (gtkhtml2_viewer-0.28.tar.gz) = 497f3d502ac9041521a41b041bf11f939c69a5b97ea59965cc524dbd95cbcde7
+SIZE (gtkhtml2_viewer-0.28.tar.gz) = 684316
diff -ur /usr/ports/mail/claws-mail-mailmbox/Makefile /home/corn/devel/claws-mail-mailmbox/Makefile
--- /usr/ports/mail/claws-mail-mailmbox/Makefile	2010-10-16 13:52:17.000000000 +0200
+++ /home/corn/devel/claws-mail-mailmbox/Makefile	2010-11-30 18:33:38.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	mailmbox
-PORTVERSION=	1.14.4
-PORTREVISION=	1
+PORTVERSION=	1.14.5
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -15,11 +14,14 @@
 MAINTAINER=	c0rn at o2.pl
 COMMENT=	Mbox maildir plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	lib/claws-mail/plugins/mailmbox.a \
 		lib/claws-mail/plugins/mailmbox.la \
diff -ur /usr/ports/mail/claws-mail-mailmbox/distinfo /home/corn/devel/claws-mail-mailmbox/distinfo
--- /usr/ports/mail/claws-mail-mailmbox/distinfo	2010-05-16 11:02:38.000000000 +0200
+++ /home/corn/devel/claws-mail-mailmbox/distinfo	2010-11-30 18:33:47.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (mailmbox-1.14.4.tar.gz) = 55682d830c0c2f7bd23243acfcfdedd7
-SHA256 (mailmbox-1.14.4.tar.gz) = 627e2dde14fb04bb38266170fd06f2cd100e38b4459443c695018a5add2320bc
-SIZE (mailmbox-1.14.4.tar.gz) = 370571
+SHA256 (mailmbox-1.14.5.tar.gz) = c8e572a1055d54affccbc70dab25beabefe88dbf3eb4de08400ff9746377db70
+SIZE (mailmbox-1.14.5.tar.gz) = 370793
diff -ur /usr/ports/mail/claws-mail-newmail/Makefile /home/corn/devel/claws-mail-newmail/Makefile
--- /usr/ports/mail/claws-mail-newmail/Makefile	2010-10-16 13:52:17.000000000 +0200
+++ /home/corn/devel/claws-mail-newmail/Makefile	2010-11-30 18:36:34.000000000 +0100
@@ -7,7 +7,7 @@
 
 PORTNAME=	newmail
 PORTVERSION=	0.0.15
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -15,11 +15,14 @@
 MAINTAINER=	c0rn at o2.pl
 COMMENT=	Message header summary logging plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	lib/claws-mail/plugins/newmail.a \
 		lib/claws-mail/plugins/newmail.la \
diff -ur /usr/ports/mail/claws-mail-newmail/distinfo /home/corn/devel/claws-mail-newmail/distinfo
--- /usr/ports/mail/claws-mail-newmail/distinfo	2009-01-12 13:59:37.000000000 +0100
+++ /home/corn/devel/claws-mail-newmail/distinfo	2010-11-30 18:36:42.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (newmail-0.0.15.tar.gz) = 7d65e8e47f9d91c10445edfbc4fc3450
 SHA256 (newmail-0.0.15.tar.gz) = 14ffd282c1baffd2cc1e082ed9aa92559103b17592eec0108363a2311ae9a70c
 SIZE (newmail-0.0.15.tar.gz) = 327928
diff -ur /usr/ports/mail/claws-mail-notification/Makefile /home/corn/devel/claws-mail-notification/Makefile
--- /usr/ports/mail/claws-mail-notification/Makefile	2010-10-16 13:52:18.000000000 +0200
+++ /home/corn/devel/claws-mail-notification/Makefile	2010-11-30 18:38:53.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	notification
-PORTVERSION=	0.25
-PORTREVISION=	2
+PORTVERSION=	0.26
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -17,11 +16,14 @@
 COMMENT=	New/unread mail notification plugin for claws-mail
 
 LIB_DEPENDS=	notify:${PORTSDIR}/devel/libnotify
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -ur /usr/ports/mail/claws-mail-notification/distinfo /home/corn/devel/claws-mail-notification/distinfo
--- /usr/ports/mail/claws-mail-notification/distinfo	2010-05-16 11:02:41.000000000 +0200
+++ /home/corn/devel/claws-mail-notification/distinfo	2010-11-30 18:39:01.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (notification_plugin-0.25.tar.gz) = 53ded95571cf28cb54d53c967ba6161b
-SHA256 (notification_plugin-0.25.tar.gz) = 7e729f0012e85e939a00fac0a455bf731d4418399a92f4a01a90b3d851e3cd1c
-SIZE (notification_plugin-0.25.tar.gz) = 528486
+SHA256 (notification_plugin-0.26.tar.gz) = 869f5ffd1f75d1d0ab862526580fd881598499a447ef099239c86bd465b94ce1
+SIZE (notification_plugin-0.26.tar.gz) = 532171
diff -ur /usr/ports/mail/claws-mail-perl/Makefile /home/corn/devel/claws-mail-perl/Makefile
--- /usr/ports/mail/claws-mail-perl/Makefile	2010-10-16 13:52:18.000000000 +0200
+++ /home/corn/devel/claws-mail-perl/Makefile	2010-11-30 18:41:36.000000000 +0100
@@ -7,7 +7,7 @@
 
 PORTNAME=	perl
 PORTVERSION=	0.9.18
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -16,12 +16,15 @@
 MAINTAINER=	c0rn at o2.pl
 COMMENT=	Perl filtering plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:268
 USE_PERL5=	yes
+MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	lib/claws-mail/plugins/perl_plugin.a \
 		lib/claws-mail/plugins/perl_plugin.la \
diff -ur /usr/ports/mail/claws-mail-perl/distinfo /home/corn/devel/claws-mail-perl/distinfo
--- /usr/ports/mail/claws-mail-perl/distinfo	2010-05-24 12:15:02.000000000 +0200
+++ /home/corn/devel/claws-mail-perl/distinfo	2010-11-30 18:41:45.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (perl_plugin-0.9.18.tar.gz) = 7eb10814d93d10410c8db10634eb1cc8
 SHA256 (perl_plugin-0.9.18.tar.gz) = f0e2af42efffd0ceba5a5f77f76fbdb72f63e7b4f5a0b77a0689c6872257b3c8
 SIZE (perl_plugin-0.9.18.tar.gz) = 317763
diff -ur /usr/ports/mail/claws-mail-python/Makefile /home/corn/devel/claws-mail-python/Makefile
--- /usr/ports/mail/claws-mail-python/Makefile	2010-10-16 13:52:18.000000000 +0200
+++ /home/corn/devel/claws-mail-python/Makefile	2010-11-30 18:43:40.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	python
-PORTVERSION=	0.4
-PORTREVISION=	2
+PORTVERSION=	0.5
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -16,13 +15,16 @@
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	Python plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GNOME=	pygtk2
 USE_GMAKE=	yes
 USE_XORG=	x11
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -ur /usr/ports/mail/claws-mail-python/distinfo /home/corn/devel/claws-mail-python/distinfo
--- /usr/ports/mail/claws-mail-python/distinfo	2010-05-16 11:02:43.000000000 +0200
+++ /home/corn/devel/claws-mail-python/distinfo	2010-11-30 18:43:54.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (python_plugin-0.4.tar.gz) = e734110f107f311d8c567fda026cbbb4
-SHA256 (python_plugin-0.4.tar.gz) = e9a596d62e547098fe85704d57cd93af95221420ec2035bbda8e3058bacfeeb4
-SIZE (python_plugin-0.4.tar.gz) = 369662
+SHA256 (python_plugin-0.5.tar.gz) = 2aaa2f581f72c85fd6a70f48f585d79457b1e4c0d4a5638ba884c63dfa75d535
+SIZE (python_plugin-0.5.tar.gz) = 381922
diff -ur /usr/ports/mail/claws-mail-python/pkg-plist /home/corn/devel/claws-mail-python/pkg-plist
--- /usr/ports/mail/claws-mail-python/pkg-plist	2010-05-16 11:02:43.000000000 +0200
+++ /home/corn/devel/claws-mail-python/pkg-plist	2010-11-30 18:45:22.000000000 +0100
@@ -5,9 +5,11 @@
 %%NLS%%share/locale/ca/LC_MESSAGES/python_plugin.mo
 %%NLS%%share/locale/cs/LC_MESSAGES/python_plugin.mo
 %%NLS%%share/locale/fi/LC_MESSAGES/python_plugin.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/python_plugin.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/python_plugin.mo
 %%NLS%%share/locale/id/LC_MESSAGES/python_plugin.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/python_plugin.mo
 %%NLS%%share/locale/nl/LC_MESSAGES/python_plugin.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/python_plugin.mo
 %%NLS%%share/locale/sk/LC_MESSAGES/python_plugin.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/python_plugin.mo
diff -ur /usr/ports/mail/claws-mail-rssyl/Makefile /home/corn/devel/claws-mail-rssyl/Makefile
--- /usr/ports/mail/claws-mail-rssyl/Makefile	2010-10-16 13:52:18.000000000 +0200
+++ /home/corn/devel/claws-mail-rssyl/Makefile	2010-11-30 18:05:46.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	rssyl
-PORTVERSION=	0.27
-PORTREVISION=	2
+PORTVERSION=	0.28
 PORTEPOCH=	4
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
@@ -17,11 +16,14 @@
 COMMENT=	A RSS/Atom plugin for claws-mail
 
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_AUTOTOOLS=	autoconf:268
 USE_ICONV=	yes
+MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -ur /usr/ports/mail/claws-mail-rssyl/distinfo /home/corn/devel/claws-mail-rssyl/distinfo
--- /usr/ports/mail/claws-mail-rssyl/distinfo	2010-05-16 11:02:47.000000000 +0200
+++ /home/corn/devel/claws-mail-rssyl/distinfo	2010-11-30 18:04:02.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (rssyl-0.27.tar.gz) = 78f3d1688c354389d4f82d0a248c9aad
-SHA256 (rssyl-0.27.tar.gz) = d8830a572f9e28e8bb95eb78673e80e0a074652cbaecef509964fa6db54dea57
-SIZE (rssyl-0.27.tar.gz) = 474657
+SHA256 (rssyl-0.28.tar.gz) = 44c3d0c222d8b952a791a94e30471f8ecacd866e6a7b3138d42def90a42cd6a9
+SIZE (rssyl-0.28.tar.gz) = 478294
diff -ur /usr/ports/mail/claws-mail-spamreport/Makefile /home/corn/devel/claws-mail-spamreport/Makefile
--- /usr/ports/mail/claws-mail-spamreport/Makefile	2010-10-16 13:52:18.000000000 +0200
+++ /home/corn/devel/claws-mail-spamreport/Makefile	2010-11-30 18:47:40.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	spamreport
-PORTVERSION=	0.3.11
-PORTREVISION=	2
+PORTVERSION=	0.3.12
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -17,12 +16,15 @@
 COMMENT=	SpamReport plugin for claws-mail
 
 LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_XORG=	x11
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -ur /usr/ports/mail/claws-mail-spamreport/distinfo /home/corn/devel/claws-mail-spamreport/distinfo
--- /usr/ports/mail/claws-mail-spamreport/distinfo	2010-05-16 11:02:49.000000000 +0200
+++ /home/corn/devel/claws-mail-spamreport/distinfo	2010-11-30 18:47:52.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (spam_report-0.3.11.tar.gz) = d10852f051d5165a8f1c8ed0f2158197
-SHA256 (spam_report-0.3.11.tar.gz) = 3ae8eede9da00e12ebb6a55c8d7f502e6fa92c0e3243972ca875e126daf4a358
-SIZE (spam_report-0.3.11.tar.gz) = 356392
+SHA256 (spam_report-0.3.12.tar.gz) = 82269ed64317e8f36a6ee7da30cc5d4e17771849807d5035af7069aefa8722ae
+SIZE (spam_report-0.3.12.tar.gz) = 360618
diff -ur /usr/ports/mail/claws-mail-spamreport/pkg-plist /home/corn/devel/claws-mail-spamreport/pkg-plist
--- /usr/ports/mail/claws-mail-spamreport/pkg-plist	2010-01-21 21:52:52.000000000 +0100
+++ /home/corn/devel/claws-mail-spamreport/pkg-plist	2010-11-30 18:48:50.000000000 +0100
@@ -14,3 +14,4 @@
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/spam_report.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/spam_report.mo
 %%NLS%%share/locale/sk/LC_MESSAGES/spam_report.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/spam_report.mo
diff -ur /usr/ports/mail/claws-mail-synce/Makefile /home/corn/devel/claws-mail-synce/Makefile
--- /usr/ports/mail/claws-mail-synce/Makefile	2010-10-16 13:52:18.000000000 +0200
+++ /home/corn/devel/claws-mail-synce/Makefile	2010-11-30 18:50:52.000000000 +0100
@@ -7,7 +7,7 @@
 
 PORTNAME=	synce
 PORTVERSION=	0.7.5
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -17,11 +17,14 @@
 COMMENT=	Windows CE addressbook plugin for claws-mail
 
 LIB_DEPENDS=	rapi.2:${PORTSDIR}/palm/synce-librapi2
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 
 CONFIGURE_ARGS=	--with-libsynce=${LOCALBASE} \
 	--with-librapi2=${LOCALBASE}
diff -ur /usr/ports/mail/claws-mail-synce/distinfo /home/corn/devel/claws-mail-synce/distinfo
--- /usr/ports/mail/claws-mail-synce/distinfo	2009-01-12 13:57:46.000000000 +0100
+++ /home/corn/devel/claws-mail-synce/distinfo	2010-11-30 18:51:05.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (synce_plugin-0.7.5.tar.gz) = 6ff167726ec1ad56d5b56205922c2dd3
 SHA256 (synce_plugin-0.7.5.tar.gz) = 6efcf99b7a65ffa6373f260c44b60df6b8a104e65048671d949100d411aa3569
 SIZE (synce_plugin-0.7.5.tar.gz) = 339485
diff -ur /usr/ports/mail/claws-mail-tnef/Makefile /home/corn/devel/claws-mail-tnef/Makefile
--- /usr/ports/mail/claws-mail-tnef/Makefile	2010-10-16 13:52:18.000000000 +0200
+++ /home/corn/devel/claws-mail-tnef/Makefile	2010-11-30 18:54:20.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	tnef
-PORTVERSION=	0.3.8
-PORTREVISION=	2
+PORTVERSION=	0.3.9
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/
 PKGNAMEPREFIX=	claws-mail-
@@ -16,13 +15,16 @@
 MAINTAINER=	miwi at FreeBSD.org
 COMMENT=	TNEF parser plugin for claws-mail
 
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
 LIB_DEPENDS=	ytnef.0:${PORTSDIR}/devel/libytnef
 
+LICENSE=	GPLv3
+
 USE_GMAKE=	yes
 USE_XORG=	x11
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -ur /usr/ports/mail/claws-mail-tnef/distinfo /home/corn/devel/claws-mail-tnef/distinfo
--- /usr/ports/mail/claws-mail-tnef/distinfo	2010-05-16 11:02:52.000000000 +0200
+++ /home/corn/devel/claws-mail-tnef/distinfo	2010-11-30 18:54:38.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (tnef_parse-0.3.8.tar.gz) = a01f14845d0e46bbff36f0f2e7a011ea
-SHA256 (tnef_parse-0.3.8.tar.gz) = ac9a2b7334276651887ffa5c2e4aecf54d7dd89f9965e9fcd2b5d7bad9f21b0f
-SIZE (tnef_parse-0.3.8.tar.gz) = 384122
+SHA256 (tnef_parse-0.3.9.tar.gz) = 6448cf7fcbcc964777908852b4bcef72b510be2f1dae766739c987f6c04ba9de
+SIZE (tnef_parse-0.3.9.tar.gz) = 387010
diff -ur /usr/ports/mail/claws-mail-vcalendar/Makefile /home/corn/devel/claws-mail-vcalendar/Makefile
--- /usr/ports/mail/claws-mail-vcalendar/Makefile	2010-10-16 13:52:19.000000000 +0200
+++ /home/corn/devel/claws-mail-vcalendar/Makefile	2010-11-30 18:56:45.000000000 +0100
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	vcalendar
-PORTVERSION=	2.0.8
-PORTREVISION=	2
+PORTVERSION=	2.0.9
 CATEGORIES=	mail
 MASTER_SITES=	http://www.claws-mail.org/downloads/plugins/ \
 		${MASTER_SITE_LOCAL}
@@ -18,12 +17,15 @@
 COMMENT=	vCalendar plugin for claws-mail
 
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
-BUILD_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS=	claws-mail>=3.7.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS=	claws-mail>=3.7.7:${PORTSDIR}/mail/claws-mail
+
+LICENSE=	GPLv3
 
 USE_GMAKE=	yes
 USE_ICONV=	yes
 USE_AUTOTOOLS=	autoconf:268
+MAKE_JOBS_SAFE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
diff -ur /usr/ports/mail/claws-mail-vcalendar/distinfo /home/corn/devel/claws-mail-vcalendar/distinfo
--- /usr/ports/mail/claws-mail-vcalendar/distinfo	2010-05-16 11:02:56.000000000 +0200
+++ /home/corn/devel/claws-mail-vcalendar/distinfo	2010-11-30 18:57:41.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (vcalendar-2.0.8.tar.gz) = b79b6129381513518a13bb13f78397fa
-SHA256 (vcalendar-2.0.8.tar.gz) = c376c11f22995064b79708c4e9ff76945e33ff8eea342c11a01802422fc87058
-SIZE (vcalendar-2.0.8.tar.gz) = 820452
+SHA256 (vcalendar-2.0.9.tar.gz) = 472a29b0eeabfc8e1d3436d7c1f319b34c84ace273ba6cbba442ad22f92dc0d0
+SIZE (vcalendar-2.0.9.tar.gz) = 833858
--- claws-mail-plugins.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list