diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-22 16:38:50 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-22 16:38:50 -0300 |
commit | a5cc53ad90b72fa164892154156897ae48802abc (patch) | |
tree | ea12ba4d89467e5ab0ce3445244441b9f824d598 | |
parent | e8b0a9e9f8f3ea556a3c0f7b8d703fb9efcd5639 (diff) | |
download | pfsense-packages-a5cc53ad90b72fa164892154156897ae48802abc.tar.gz pfsense-packages-a5cc53ad90b72fa164892154156897ae48802abc.tar.bz2 pfsense-packages-a5cc53ad90b72fa164892154156897ae48802abc.zip |
Sanitize bind version, add run_depends and port_category
-rw-r--r-- | pkg_config.10.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 6fced642..98e2acb2 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -56,11 +56,13 @@ <descr><![CDATA[The most widely used name server software]]></descr> <website>http://www.isc.org/downloads/BIND/</website> <category>Services</category> - <version>9.9.6P1_3 pkg v 0.3.9</version> + <version>0.3.9</version> <status>RC</status> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/bind/bind.xml</config_file> <configurationfile>bind.xml</configurationfile> + <run_depends>bin/bind9-config:dns/bind99</run_depends> + <port_category>dns</port_category> <depends_on_package_pbi>bind-9.9.6P1_3-##ARCH##.pbi</depends_on_package_pbi> <build_pbi> <custom_name>bind</custom_name> |