View | Details | Raw Unified | Return to bug 199937
Collapse All | Expand All

(-)Makefile (-5 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/audio/umurmur/Makefile 383355 2015-04-05 20:03:48Z antoine $
2
# $FreeBSD: head/audio/umurmur/Makefile 383355 2015-04-05 20:03:48Z antoine $
3
3
4
PORTNAME=	umurmur
4
PORTNAME=	umurmur
5
PORTVERSION=	0.2.15
5
PORTVERSION=	0.2.16
6
CATEGORIES=	audio net
6
CATEGORIES=	audio net
7
7
8
MAINTAINER=	ayu@commun.jp
8
MAINTAINER=	ayu@commun.jp
Lines 10-23 Link Here
10
10
11
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
12
12
13
BROKEN=		Checksum and size mismatch
14
15
LIB_DEPENDS=	libconfig.so:${PORTSDIR}/devel/libconfig \
13
LIB_DEPENDS=	libconfig.so:${PORTSDIR}/devel/libconfig \
16
		libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
14
		libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
17
15
18
USE_GITHUB=	yes
16
USE_GITHUB=	yes
19
GH_ACCOUNT=	fatbob313
17
GH_ACCOUNT=	umurmur
20
GH_COMMIT=	17daa7e
21
18
22
USES=		autoreconf gmake libtool
19
USES=		autoreconf gmake libtool
23
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (umurmur-0.2.15.tar.gz) = d3cbdcb30cff40c8c76d36f54bbb743559038b694a4841b22141f20ccb8b3ec7
1
SHA256 (umurmur-umurmur-0.2.16_GH0.tar.gz) = 9b505826f0d13e60d5fd5d27cee486a11609faad45b5e229b99190aeaa846111
2
SIZE (umurmur-0.2.15.tar.gz) = 86236
2
SIZE (umurmur-umurmur-0.2.16_GH0.tar.gz) = 91106

Return to bug 199937