diff options
Diffstat (limited to 'chat/prosody/Makefile')
-rw-r--r-- | chat/prosody/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/prosody/Makefile b/chat/prosody/Makefile index 81cf5ee1062..d3ea8b2f068 100644 --- a/chat/prosody/Makefile +++ b/chat/prosody/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2011/04/22 13:43:07 obache Exp $ +# $NetBSD: Makefile,v 1.3 2011/06/06 14:41:48 schnoebe Exp $ # -DISTNAME= prosody-0.7.0 -PKGREVISION= 1 +DISTNAME= prosody-0.8.1 CATEGORIES= chat MASTER_SITES= http://prosody.im/downloads/source/ @@ -14,7 +13,7 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= lua-filesystem>=1.0:../../devel/lua-filesystem -DEPENDS+= lua-expat>=1.1:../../textproc/lua-expat +DEPENDS+= lua-expat>=1.2:../../textproc/lua-expat DEPENDS+= lua-sec>=0.3.3:../../security/lua-sec DEPENDS+= lua-socket>=2.0:../../net/lua-socket |