svn commit: r363195 - in head/devel: p5-Module-Build p5-Module-Build-Tiny

Mathieu Arnold mat at FreeBSD.org
Mon Jul 28 16:08:01 UTC 2014


Author: mat
Date: Mon Jul 28 16:08:00 2014
New Revision: 363195
URL: http://svnweb.freebsd.org/changeset/ports/363195
QAT: https://qat.redports.org/buildarchive/r363195/

Log:
  Reword the comment here so that updating the build depends version is not
  forced here if it is not needed.
  
  With hat:	perl@
  Sponsored by:	Absolight

Modified:
  head/devel/p5-Module-Build-Tiny/Makefile
  head/devel/p5-Module-Build/Makefile

Modified: head/devel/p5-Module-Build-Tiny/Makefile
==============================================================================
--- head/devel/p5-Module-Build-Tiny/Makefile	Mon Jul 28 16:03:51 2014	(r363194)
+++ head/devel/p5-Module-Build-Tiny/Makefile	Mon Jul 28 16:08:00 2014	(r363195)
@@ -1,8 +1,9 @@
 # Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
 #
-# Do not forget to update p5-Module-Build-Tiny version in Mk/Uses/perl5.mk
-# while updating this port!
+# If you have compelling evidence that some ports need at least this version of
+# p5-Module-Build-Tiny to build, be sure to update the BUILD_DEPENDS version in
+# Mk/Uses/perl5.mk.
 
 PORTNAME=	Module-Build-Tiny
 PORTVERSION=	0.037

Modified: head/devel/p5-Module-Build/Makefile
==============================================================================
--- head/devel/p5-Module-Build/Makefile	Mon Jul 28 16:03:51 2014	(r363194)
+++ head/devel/p5-Module-Build/Makefile	Mon Jul 28 16:08:00 2014	(r363195)
@@ -1,8 +1,9 @@
 # Created by: Dmitry Sivachenko <demon at FreeBSD.org>
 # $FreeBSD$
 #
-# Do not forget to update p5-Module-Build version in Mk/Uses/perl5.mk
-# while updating this port!
+# If you have compelling evidence that some ports need at least this version of
+# p5-Module-Build to build, be sure to update the BUILD_DEPENDS version in
+# Mk/Uses/perl5.mk.
 
 PORTNAME=	Module-Build
 PORTVERSION=	0.4206


More information about the svn-ports-all mailing list