Date: Wed, 27 Feb 2019 20:23:29 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494082 - head/databases/xrootd Message-ID: <201902272023.x1RKNTk3004299@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Wed Feb 27 20:23:29 2019 New Revision: 494082 URL: https://svnweb.freebsd.org/changeset/ports/494082 Log: databases/xrootd: chase dependency after net/ceph rename PR: 236004 Reported by: cperciva Modified: head/databases/xrootd/Makefile Modified: head/databases/xrootd/Makefile ============================================================================== --- head/databases/xrootd/Makefile Wed Feb 27 19:47:43 2019 (r494081) +++ head/databases/xrootd/Makefile Wed Feb 27 20:23:29 2019 (r494082) @@ -2,6 +2,7 @@ PORTNAME= xrootd DISTVERSION= 4.8.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://xrootd.org/download/v${DISTVERSION}/ @@ -18,7 +19,7 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LGPL BUILD_DEPENDS= bash:shells/bash -LIB_DEPENDS= librados.so:net/ceph +LIB_DEPENDS= librados.so:net/ceph12 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?201902272023.x1RKNTk3004299>