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

Collapse All | Expand All

(-)b/uTox/Makefile (-4 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/net-im/uTox/Makefile 368637 2014-09-20 13:08:06Z thierry $
1
# $FreeBSD: head/net-im/uTox/Makefile 366617 2014-08-30 13:19:35Z antoine $
2
2
3
PORTNAME=	uTox
3
PORTNAME=	uTox
4
DISTVERSION=	0.1.3.git20140902
4
PORTVERSION=	0.1.8.git20140925
5
CATEGORIES=	net-im net-p2p
5
CATEGORIES=	net-im net-p2p
6
6
7
MAINTAINER=	fidaj@ukr.net
7
MAINTAINER=	fidaj@ukr.net
Lines 19-28 USE_GITHUB= yes Link Here
19
GH_ACCOUNT=	notsecure
19
GH_ACCOUNT=	notsecure
20
GH_PROJECT=	${PORTNAME}
20
GH_PROJECT=	${PORTNAME}
21
GH_TAGNAME=	${GH_COMMIT}
21
GH_TAGNAME=	${GH_COMMIT}
22
GH_COMMIT=	5e60548
22
GH_COMMIT=	ccc4fce
23
23
24
USES=		compiler:c11 desktop-file-utils gmake pkgconfig
24
USES=		compiler:c11 desktop-file-utils gmake pkgconfig
25
INSTALLS_ICONS=	yes
26
25
27
post-install:
26
post-install:
28
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox
27
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox
(-)b/uTox/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (uTox-0.1.3.git20140902.tar.gz) = 3d9327f12e22f50ce0cfd90be5cd69ec50de65fe7d48c9e2ae61031599e2db54
1
SHA256 (uTox-0.1.8.git20140925.tar.gz) = 5aeae1b7405404062329efe4cdad0b3ca07f675d4f18c514b0d7ccd3dd3654da
2
SIZE (uTox-0.1.3.git20140902.tar.gz) = 696895
2
SIZE (uTox-0.1.8.git20140925.tar.gz) = 718100

Return to bug 193920