svn commit: r472372 - head/graphics/php-facedetect

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 14 09:34:33 UTC 2018


Author: amdmi3
Date: Thu Jun 14 09:34:31 2018
New Revision: 472372
URL: https://svnweb.freebsd.org/changeset/ports/472372

Log:
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/php-facedetect/Makefile
  head/graphics/php-facedetect/pkg-descr

Modified: head/graphics/php-facedetect/Makefile
==============================================================================
--- head/graphics/php-facedetect/Makefile	Thu Jun 14 09:33:07 2018	(r472371)
+++ head/graphics/php-facedetect/Makefile	Thu Jun 14 09:34:31 2018	(r472372)
@@ -19,10 +19,9 @@ GH_ACCOUNT=	infusion
 GH_PROJECT=	PHP-Facedetect
 GH_TAGNAME=	4b1dfe1
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LIBS+=		-L${LOCALBASE}/lib -lopencv_core
+LIBS+=		-lopencv_core
 
-USES=		php:ext
+USES=		localbase php:ext
 
 CONFIGURE_ARGS+=	--with-facedetect
 

Modified: head/graphics/php-facedetect/pkg-descr
==============================================================================
--- head/graphics/php-facedetect/pkg-descr	Thu Jun 14 09:33:07 2018	(r472371)
+++ head/graphics/php-facedetect/pkg-descr	Thu Jun 14 09:34:31 2018	(r472372)
@@ -3,4 +3,4 @@ The extension offers two new functions. In principle, 
 their return value. The first returns only the number of faces found on the
 given image and the other an associative array of their coordinates.
 
-WWW: http://www.xarg.org/project/php-facedetect/
+WWW: https://www.xarg.org/project/php-facedetect/


More information about the svn-ports-all mailing list