svn commit: r493849 - in head/lang: php72-extensions php73-extensions

Torsten Zuehlsdorff tz at FreeBSD.org
Mon Feb 25 10:39:24 UTC 2019


Author: tz
Date: Mon Feb 25 10:39:22 2019
New Revision: 493849
URL: https://svnweb.freebsd.org/changeset/ports/493849

Log:
  php7(2|3)-extensions/pkg-descr: Fix typo in pkg-descr
  
  pkg-descr states falsely that its the meta-port for PHP 7.1, even
  for PHP 7.2 and 7.3. This commit fixes the typo for each version.
  
  Reported by:	leres at freebsd.org

Modified:
  head/lang/php72-extensions/pkg-descr
  head/lang/php73-extensions/pkg-descr

Modified: head/lang/php72-extensions/pkg-descr
==============================================================================
--- head/lang/php72-extensions/pkg-descr	Mon Feb 25 10:22:53 2019	(r493848)
+++ head/lang/php72-extensions/pkg-descr	Mon Feb 25 10:39:22 2019	(r493849)
@@ -1,4 +1,4 @@
-This is a "meta-port" to install the extensions for PHP 7.1.
+This is a "meta-port" to install the extensions for PHP 7.2.
 
 Defaults to:
 ctype, dom, filter, hash, iconv, json, pdo, pdo_sqlite, phar, posix,

Modified: head/lang/php73-extensions/pkg-descr
==============================================================================
--- head/lang/php73-extensions/pkg-descr	Mon Feb 25 10:22:53 2019	(r493848)
+++ head/lang/php73-extensions/pkg-descr	Mon Feb 25 10:39:22 2019	(r493849)
@@ -1,4 +1,4 @@
-This is a "meta-port" to install the extensions for PHP 7.1.
+This is a "meta-port" to install the extensions for PHP 7.3.
 
 Defaults to:
 ctype, dom, filter, hash, iconv, json, pdo, pdo_sqlite, phar, posix,


More information about the svn-ports-head mailing list