aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/uhub/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-05-27 15:54:16 +0000
committerSteve Wills <swills@FreeBSD.org>2019-05-27 15:54:16 +0000
commit6a87456b47456b0595c2116d520f5bb9dd9a3491 (patch)
treed51ce3bb4da3dad66424dc1c44c41a5cbf4a299d /net-p2p/uhub/Makefile
parent5456083bd1ce5d762fd76c0dbce04dd697846a4c (diff)
downloadports-6a87456b47456b0595c2116d520f5bb9dd9a3491.tar.gz
ports-6a87456b47456b0595c2116d520f5bb9dd9a3491.zip
Notes
Diffstat (limited to 'net-p2p/uhub/Makefile')
-rw-r--r--net-p2p/uhub/Makefile15
1 files changed, 5 insertions, 10 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