Date: Wed, 30 Dec 2020 19:56:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559680 - head/databases/xrootd Message-ID: <202012301956.0BUJuhXA080668@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012301956.0BUJuhXA080668>