diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-06-08 10:16:50 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-06-08 10:16:50 +0000 |
commit | 361a2466e2faa03ecb00ac16a4dee5c37fa003c2 (patch) | |
tree | 6935b88a71f866fd610160cdee3f26187d117580 /chat | |
parent | 5416845af3ff4dae8960197e218d1acfc41422ee (diff) | |
download | pkgsrc-361a2466e2faa03ecb00ac16a4dee5c37fa003c2.tar.gz |
Remove the stability entity, it has no meaning outside of an official context.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ejabberd/files/smf/manifest.xml | 1 | ||||
-rw-r--r-- | chat/prosody/files/smf/manifest.xml | 1 | ||||
-rw-r--r-- | chat/spectrum/files/smf/manifest.xml | 1 | ||||
-rw-r--r-- | chat/unrealircd/files/smf/manifest.xml | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/chat/ejabberd/files/smf/manifest.xml b/chat/ejabberd/files/smf/manifest.xml index 0ee8b3e81ad..6201ca31e3e 100644 --- a/chat/ejabberd/files/smf/manifest.xml +++ b/chat/ejabberd/files/smf/manifest.xml @@ -32,7 +32,6 @@ <property_group name='startd' type='framework'> <propval name='ignore_error' type='astring' value='core,signal' /> </property_group> - <stability value='Unstable' /> <template> <common_name> <loctext xml:lang='C'>ejabberd - the Erlang Jabber/XMPP daemon</loctext> diff --git a/chat/prosody/files/smf/manifest.xml b/chat/prosody/files/smf/manifest.xml index 10795ff16fe..76d8556c1f3 100644 --- a/chat/prosody/files/smf/manifest.xml +++ b/chat/prosody/files/smf/manifest.xml @@ -20,7 +20,6 @@ <property_group name="application" type="application"> <propval name="config_file" type="astring" value="@PKG_SYSCONFDIR@/prosody.cfg.lua" /> </property_group> - <stability value="Evolving" /> <template> <common_name> <loctext xml:lang="C">Prosody XMPP server</loctext> diff --git a/chat/spectrum/files/smf/manifest.xml b/chat/spectrum/files/smf/manifest.xml index f0e734b6a79..a2a2be34040 100644 --- a/chat/spectrum/files/smf/manifest.xml +++ b/chat/spectrum/files/smf/manifest.xml @@ -22,7 +22,6 @@ <propval name="config_file" type="astring" value="@PKG_SYSCONFDIR@/spectrum.cfg" /> </property_group> </instance> - <stability value="Evolving" /> <template> <common_name> <loctext xml:lang="C">Spectrum XMPP gateway</loctext> diff --git a/chat/unrealircd/files/smf/manifest.xml b/chat/unrealircd/files/smf/manifest.xml index 1f6e474aef8..b6c9583ced9 100644 --- a/chat/unrealircd/files/smf/manifest.xml +++ b/chat/unrealircd/files/smf/manifest.xml @@ -23,7 +23,6 @@ <property_group name="application" type="application"> <propval name="config_file" type="astring" value="@UIRCD_HOME@/unrealircd.conf" /> </property_group> - <stability value="Evolving" /> <template> <common_name> <loctext xml:lang="C">UnrealIRCD IRC server</loctext> |