diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-09 16:45:06 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-09 16:45:06 -0300 |
commit | 77cafbd3579c8207d652a56994789e4b060b87e8 (patch) | |
tree | 285cb47c3731b9a859405c32a78b4fc39e3df1ad | |
parent | 5e40796005b1c03857e2d6625286a754f59d9d21 (diff) | |
download | pfsense-packages-77cafbd3579c8207d652a56994789e4b060b87e8.tar.gz pfsense-packages-77cafbd3579c8207d652a56994789e4b060b87e8.tar.bz2 pfsense-packages-77cafbd3579c8207d652a56994789e4b060b87e8.zip |
bind - include pbi and fix file download path
-rw-r--r-- | config/bind/bind.xml | 4 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/config/bind/bind.xml b/config/bind/bind.xml index d0d67bc4..d50514e0 100644 --- a/config/bind/bind.xml +++ b/config/bind/bind.xml @@ -91,12 +91,12 @@ <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> - <item>http://www.useb.org.br/packages/config/bind/bind.xml</item> + <item>http://www.pfsense.org/packages/config/bind/bind.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> - <item>http://www.useb.org.br/packages/config/bind/bind_views.xml</item> + <item>http://www.pfsense.org/packages/config/bind/bind_views.xml</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/</prefix> diff --git a/pkg_config.8.xml b/pkg_config.8.xml index a586ea64..10a3b44a 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -59,7 +59,7 @@ <config_file>http://www.pfsense.com/packages/config/bind/bind.xml</config_file> <configurationfile>bind.xml</configurationfile> <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> - <!-- <depends_on_package_pbi>bind-i386.pbi</depends_on_package_pbi> --> + <depends_on_package_pbi>bind-9.9.4-i386.pbi</depends_on_package_pbi> <build_port_path>/usr/ports/dns/bind99</build_port_path> <build_pbi> <custom_name>bind</custom_name> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index e3c48191..4bb9e694 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -59,7 +59,7 @@ <config_file>http://www.pfsense.com/packages/config/bind/bind.xml</config_file> <configurationfile>bind.xml</configurationfile> <depends_on_package_base_url>http://files.pfsense.org/packages/amd64/8/All/</depends_on_package_base_url> - <!--<depends_on_package_pbi>bind-amd64.pbi</depends_on_package_pbi>--> + <depends_on_package_pbi>bind-9.9.4-amd64.pbi</depends_on_package_pbi> <build_port_path>/usr/ports/dns/bind99</build_port_path> <build_pbi> <custom_name>bind</custom_name> |