svn commit: r412375 - in head: net/glusterfs security/shibboleth2-sp

Mathieu Arnold mat at FreeBSD.org
Fri Apr 1 21:47:08 UTC 2016


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 at 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


More information about the svn-ports-all mailing list