ports/109094: [patch] mail/dbmail: update to 2.2.2

Mark Starovoytov mark_sf at kikg.ifmo.ru
Mon Feb 12 16:30:04 UTC 2007


>Number:         109094
>Category:       ports
>Synopsis:       [patch] mail/dbmail: update to 2.2.2
>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:   Mon Feb 12 16:30:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Mark Starovoytov
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD relay.rubinrelax.spb.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Dec 20 12:50:35 MSK 2006 root at relay.rubinrelax.spb.ru:/usr/obj/usr/src/sys/2828_61_03 i386
>Description:
Update mail/dbmail port to the latest stable version 2.2.2
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN ./dbmail.orig/Makefile ./dbmail/Makefile
--- ./dbmail.orig/Makefile	Wed Dec 20 13:27:33 2006
+++ ./dbmail/Makefile	Mon Feb 12 18:58:45 2007
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	dbmail
-PORTVERSION=	2.2.1
-PORTREVISION=	1
+PORTVERSION=	2.2.2
 CATEGORIES=	mail
 MASTER_SITES=	http://www.dbmail.org/download/2.2/
 
diff -urN ./dbmail.orig/distinfo ./dbmail/distinfo
--- ./dbmail.orig/distinfo	Tue Nov 28 10:00:28 2006
+++ ./dbmail/distinfo	Mon Feb 12 19:02:20 2007
@@ -1,3 +1,3 @@
-MD5 (dbmail-2.2.1.tar.gz) = 0023c5b55bdd2856ed4ec44c729adfdd
-SHA256 (dbmail-2.2.1.tar.gz) = dd783cc7cb344a64a34e73721cfc4d95b0458d5465167ff07a592767e9b02074
-SIZE (dbmail-2.2.1.tar.gz) = 848546
+MD5 (dbmail-2.2.2.tar.gz) = 7a1a0940d3ec07dc55c7e49412298b0a
+SHA256 (dbmail-2.2.2.tar.gz) = fdf8327addcd6edb379debffe56584020e7e477a3d101e8c8d0d5d992e00b4c2
+SIZE (dbmail-2.2.2.tar.gz) = 855310
diff -urN ./dbmail.orig/files/patch-2.2.1_001_461 ./dbmail/files/patch-2.2.1_001_461
--- ./dbmail.orig/files/patch-2.2.1_001_461	Wed Dec 20 13:27:33 2006
+++ ./dbmail/files/patch-2.2.1_001_461	Thu Jan  1 03:00:00 1970
@@ -1,31 +0,0 @@
-Index: misc.c
-===================================================================
---- misc.c	(revision 2388)
-+++ misc.c	(revision 2390)
-@@ -2112,8 +2112,14 @@
- 	char prev,next=0;
- 	unsigned incode=0, inquote=0;
- 	size_t i, l;
--	GString *s = g_string_new("");
-+	GString *s;
-+
-+	if (!a)
-+		return g_strdup("");
-+	if (!a[0])
-+		return g_strdup("");
- 	
-+	s = g_string_new("");
- 	t = g_strdup(a);
- 	inptr = t;
- 	inptr = g_strstrip(inptr);
-@@ -2130,9 +2136,8 @@
- 	}
- 
- 	l = strlen(inptr);
-+	for (i = 0; i < l - 1; i++) {
- 
--	for (i=0; i<l-1; i++) {
--
- 		next=inptr[i+1];
- 
- 		if (inptr[i] == '<')

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



More information about the freebsd-ports-bugs mailing list