svn commit: r461870 - head/net-p2p/uhub
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Feb 15 09:02:59 UTC 2018
Author: amdmi3
Date: Thu Feb 15 09:02:57 2018
New Revision: 461870
URL: https://svnweb.freebsd.org/changeset/ports/461870
Log:
- Pet portlint
- Builds fine on mips64
- Update WWW
Modified:
head/net-p2p/uhub/Makefile
head/net-p2p/uhub/pkg-descr
Modified: head/net-p2p/uhub/Makefile
==============================================================================
--- head/net-p2p/uhub/Makefile Thu Feb 15 09:02:52 2018 (r461869)
+++ head/net-p2p/uhub/Makefile Thu Feb 15 09:02:57 2018 (r461870)
@@ -13,10 +13,9 @@ COMMENT= High performance peer-to-peer hub for the ADC
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-
BROKEN_aarch64= fails to compile: CPUINFO not defined
-BROKEN_mips64= fails to compile: strndup not found
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= cmake perl5 sqlite
USE_RC_SUBR= uhub
Modified: head/net-p2p/uhub/pkg-descr
==============================================================================
--- head/net-p2p/uhub/pkg-descr Thu Feb 15 09:02:52 2018 (r461869)
+++ head/net-p2p/uhub/pkg-descr Thu Feb 15 09:02:57 2018 (r461870)
@@ -2,4 +2,4 @@ uHub is a high performance peer-to-peer hub for the AD
Its low memory footprint allows it to handle several thousand users
on high-end servers, or a small private hub on embedded hardware.
-WWW: http://www.uhub.org/
+WWW: https://www.uhub.org/
More information about the svn-ports-all
mailing list