diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-05-27 15:54:16 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-05-27 15:54:16 +0000 |
commit | 6a87456b47456b0595c2116d520f5bb9dd9a3491 (patch) | |
tree | d51ce3bb4da3dad66424dc1c44c41a5cbf4a299d | |
parent | x11/py-pyvirtualdisplay: Update to 0.2.3 [1] (diff) |
net-p2p/uhub: Unbreak build and update to 0.5.1
PR: 238165
Submitted by: Allison Nicole Reid <root@cooltrainer.org>
-rw-r--r-- | net-p2p/uhub/Makefile | 15 | ||||
-rw-r--r-- | net-p2p/uhub/distinfo | 5 |
2 files changed, 8 insertions, 12 deletions
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile index c6b47691ec53..9fcd1597921d 100644 --- a/net-p2p/uhub/Makefile +++ b/net-p2p/uhub/Makefile @@ -2,10 +2,12 @@ # $FreeBSD$ PORTNAME= uhub -PORTVERSION= 0.5.0 -DISTVERSIONSUFFIX= -src +PORTVERSION= 0.5.1 CATEGORIES= net-p2p -MASTER_SITES= http://www.extatic.org/downloads/uhub/ +USE_GITHUB= yes +GH_ACCOUNT= janvidar +GH_PROJECT= uhub +GH_TAGNAME= a8ee6e7 MAINTAINER= ports@FreeBSD.org COMMENT= High performance peer-to-peer hub for the ADC network @@ -15,8 +17,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= fails to compile: CPUINFO not defined -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - USES= cmake:insource perl5 sqlite USE_RC_SUBR= uhub USE_PERL5= build @@ -35,11 +35,6 @@ OPENSSL_CMAKE_BOOL= SSL_SUPPORT .include <bsd.port.pre.mk> -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= incomplete definition of type 'struct bio_st' -BROKEN_FreeBSD_13= incomplete definition of type 'struct bio_st' -.endif - post-patch: @${REINPLACE_CMD} -e \ '/DESTINATION/s|^|#|' ${WRKSRC}/CMakeLists.txt diff --git a/net-p2p/uhub/distinfo b/net-p2p/uhub/distinfo index 3097d89d3556..82d28dfdce2b 100644 --- a/net-p2p/uhub/distinfo +++ b/net-p2p/uhub/distinfo @@ -1,2 +1,3 @@ -SHA256 (uhub-0.5.0-src.tar.gz) = e649a3a3b462f5202b7ac815cf87ac9a1848dc3ec4af908bd097f913783c0e55 -SIZE (uhub-0.5.0-src.tar.gz) = 217092 +TIMESTAMP = 1558937659 +SHA256 (janvidar-uhub-0.5.1-a8ee6e7_GH0.tar.gz) = 31b898481276340a73bd2046c0dc29344a1069aeb4b46103a1c193b255947df6 +SIZE (janvidar-uhub-0.5.1-a8ee6e7_GH0.tar.gz) = 220262 |