bandwidthd-php: migrate to php7
authorMichael Heimpold <mhei@heimpold.de>
Wed, 5 Oct 2016 20:09:25 +0000 (22:09 +0200)
committerMichael Heimpold <mhei@heimpold.de>
Thu, 6 Oct 2016 16:38:47 +0000 (18:38 +0200)
Package maintainer reported off-list, that the package
also works with php7. So lets migrate the dependencies
to prepare the php5 removal.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
utils/bandwidthd-php/Makefile

index 29a19ecf12217cc08990ad52a7ac90453ead388f..c71d798dcdb34413cd1b1aaac06d52c50cd97866 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=bandwidthd-php
 PKG_VERSION:=2.0.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_MAINTAINER:=Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
 
@@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/bandwidthd-php
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS:=+libpcre +libxml2 +php5 +php5-cgi +php5-mod-pgsql +php5-mod-gd
+  DEPENDS:=+libpcre +libxml2 +php7 +php7-cgi +php7-mod-pgsql +php7-mod-gd
   TITLE:=PHP files to graph bandwidthd data in a postgresql database
   URL:=http://bandwidthd.sourceforge.net/
 endef