Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2020 12:07:16 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553262 - in head/graphics/php-facedetect: . files
Message-ID:  <202010251207.09PC7GqV028654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Sun Oct 25 12:07:16 2020
New Revision: 553262
URL: https://svnweb.freebsd.org/changeset/ports/553262

Log:
  Update graphics/php-facedetect to git commit 2a8974b
  
  - fixes for PHP 8
  - support for OpenCV 4.5

Deleted:
  head/graphics/php-facedetect/files/
Modified:
  head/graphics/php-facedetect/Makefile
  head/graphics/php-facedetect/distinfo

Modified: head/graphics/php-facedetect/Makefile
==============================================================================
--- head/graphics/php-facedetect/Makefile	Sun Oct 25 11:52:38 2020	(r553261)
+++ head/graphics/php-facedetect/Makefile	Sun Oct 25 12:07:16 2020	(r553262)
@@ -3,7 +3,7 @@
 
 PORTNAME=	facedetect
 PORTVERSION=	1.1
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	graphics
 PKGNAMEPREFIX=	${PHP_PKGNAMEPREFIX}
 
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libopencv_objdetect.so:graphics/opencv
 USE_GITHUB=	yes
 GH_ACCOUNT=	infusion
 GH_PROJECT=	PHP-Facedetect
-GH_TAGNAME=	4b1dfe1
+GH_TAGNAME=	2a8974b
 
 LIBS+=		-lopencv_core
 

Modified: head/graphics/php-facedetect/distinfo
==============================================================================
--- head/graphics/php-facedetect/distinfo	Sun Oct 25 11:52:38 2020	(r553261)
+++ head/graphics/php-facedetect/distinfo	Sun Oct 25 12:07:16 2020	(r553262)
@@ -1,2 +1,3 @@
-SHA256 (infusion-PHP-Facedetect-1.1-4b1dfe1_GH0.tar.gz) = bd628c0072750172a9234676a3a9b555ca5f46fc2f402c1ff49d8b984669e45a
-SIZE (infusion-PHP-Facedetect-1.1-4b1dfe1_GH0.tar.gz) = 2968
+TIMESTAMP = 1603627339
+SHA256 (infusion-PHP-Facedetect-1.1-2a8974b_GH0.tar.gz) = 344e928acb6c6b3228832d5333456ab99454b313bd49034d2abc9e9cc55893ea
+SIZE (infusion-PHP-Facedetect-1.1-2a8974b_GH0.tar.gz) = 4895



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010251207.09PC7GqV028654>