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.
Created attachment 147608 [details] Poudriere testport
You've probably meant -PORTREVISION= 1 +PORTREVISION= 2 , not removing PORTREVISION?
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
Created attachment 147631 [details] Poudriere testport
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.
Thus, I propose to only drop @dirrm* in this PR
Maybe close this one for now and revisit with the next version bump