Bug 181777 - [Maintainer update] Upgrade mail/gmime26 from 2.6.16 to 2.6.17
Summary: [Maintainer update] Upgrade mail/gmime26 from 2.6.16 to 2.6.17
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-03 12:30 UTC by Alan Hicks
Modified: 2013-09-03 17:00 UTC (History)
0 users

See Also:


Attachments
gmime26-2616-2617.diff (820 bytes, patch)
2013-09-03 12:30 UTC, Alan Hicks
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Hicks 2013-09-03 12:30:01 UTC
Update GMime from 2.6.16 to 2.6.17
Changes are:
If no Content-Type header exists and the parent is a multipart/digest,
default to message/rfc822 instead of text/plain.
New convenience function to check that the text matches a boundary,
possibly followed by lwsp.
Fixed to properly handle a 0-byte substream at the end of the very last
source stream.

Fix: Apply patch to update to 2.6.17
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-03 13:31:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-03 16:59:36 UTC
Author: wg
Date: Tue Sep  3 15:59:29 2013
New Revision: 326162
URL: http://svnweb.freebsd.org/changeset/ports/326162

Log:
  mail/gmime26: update to 2.6.17
  
  - Update to 2.6.17 [1]
  - Convert to USES gmake
  
  PR:		ports/181777
  Submitted by:	Alan Hicks <ahicks p-o.co.uk> (maintainer)

Modified:
  head/mail/gmime26/Makefile
  head/mail/gmime26/distinfo

Modified: head/mail/gmime26/Makefile
==============================================================================
--- head/mail/gmime26/Makefile	Tue Sep  3 15:28:40 2013	(r326161)
+++ head/mail/gmime26/Makefile	Tue Sep  3 15:59:29 2013	(r326162)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gmime
-PORTVERSION=	2.6.16
+PORTVERSION=	2.6.17
 PORTREVISION?=	0
 CATEGORIES?=	mail
 MASTER_SITES=	GNOME
@@ -18,10 +18,9 @@ CONFLICTS=	gmime-1.0.*
 SLAVEDIRS=	mail/gmime26-sharp
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}26
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 USE_GNOME+=	glib20 ltverhack
-USES=		pathfix pkgconfig iconv
+USES=		gmake pathfix pkgconfig iconv
 USE_LDCONFIG=	yes
 USE_XZ=		yes
 GNU_CONFIGURE=	yes

Modified: head/mail/gmime26/distinfo
==============================================================================
--- head/mail/gmime26/distinfo	Tue Sep  3 15:28:40 2013	(r326161)
+++ head/mail/gmime26/distinfo	Tue Sep  3 15:59:29 2013	(r326162)
@@ -1,2 +1,2 @@
-SHA256 (gmime-2.6.16.tar.xz) = 1093c2c9b4644d53b9c2df30042b3c4c2e9141d3e65e299030d227485d95c8af
-SIZE (gmime-2.6.16.tar.xz) = 739160
+SHA256 (gmime-2.6.17.tar.xz) = 22d49e57c404a0a68d1ac3426c8f23a39185a4b2d569de03bece07db03d1202f
+SIZE (gmime-2.6.17.tar.xz) = 739208
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-09-03 16:59:43 UTC
State Changed
From-To: open->closed

Committed. Thanks!