diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-27 16:45:27 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-27 16:45:27 -0300 |
commit | 533bc184bc5732f2e8e75157d4104da392ac48ae (patch) | |
tree | 21232aa6674780b899914f1e64f4fae1c1abfbb4 /pkg_config.10.xml | |
parent | 277f2c1ae87c97c6eaf82b9b22cae58b9460279e (diff) | |
download | pfsense-packages-533bc184bc5732f2e8e75157d4104da392ac48ae.tar.gz pfsense-packages-533bc184bc5732f2e8e75157d4104da392ac48ae.tar.bz2 pfsense-packages-533bc184bc5732f2e8e75157d4104da392ac48ae.zip |
Sanitize ipguard version, add port_category and run_depends
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 9483df35..4686bc74 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -611,10 +611,12 @@ <config_file>https://packages.pfsense.org/packages/config/ipguard/ipguard.xml</config_file> <pkginfolink>https://forum.pfsense.org/index.php/topic,49917.msg263664.html#msg263664</pkginfolink> <depends_on_package_pbi>ipguard-1.04_2-##ARCH##.pbi</depends_on_package_pbi> - <version>1.0.4_2 pkg v.0.1</version> + <version>0.1</version> <status>beta</status> <required_version>2.2</required_version> <configurationfile>ipguard.xml</configurationfile> + <port_category>security</port_category> + <run_depends>sbin/ipguard:security/ipguard</run_depends> <build_pbi> <port>security/ipguard</port> </build_pbi> |