Created attachment 157048 [details] update mod_rivet to 2.2.3 mod_rivet 2.2.3 was released May 21, 2015: https://tcl.apache.org/rivet/html/rn-2-2.html
I approve of my patch.
Looks good, however it'd be nice to convert post-install: message to pkg-message, so message could be seen by binary package users, add LICENSE_FILE and silence post-patch:.
Created attachment 157206 [details] update mod_rivet to 2.2.3 with pkg-message Implement suggestions from Dmitry Marakasov
Comment on attachment 157048 [details] update mod_rivet to 2.2.3 obsoleted by newer patch
The patch doesn't contain pkg-message (did you forget to `svn add')?
Created attachment 157207 [details] update mod_rivet to 2.2.3, really include pkg-message
Comment on attachment 157048 [details] update mod_rivet to 2.2.3 >diff -ur mod_rivet.orig/Makefile mod_rivet/Makefile >--- mod_rivet.orig/Makefile 2015-05-22 02:29:52.140968861 +0000 >+++ mod_rivet/Makefile 2015-05-22 02:30:05.012968444 +0000 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/www/mod_rivet/Makefile 386312 2015-05-14 10:15:04Z mat $ > > PORTNAME= mod_rivet >-PORTVERSION= 2.2.2 >+PORTVERSION= 2.2.3 > CATEGORIES= www tcl > MASTER_SITES= APACHE/tcl/rivet > DISTNAME= rivet-${PORTVERSION} >diff -ur mod_rivet.orig/distinfo mod_rivet/distinfo >--- mod_rivet.orig/distinfo 2015-05-22 02:29:52.139970316 +0000 >+++ mod_rivet/distinfo 2015-05-22 02:31:16.668965826 +0000 >@@ -1,2 +1,2 @@ >-SHA256 (rivet-2.2.2.tar.gz) = 693ac67ad1af5576968fe6d274e8e518ad8cc06a5fa2c6e8b958f24636c55692 >-SIZE (rivet-2.2.2.tar.gz) = 1177800 >+SHA256 (rivet-2.2.3.tar.gz) = d5f6cae2a09999e59f3f7eef73d55f50ab29ee4277c92c5e6e50e4b165fc7d16 >+SIZE (rivet-2.2.3.tar.gz) = 1171217
A commit references this bug: Author: amdmi3 Date: Thu May 28 06:13:05 UTC 2015 New revision: 387701 URL: https://svnweb.freebsd.org/changeset/ports/387701 Log: - Update to 2.2.3 - Convert munch of Makefile echo's to pkg-mesage - Add LICENSE_FILE - Silence post-patch PR: 200396 Submitted by: jeff@bovine.net (maintainer) Changes: head/www/mod_rivet/Makefile head/www/mod_rivet/distinfo head/www/mod_rivet/files/ head/www/mod_rivet/files/pkg-message.in