diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-27 17:36:31 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-27 17:36:31 -0300 |
commit | 31be9bd8e0f10b68612689b6fdcc5bb4e0b76740 (patch) | |
tree | 9d57e457a5c7f73b43ec79e2bc29415dbfdc8de8 | |
parent | f4aec877f771497bf63314883a96e73a48679c96 (diff) | |
download | pfsense-packages-31be9bd8e0f10b68612689b6fdcc5bb4e0b76740.tar.gz pfsense-packages-31be9bd8e0f10b68612689b6fdcc5bb4e0b76740.tar.bz2 pfsense-packages-31be9bd8e0f10b68612689b6fdcc5bb4e0b76740.zip |
Sanitize arping version, add port_category and run_depends
-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 b35d127b..87fb24c6 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -721,12 +721,14 @@ <descr>Broadcasts a who-has ARP packet on the network and prints answers. </descr> <website>http://www.habets.pp.se/synscan/programs.php?prog=arping</website> <category>Services</category> - <version>2.14_1 v1.1</version> + <version>1.1</version> <status>Stable</status> <required_version>2.2</required_version> <config_file>https://packages.pfsense.org/packages/config/arping/arping.xml</config_file> <configurationfile>arping.xml</configurationfile> <depends_on_package_pbi>arping-2.14_1-##ARCH##.pbi</depends_on_package_pbi> + <port_category>net</port_category> + <run_depends>sbin/arping:net/arping</run_depends> <build_pbi> <port>net/arping</port> </build_pbi> |