summaryrefslogtreecommitdiff
path: root/chat/jabberd2/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2015-04-19 12:48:20 +0000
committergdt <gdt@pkgsrc.org>2015-04-19 12:48:20 +0000
commit6a95937a956b30aa8ab2d91252bc849253d6512e (patch)
tree1162578b270dce9e34730828e46b5ed926c21176 /chat/jabberd2/Makefile
parent8ac7a662b4fb28f11f48cc089e6950cd7f84a82a (diff)
downloadpkgsrc-6a95937a956b30aa8ab2d91252bc849253d6512e.tar.gz
Update to 2.3.3.
Update MASTER_SITES with new GITHUB variable. Upstream changes: - Support for RSA/DH/ECDH key agreement - bcrypt support for MySQL storage - C2S per session user data & authreg auth API extensions for custom authreg backends - Option to provide a custom the openssl library path
Diffstat (limited to 'chat/jabberd2/Makefile')
-rw-r--r--chat/jabberd2/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile
index 3b8243f4905..53c082c6c3b 100644
--- a/chat/jabberd2/Makefile
+++ b/chat/jabberd2/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.97 2015/04/06 08:17:21 adam Exp $
+# $NetBSD: Makefile,v 1.98 2015/04/19 12:48:20 gdt Exp $
-DISTNAME= jabberd-2.3.2
-PKGREVISION= 4
+DISTNAME= jabberd-2.3.3
CATEGORIES= chat
-MASTER_SITES= https://github.com/jabberd2/jabberd2/releases/download/${DISTNAME}/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=jabberd2/jabberd2/releases/download/${DISTNAME}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= adam@NetBSD.org