Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2016 21:47:07 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412375 - in head: net/glusterfs security/shibboleth2-sp
Message-ID:  <201604012147.u31Ll7TD011562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Apr  1 21:47:07 2016
New Revision: 412375
URL: https://svnweb.freebsd.org/changeset/ports/412375

Log:
  Missed two occurences of ${PORTSDIR}/.
  
  With hat:	portmgr
  Sponsored by:	Absolight

Modified:
  head/net/glusterfs/Makefile   (contents, props changed)
  head/security/shibboleth2-sp/Makefile   (contents, props changed)

Modified: head/net/glusterfs/Makefile
==============================================================================
--- head/net/glusterfs/Makefile	Fri Apr  1 21:31:21 2016	(r412374)
+++ head/net/glusterfs/Makefile	Fri Apr  1 21:47:07 2016	(r412375)
@@ -11,7 +11,7 @@ COMMENT=	GlusterFS distributed file syst
 LICENSE=	GPLv2 LGPL3
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	libargp.so:devel/argp-standalone liburcu-bp.so:${PORTSDIR}/sysutils/liburcu
+LIB_DEPENDS=	libargp.so:devel/argp-standalone liburcu-bp.so:sysutils/liburcu
 
 USE_GCC=	any
 

Modified: head/security/shibboleth2-sp/Makefile
==============================================================================
--- head/security/shibboleth2-sp/Makefile	Fri Apr  1 21:31:21 2016	(r412374)
+++ head/security/shibboleth2-sp/Makefile	Fri Apr  1 21:47:07 2016	(r412375)
@@ -10,7 +10,7 @@ MAINTAINER=	girgen@FreeBSD.org
 COMMENT=	C++ Shibboleth Service Provider (Internet2) for Apache
 
 BUILD_DEPENDS=	boost-libs>=0:devel/boost-libs
-LIB_DEPENDS=	libsaml.so.8:security/opensaml2 libodbc.so:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS=	libsaml.so.8:security/opensaml2 libodbc.so:databases/unixODBC
 
 USES=		gmake
 GNU_CONFIGURE=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604012147.u31Ll7TD011562>