svn commit: r325217 - in head/Mk: . Uses

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 22 17:09:47 UTC 2013


Author: sunpoet
Date: Thu Aug 22 17:09:46 2013
New Revision: 325217
URL: http://svnweb.freebsd.org/changeset/ports/325217

Log:
  - Sync comment with default PERL_VERSION

Modified:
  head/Mk/Uses/perl5.mk
  head/Mk/bsd.perl.mk

Modified: head/Mk/Uses/perl5.mk
==============================================================================
--- head/Mk/Uses/perl5.mk	Thu Aug 22 17:03:43 2013	(r325216)
+++ head/Mk/Uses/perl5.mk	Thu Aug 22 17:09:46 2013	(r325217)
@@ -15,8 +15,8 @@
 #
 # PERL_LEVEL	- Perl version as an integer of the form MNNNPP, where
 #				  M is major version, N is minor version, and P is
-#				  the patch level. E.g., PERL_VERSION=5.14.2 would give
-#				  a PERL_LEVEL of 501402. This can be used in comparisons
+#				  the patch level. E.g., PERL_VERSION=5.14.4 would give
+#				  a PERL_LEVEL of 501404. This can be used in comparisons
 #				  to determine if the version of perl is high enough,
 #				  whether a particular dependency is needed, etc.
 # PERL_ARCH		- Directory name of architecture dependent libraries

Modified: head/Mk/bsd.perl.mk
==============================================================================
--- head/Mk/bsd.perl.mk	Thu Aug 22 17:03:43 2013	(r325216)
+++ head/Mk/bsd.perl.mk	Thu Aug 22 17:09:46 2013	(r325217)
@@ -24,8 +24,8 @@
 #
 # PERL_LEVEL	- Perl version as an integer of the form MNNNPP, where
 #				  M is major version, N is minor version, and P is
-#				  the patch level. E.g., PERL_VERSION=5.14.2 would give
-#				  a PERL_LEVEL of 501402. This can be used in comparisons
+#				  the patch level. E.g., PERL_VERSION=5.14.4 would give
+#				  a PERL_LEVEL of 501404. This can be used in comparisons
 #				  to determine if the version of perl is high enough,
 #				  whether a particular dependency is needed, etc.
 # PERL_ARCH		- Directory name of architecture dependent libraries


More information about the svn-ports-head mailing list