Bug 193880

Summary: [patch] Upgrade mail/gmime26 to 2.6.20
Product: Ports & Packages Reporter: Alan Hicks <ahicks>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: amdmi3
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to bump revision
none
Poudriere testport
none
Patch to remove revision and reduce deprecated warning
none
Poudriere testport none

Description Alan Hicks 2014-09-23 17:48:33 UTC
Created attachment 147606 [details]
Patch to bump revision

Bump revision for mail/gmime26-sharp following upgrade of mail/gmime26 to 2.6.20
see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193143

2014-02-19  Jeffrey Stedfast  <fejj@gnome.org>

	* README: Bumped version

	* configure.ac: Bumped version to 2.6.20

2014-02-19  Jeffrey Stedfast  <fejj@gnome.org>

	* gmime/gmime-parser.c (parser_scan_content): Improved performance
	by using a SIMD hack when scanning for the end of a line.

2014-02-19  Jeffrey Stedfast  <fejj@gnome.org>

	* gmime/gmime-message.c (message_remove_header): Don't clear the
	mime_part header stream unless we actually remove a header.
	(message_write_to_stream): Only add nwritten to the total if we've
	written a MIME-Version header.

2013-12-29  Jeffrey Stedfast  <fejj@gnome.org>

	* gmime/gmime-object.c
	(g_mime_object_set_content_disposition_parameter): Unref the
	disposition. Thanks to Mario Theodoridis for this patch.

2013-11-02  Jeffrey Stedfast  <fejj@gnome.org>

	* gmime/gmime-message.c (write_references): Don't write out 2
	spaces between the ':' and the first message-id. Fixes bug
	#711305.
Comment 1 Alan Hicks 2014-09-23 17:49:30 UTC
Created attachment 147608 [details]
Poudriere testport
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2014-09-23 18:17:10 UTC
You've probably meant

-PORTREVISION=	1
+PORTREVISION=	2

, not removing PORTREVISION?
Comment 3 Alan Hicks 2014-09-24 08:44:06 UTC
Created attachment 147630 [details]
Patch to remove revision and reduce deprecated warning

Remove portrevision after version bump, thanks for spotting my previous error.
Also fix pkg-static: Warning: @dirrm is deprecated please use @dir
Comment 4 Alan Hicks 2014-09-24 08:45:04 UTC
Created attachment 147631 [details]
Poudriere testport
Comment 5 Dmitry Marakasov freebsd_committer freebsd_triage 2014-09-24 15:46:29 UTC
Sorry, I've missed that it takes version from gmime26 and it was increased.

Well, it's too late to remove PORTREVISION as it would make package version go backwards. I though you wanted to bump it, but it's of course not needed as version was increased.

Regarding the directory, all @dirrm* may be dropped now, as pkg handes them on its own. @dir would only be needed if the directory was empty.
Comment 6 Dmitry Marakasov freebsd_committer freebsd_triage 2014-09-24 15:48:08 UTC
Thus, I propose to only drop @dirrm* in this PR
Comment 7 Alan Hicks 2014-09-25 09:30:09 UTC
Maybe close this one for now and revisit with the next version bump