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

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 1-11 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	go-ethereum
3
PORTNAME=	go-ethereum
4
PORTVERSION=	1.6.7
4
PORTVERSION=	1.7.1
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
CATEGORIES=	net-p2p
6
CATEGORIES=	net-p2p
7
7
8
MAINTAINER=	enriquefynn@gmail.com
8
MAINTAINER=	me@enriquefynn.com
9
COMMENT=	Go implementation of the Ethereum y/w paper
9
COMMENT=	Go implementation of the Ethereum y/w paper
10
10
11
LICENSE=	GPLv3
11
LICENSE=	GPLv3
Lines 20-25 Link Here
20
OPTIONS_SUB=	yes
20
OPTIONS_SUB=	yes
21
21
22
DEVTOOLS_DESC=	Developer tools
22
DEVTOOLS_DESC=	Developer tools
23
TMPDIR=	${WRKDIR}
23
24
24
do-install:
25
do-install:
25
	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth ${STAGEDIR}${PREFIX}/bin
26
	${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth ${STAGEDIR}${PREFIX}/bin
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1500544067
1
TIMESTAMP = 1507108651
2
SHA256 (ethereum-go-ethereum-v1.6.7_GH0.tar.gz) = 3e2a75b55ee8f04f238682164a7a255cae7a1f939893c5c97c2adcf48d7d4d49
2
SHA256 (ethereum-go-ethereum-v1.7.1_GH0.tar.gz) = 403c1e701acad24e4132db55e8796bbb03ca2135788943869abf5f7bc8919dbc
3
SIZE (ethereum-go-ethereum-v1.6.7_GH0.tar.gz) = 6836206
3
SIZE (ethereum-go-ethereum-v1.7.1_GH0.tar.gz) = 7082554

Return to bug 221913