diff --git a/net/l2tp/Makefile b/net/l2tp/Makefile index e80b81de2..9a0bd86d9 100644 --- a/net/l2tp/Makefile +++ b/net/l2tp/Makefile @@ -1,7 +1,5 @@ PLUGIN_NAME= l2tp -PLUGIN_PRIVATE= yes -PLUGIN_VERSION= 0.5 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.0 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= LT2P server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/pppoe/Makefile b/net/pppoe/Makefile index cc8c54a53..f10ff921f 100644 --- a/net/pppoe/Makefile +++ b/net/pppoe/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= pppoe -PLUGIN_PRIVATE= yes -PLUGIN_VERSION= 0.5 +PLUGIN_VERSION= 1.0 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= PPPoE server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org diff --git a/net/pptp/Makefile b/net/pptp/Makefile index 9f11ea9f3..c32f03ece 100644 --- a/net/pptp/Makefile +++ b/net/pptp/Makefile @@ -1,7 +1,5 @@ PLUGIN_NAME= pptp -PLUGIN_PRIVATE= yes -PLUGIN_VERSION= 0.5 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.0 PLUGIN_DEPENDS= clog mpd5 PLUGIN_COMMENT= PPTP server based on MPD5 PLUGIN_MAINTAINER= franco@opnsense.org