diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2017-09-24 15:43:32 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2017-09-24 15:43:32 +0000 |
commit | 5a34345b7004781af9974f4d65f6d04360fc1342 (patch) | |
tree | b21fcd10db3e7fbe66fd969c395d0546cd380faa /net-im/ejabberd/Makefile | |
parent | 5ddc45be37b6f36f95f7beae1a3cfef7936ce31d (diff) |
Notes
Diffstat (limited to 'net-im/ejabberd/Makefile')
-rw-r--r-- | net-im/ejabberd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile index 12dcf83341bd..8e3fd8b09c95 100644 --- a/net-im/ejabberd/Makefile +++ b/net-im/ejabberd/Makefile @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= ejabberd -PORTVERSION= 17.07 -PORTREVISION= 1 +PORTVERSION= 17.08 CATEGORIES= net-im MASTER_SITES= http://www.process-one.net/downloads/${PORTNAME}/${PORTVERSION}/:p1 \ http://distfiles.pirateparty.in/ashish/:deps \ LOCAL/ashish:deps -DISTFILES+= ${DISTNAME}.tgz:p1 ejabberd-deps-12.tar.xz:deps +DISTFILES+= ${DISTNAME}.tgz:p1 ejabberd-deps-13.tar.xz:deps MAINTAINER= ashish@FreeBSD.org COMMENT= Free and Open Source distributed fault-tolerant Jabber server |