View | Details | Raw Unified | Return to bug 229466 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	zephyr
4
PORTNAME=	zephyr
5
DISTVERSION=	3.0.1
5
DISTVERSION=	3.1.2
6
PORTREVISION=	4
6
PORTREVISION=	4
7
CATEGORIES=	net-im
7
CATEGORIES=	net-im
8
MASTER_SITES=	http://zephyr.1ts.org/export/2642/distribution/
8
MASTER_SITES=	GH
9
9
10
MAINTAINER=	kaduk-fbsd@mit.edu
10
MAINTAINER=	kaduk-fbsd@mit.edu
11
COMMENT=	Enterprise-scale distributed messaging system
11
COMMENT=	Enterprise-scale distributed messaging system
Lines 14-19 Link Here
14
14
15
BROKEN_aarch64=	Fails to link: missing sbrk
15
BROKEN_aarch64=	Fails to link: missing sbrk
16
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	zephyr-im
17
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
18
# it is an upstream bug that --with-krb5 needs a path
20
# it is an upstream bug that --with-krb5 needs a path
19
CONFIGURE_ARGS=	--with-krb5="${KRB5_DIR}"
21
CONFIGURE_ARGS=	--with-krb5="${KRB5_DIR}"
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (zephyr-3.0.1.tar.gz) = a67c8b04aedc2e80e8e157853b91c01963ddeb1bdb5f776fdb3bc69bf703763b
1
TIMESTAMP = 1568064351
2
SIZE (zephyr-3.0.1.tar.gz) = 671953
2
SHA256 (zephyr-im-zephyr-3.1.2_GH0.tar.gz) = b323244aee7fa3cb25432e8d882dcfd231c9bc83092e7284924aec068bc50df4
3
SIZE (zephyr-im-zephyr-3.1.2_GH0.tar.gz) = 395122

Return to bug 229466