Index: head/net-p2p/go-ethereum/Makefile =================================================================== --- head/net-p2p/go-ethereum/Makefile (revision 498593) +++ head/net-p2p/go-ethereum/Makefile (revision 498594) @@ -1,36 +1,36 @@ # $FreeBSD$ PORTNAME= go-ethereum DISTVERSIONPREFIX= v -DISTVERSION= 1.8.22 +DISTVERSION= 1.8.24 CATEGORIES= net-p2p MAINTAINER= me@enriquefynn.com COMMENT= Go implementation of the Ethereum y/w paper LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= go>=1.9.2:lang/go USE_GITHUB= yes GH_ACCOUNT= ethereum OPTIONS_DEFINE= DEVTOOLS OPTIONS_SUB= yes DEVTOOLS_DESC= Developer tools TMPDIR= ${WRKDIR} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/geth ${STAGEDIR}${PREFIX}/bin do-install-DEVTOOLS-on: ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/abigen ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/bootnode ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/evm ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/rlpdump ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/swarm ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/build/bin/puppeth ${STAGEDIR}${PREFIX}/bin .include Index: head/net-p2p/go-ethereum/distinfo =================================================================== --- head/net-p2p/go-ethereum/distinfo (revision 498593) +++ head/net-p2p/go-ethereum/distinfo (revision 498594) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549124152 -SHA256 (ethereum-go-ethereum-v1.8.22_GH0.tar.gz) = 8cd1d3bf8bcea7fa6449eef56d9103eca9403aae74f839c1f1f89eaf6989fe01 -SIZE (ethereum-go-ethereum-v1.8.22_GH0.tar.gz) = 10092112 +TIMESTAMP = 1554802409 +SHA256 (ethereum-go-ethereum-v1.8.24_GH0.tar.gz) = 7b4d5df58bb00b0601d2b16ca16d03d2aa5a70e9529443154d24bdc38f7d931c +SIZE (ethereum-go-ethereum-v1.8.24_GH0.tar.gz) = 10544062 Index: head/net-p2p/go-ethereum/files/patch-common_fdlimit_fdlimit__freebsd.go =================================================================== --- head/net-p2p/go-ethereum/files/patch-common_fdlimit_fdlimit__freebsd.go (nonexistent) +++ head/net-p2p/go-ethereum/files/patch-common_fdlimit_fdlimit__freebsd.go (revision 498594) @@ -0,0 +1,11 @@ +--- common/fdlimit/fdlimit_freebsd.go.orig 2019-04-08 13:16:05 UTC ++++ common/fdlimit/fdlimit_freebsd.go +@@ -43,7 +43,7 @@ func Raise(max uint64) (uint64, error) { + if err := syscall.Getrlimit(syscall.RLIMIT_NOFILE, &limit); err != nil { + return 0, err + } +- return limit.Cur, nil ++ return uint64(limit.Cur), nil + } + + // Current retrieves the number of file descriptors allowed to be opened by this Property changes on: head/net-p2p/go-ethereum/files/patch-common_fdlimit_fdlimit__freebsd.go ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property