svn commit: r559680 - head/databases/xrootd

Antoine Brodin antoine at FreeBSD.org
Wed Dec 30 19:56:43 UTC 2020


Author: antoine
Date: Wed Dec 30 19:56:43 2020
New Revision: 559680
URL: https://svnweb.freebsd.org/changeset/ports/559680

Log:
  Drop dependency on ceph12, it's not actually used

Modified:
  head/databases/xrootd/Makefile

Modified: head/databases/xrootd/Makefile
==============================================================================
--- head/databases/xrootd/Makefile	Wed Dec 30 18:57:32 2020	(r559679)
+++ head/databases/xrootd/Makefile	Wed Dec 30 19:56:43 2020	(r559680)
@@ -2,6 +2,7 @@
 
 PORTNAME=	xrootd
 DISTVERSION=	4.10.0
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://xrootd.org/download/v${DISTVERSION}/
 
@@ -14,8 +15,7 @@ LICENSE_FILE_GPLv3=	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING.LGPL
 
 BUILD_DEPENDS=	bash:shells/bash
-LIB_DEPENDS=	libcurl.so:ftp/curl \
-		librados.so:net/ceph12
+LIB_DEPENDS=	libcurl.so:ftp/curl
 
 USES=		cmake gnome localbase:ldflags pkgconfig readline shebangfix ssl
 SHEBANG_GLOB=	*.sh


More information about the svn-ports-head mailing list