svn commit: r368454 - in head/devel/subversion: . files

Mathieu Arnold mat at FreeBSD.org
Thu Sep 18 13:16:13 UTC 2014


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);


More information about the svn-ports-head mailing list