svn commit: r502802 - head/net-p2p/uhub
Steve Wills
swills at FreeBSD.org
Mon May 27 15:54:18 UTC 2019
Author: swills
Date: Mon May 27 15:54:16 2019
New Revision: 502802
URL: https://svnweb.freebsd.org/changeset/ports/502802
Log:
net-p2p/uhub: Unbreak build and update to 0.5.1
PR: 238165
Submitted by: Allison Nicole Reid <root at cooltrainer.org>
Modified:
head/net-p2p/uhub/Makefile (contents, props changed)
head/net-p2p/uhub/distinfo (contents, props changed)
Modified: head/net-p2p/uhub/Makefile
==============================================================================
--- head/net-p2p/uhub/Makefile Mon May 27 15:44:08 2019 (r502801)
+++ head/net-p2p/uhub/Makefile Mon May 27 15:54:16 2019 (r502802)
@@ -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 at 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
@@ -34,11 +34,6 @@ OPENSSL_USES= ssl
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 \
Modified: head/net-p2p/uhub/distinfo
==============================================================================
--- head/net-p2p/uhub/distinfo Mon May 27 15:44:08 2019 (r502801)
+++ head/net-p2p/uhub/distinfo Mon May 27 15:54:16 2019 (r502802)
@@ -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
More information about the svn-ports-all
mailing list