diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-27 17:28:59 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-27 17:28:59 -0300 |
commit | f4aec877f771497bf63314883a96e73a48679c96 (patch) | |
tree | 5c0dcfa54091efb24e0d10059f232dae2074a848 /pkg_config.10.xml | |
parent | d3a371131c4a4faa25d0e89a7a919a946ad6cf76 (diff) | |
download | pfsense-packages-f4aec877f771497bf63314883a96e73a48679c96.tar.gz pfsense-packages-f4aec877f771497bf63314883a96e73a48679c96.tar.bz2 pfsense-packages-f4aec877f771497bf63314883a96e73a48679c96.zip |
Sanitize Open-VM-Tools version, add port_category, run_depends and fix pbi checking
Diffstat (limited to 'pkg_config.10.xml')
-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 9f96ed08..b35d127b 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -690,12 +690,14 @@ <descr>VMware Tools</descr> <website>http://open-vm-tools.sourceforge.net/</website> <category>Services</category> - <version>1280544_9_4</version> + <version>1280544_10</version> <status>Stable</status> <pkginfolink>https://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml</config_file> <configurationfile>open-vm-tools.xml</configurationfile> + <port_category>emulators</port_category> + <run_depends>bin/vmtoolsd:emulators/open-vm-tools-nox11</run_depends> <build_pbi> <port>emulators/open-vm-tools-nox11</port> </build_pbi> |