svn commit: r425593 - head/www/yourls

Jan Beich jbeich at FreeBSD.org
Mon Nov 7 04:28:16 UTC 2016


Author: jbeich
Date: Mon Nov  7 04:28:14 2016
New Revision: 425593
URL: https://svnweb.freebsd.org/changeset/ports/425593

Log:
  www/yourls: unbreak with lang/php70 to fix #56
  
  Unknown extension mysql for PHP 70.
  
  PR:		214211
  Submitted by:	@zilon84 (via GitHub)

Modified:
  head/www/yourls/Makefile   (contents, props changed)

Modified: head/www/yourls/Makefile
==============================================================================
--- head/www/yourls/Makefile	Mon Nov  7 03:09:07 2016	(r425592)
+++ head/www/yourls/Makefile	Mon Nov  7 04:28:14 2016	(r425593)
@@ -3,6 +3,7 @@
 
 PORTNAME=	yourls
 PORTVERSION=	1.7.1
+PORTREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	ports at FreeBSD.org
@@ -19,7 +20,7 @@ NO_BUILD=	yes
 NO_ARCH=	yes
 
 USES=		cpe
-USE_PHP=	bcmath curl json mysql pcre xml
+USE_PHP=	bcmath curl json mysqli pcre xml
 
 SUB_LIST+=	PKGNAME=${PKGNAME}
 SUB_FILES+=	pkg-message


More information about the svn-ports-all mailing list