Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2018 09:34:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472372 - head/graphics/php-facedetect
Message-ID:  <201806140934.w5E9YWJ5056510@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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