diff options
-rw-r--r-- | pkg_config.10.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index c9e8d56b..277c6d68 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -140,22 +140,26 @@ </package> <package> <name>haproxy-1_5</name> + <internal_name>haproxy</internal_name> <pkginfolink>https://doc.pfsense.org/index.php/haproxy_package</pkginfolink> <descr><![CDATA[The Reliable, High Performance TCP/HTTP(S) Load Balancer<br /> This package implements the TCP, HTTP and HTTPS balancing features from haproxy.<br /> Supports ACLs for smart backend switching.]]></descr> <website>http://haproxy.1wt.eu/</website> <category>Services</category> - <version>1.5.11 pkg v 0.23</version> + <version>0.23</version> <status>Release</status> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/haproxy1_5/haproxy.xml</config_file> <configurationfile>haproxy.xml</configurationfile> + <run_depends>sbin/haproxy:net/haproxy</run_depends> + <port_category>net</port_category> + <conflicts>haproxy-devel</conflicts> <depends_on_package_pbi>haproxy-devel-1.5.11-##ARCH##.pbi</depends_on_package_pbi> <build_pbi> <ports_before>security/openssl</ports_before> <custom_name>haproxy-devel</custom_name> - <port>/usr/ports/net/haproxy</port> + <port>net/haproxy</port> </build_pbi> <build_options>WITH_OPENSSL_PORT=yes;haproxy_UNSET_FORCE=DPCRE;haproxy_SET_FORCE=OPENSSL SPCRE</build_options> </package> @@ -167,16 +171,19 @@ Supports ACLs for smart backend switching.]]></descr> <website>http://haproxy.1wt.eu/</website> <category>Services</category> - <version>1.5.11 pkg v 0.23</version> + <version>0.23</version> <status>Release</status> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/haproxy-devel/haproxy.xml</config_file> <configurationfile>haproxy.xml</configurationfile> + <run_depends>sbin/haproxy:net/haproxy</run_depends> + <port_category>net</port_category> + <conflicts>haproxy</conflicts> <depends_on_package_pbi>haproxy-devel-1.5.11-##ARCH##.pbi</depends_on_package_pbi> <build_pbi> <ports_before>security/openssl</ports_before> <custom_name>haproxy-devel</custom_name> - <port>/usr/ports/net/haproxy</port> + <port>net/haproxy</port> </build_pbi> <build_options>WITH_OPENSSL_PORT=yes;haproxy_UNSET_FORCE=DPCRE;haproxy_SET_FORCE=OPENSSL SPCRE</build_options> </package> |