svn commit: r512423 - in head: devel security

Antoine Brodin antoine at FreeBSD.org
Fri Sep 20 17:06:16 UTC 2019


Author: antoine
Date: Fri Sep 20 17:06:15 2019
New Revision: 512423
URL: https://svnweb.freebsd.org/changeset/ports/512423

Log:
  Attempt to unbreak INDEX

Modified:
  head/devel/Makefile
  head/security/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Sep 20 16:56:36 2019	(r512422)
+++ head/devel/Makefile	Fri Sep 20 17:06:15 2019	(r512423)
@@ -3936,7 +3936,6 @@
     SUBDIR += php73-sysvshm
     SUBDIR += php73-tokenizer
     SUBDIR += php74-gettext
-    SUBDIR += php74-ffi
     SUBDIR += php74-intl
     SUBDIR += php74-json
     SUBDIR += php74-pcntl

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Fri Sep 20 16:56:36 2019	(r512422)
+++ head/security/Makefile	Fri Sep 20 17:06:15 2019	(r512423)
@@ -806,6 +806,7 @@
     SUBDIR += php73-openssl
     SUBDIR += php73-sodium
     SUBDIR += php74-filter
+    SUBDIR += php74-hash
     SUBDIR += php74-openssl
     SUBDIR += php74-sodium
     SUBDIR += phpsecinfo


More information about the svn-ports-all mailing list