diff options
author | mat <mat@FreeBSD.org> | 2014-07-29 00:08:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-07-29 00:08:00 +0800 |
commit | fd10a25a138197cb85b785d13472c321730074f4 (patch) | |
tree | d878700b577876ef024c1124281794613feb0f8f | |
parent | 37958fd30c0f5d1d3217f284283f4b34bb725d06 (diff) | |
download | freebsd-ports-gnome-fd10a25a138197cb85b785d13472c321730074f4.tar.gz freebsd-ports-gnome-fd10a25a138197cb85b785d13472c321730074f4.tar.zst freebsd-ports-gnome-fd10a25a138197cb85b785d13472c321730074f4.zip |
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
-rw-r--r-- | devel/p5-Module-Build-Tiny/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Module-Build/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/p5-Module-Build-Tiny/Makefile b/devel/p5-Module-Build-Tiny/Makefile index f44921b17dd7..8ca2b7ad8d87 100644 --- a/devel/p5-Module-Build-Tiny/Makefile +++ b/devel/p5-Module-Build-Tiny/Makefile @@ -1,8 +1,9 @@ # Created by: Sunpoet Po-Chuan Hsieh <sunpoet@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 diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index 542fcf1f201b..bdd71aa9a4b8 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -1,8 +1,9 @@ # Created by: Dmitry Sivachenko <demon@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 |