Date: Thu, 18 Sep 2014 13:16:12 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368454 - in head/devel/subversion: . files Message-ID: <201409181316.s8IDGCpo030607@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Sep 18 13:16:12 2014 New Revision: 368454 URL: http://svnweb.freebsd.org/changeset/ports/368454 QAT: https://qat.redports.org/buildarchive/r368454/ Log: Make the comment about Differential Revision more accurate. Sponsored by: Absolight Modified: head/devel/subversion/Makefile.common head/devel/subversion/files/extra-patch-fbsd-template Modified: head/devel/subversion/Makefile.common ============================================================================== --- head/devel/subversion/Makefile.common Thu Sep 18 13:14:36 2014 (r368453) +++ head/devel/subversion/Makefile.common Thu Sep 18 13:16:12 2014 (r368454) @@ -3,7 +3,7 @@ PORTNAME?= subversion PORTVERSION= 1.8.10 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES+= devel MASTER_SITES= ${MASTER_SITE_APACHE} DIST_SUBDIR= subversion18 Modified: head/devel/subversion/files/extra-patch-fbsd-template ============================================================================== --- head/devel/subversion/files/extra-patch-fbsd-template Thu Sep 18 13:14:36 2014 (r368453) +++ head/devel/subversion/files/extra-patch-fbsd-template Thu Sep 18 13:16:12 2014 (r368454) @@ -106,7 +106,7 @@ + svn_stringbuf_appendcstr(default_msg, APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> Description of fields to fill in above: 76 columns --|" APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> PR: If a GNATS PR is affected by the change." APR_EOL_STR); -+ svn_stringbuf_appendcstr(default_msg, "> Differential Revision: If a Phabric differential is affected by the change." APR_EOL_STR); ++ svn_stringbuf_appendcstr(default_msg, "> Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed)." APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> Submitted by: If someone else sent in the change." APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> Reviewed by: If someone else reviewed your modification." APR_EOL_STR); + svn_stringbuf_appendcstr(default_msg, "> Approved by: If you needed approval for this commit." APR_EOL_STR);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181316.s8IDGCpo030607>