From 8355a9e49f3484eed42a2e98a2618ef8c746fd0c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 7 Oct 2017 11:05:11 +0200 Subject: [PATCH] net/siproxd: first release; closes #246 --- net/siproxd/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile index c54982e2d..3c0e6eec8 100644 --- a/net/siproxd/Makefile +++ b/net/siproxd/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= siproxd -PLUGIN_VERSION= 0.2 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Siproxd is a proxy daemon for the SIP protocol PLUGIN_DEPENDS= siproxd PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"