svn commit: r428773 - in head: comms/conserver-com databases/p5-DBIx-Admin-TableInfo databases/php70-memcached devel/p5-Test-DependentModules games/alienarena math/p5-Statistics-Descriptive securit...

Mathieu Arnold mat at FreeBSD.org
Sat Dec 17 16:11:03 UTC 2016


Author: mat
Date: Sat Dec 17 16:11:01 2016
New Revision: 428773
URL: https://svnweb.freebsd.org/changeset/ports/428773

Log:
  Whatever you do, ${PORTSDIR}/ keeps creeping back.
  
  Sponsored by:	Absolight

Modified:
  head/comms/conserver-com/Makefile   (contents, props changed)
  head/databases/p5-DBIx-Admin-TableInfo/Makefile   (contents, props changed)
  head/databases/php70-memcached/Makefile   (contents, props changed)
  head/devel/p5-Test-DependentModules/Makefile   (contents, props changed)
  head/games/alienarena/Makefile   (contents, props changed)
  head/math/p5-Statistics-Descriptive/Makefile   (contents, props changed)
  head/security/dotdotpwn/Makefile   (contents, props changed)

Modified: head/comms/conserver-com/Makefile
==============================================================================
--- head/comms/conserver-com/Makefile	Sat Dec 17 15:49:36 2016	(r428772)
+++ head/comms/conserver-com/Makefile	Sat Dec 17 16:11:01 2016	(r428773)
@@ -34,7 +34,7 @@ DEFAULTPORT?=	782
 DEFAULTHOST?=	localhost
 
 FREEIPMI_CONFIGURE_ON=	--with-freeipmi=${LOCALBASE}
-FREEIPMI_LIB_DEPENDS=	libfreeipmi.so:${PORTSDIR}/sysutils/freeipmi
+FREEIPMI_LIB_DEPENDS=	libfreeipmi.so:sysutils/freeipmi
 GSSAPI_CONFIGURE_WITH=	gssapi
 GSSAPIONLY_EXTRA_PATCHES=		${FILESDIR}/extra-patch-conserver__master.c
 STRIPREALM_CONFIGURE_WITH=	striprealm

Modified: head/databases/p5-DBIx-Admin-TableInfo/Makefile
==============================================================================
--- head/databases/p5-DBIx-Admin-TableInfo/Makefile	Sat Dec 17 15:49:36 2016	(r428772)
+++ head/databases/p5-DBIx-Admin-TableInfo/Makefile	Sat Dec 17 16:11:01 2016	(r428773)
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	p5-DBI>=0:databases/p5-DB
 		p5-Data-Dumper-Concise>=2.022:devel/p5-Data-Dumper-Concise \
 		p5-Lingua-EN-PluralToSingular>=0.18:textproc/p5-Lingua-EN-PluralToSingular \
 		p5-Moo>=2.002004:devel/p5-Moo \
-		p5-Text-Table-Manifold>=1:${PORTSDIR}/textproc/p5-Text-Table-Manifold
+		p5-Text-Table-Manifold>=1:textproc/p5-Text-Table-Manifold
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 NO_ARCH=	yes

Modified: head/databases/php70-memcached/Makefile
==============================================================================
--- head/databases/php70-memcached/Makefile	Sat Dec 17 15:49:36 2016	(r428772)
+++ head/databases/php70-memcached/Makefile	Sat Dec 17 16:11:01 2016	(r428773)
@@ -29,6 +29,6 @@ GH_TAGNAME=	c032fba
 PHP_MODNAME=	memcached
 
 SASL_CONFIGURE_ENABLE=	memcached-sasl
-SASL_LIB_DEPENDS=	libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
+SASL_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Test-DependentModules/Makefile
==============================================================================
--- head/devel/p5-Test-DependentModules/Makefile	Sat Dec 17 15:49:36 2016	(r428772)
+++ head/devel/p5-Test-DependentModules/Makefile	Sat Dec 17 16:11:01 2016	(r428773)
@@ -33,7 +33,7 @@ USES=		perl5
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} >= 502200
-TEST_DEPENDS+=	p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build
+TEST_DEPENDS+=	p5-Module-Build>=0:devel/p5-Module-Build
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/games/alienarena/Makefile
==============================================================================
--- head/games/alienarena/Makefile	Sat Dec 17 15:49:36 2016	(r428772)
+++ head/games/alienarena/Makefile	Sat Dec 17 16:11:01 2016	(r428773)
@@ -14,7 +14,7 @@ DISTNAME=	${PORTNAME}-7.66-linux20130827
 MAINTAINER=	acm at FreeBSD.org
 COMMENT=	Alien Arena (native version)
 
-RUN_DEPENDS=	${DATADIR}/data1/default.cfg:${PORTSDIR}/games/alienarena-data
+RUN_DEPENDS=	${DATADIR}/data1/default.cfg:games/alienarena-data
 
 USES=		compiler:c++11-lib dos2unix gmake
 USE_CXXSTD=	c++11
@@ -49,11 +49,11 @@ LIBDIR=		${PREFIX}/lib/${PORTNAME}
 
 .if ${PORT_OPTIONS:MCLIENT}
 USES+=		openal:soft,alut pkgconfig
-LIB_DEPENDS+=	libcurl.so:${PORTSDIR}/ftp/curl \
-		libfreetype.so:${PORTSDIR}/print/freetype2 \
-		libjpeg.so:${PORTSDIR}/graphics/jpeg \
-		libpng16.so:${PORTSDIR}/graphics/png \
-		libvorbis.so:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+=	libcurl.so:ftp/curl \
+		libfreetype.so:print/freetype2 \
+		libjpeg.so:graphics/jpeg \
+		libpng16.so:graphics/png \
+		libvorbis.so:audio/libvorbis
 BUILD_DEPENDS+=	${LOCALBASE}/lib/libode.a:devel/ode
 USE_GL=		yes
 USE_XORG=	xxf86dga xxf86vm

Modified: head/math/p5-Statistics-Descriptive/Makefile
==============================================================================
--- head/math/p5-Statistics-Descriptive/Makefile	Sat Dec 17 15:49:36 2016	(r428772)
+++ head/math/p5-Statistics-Descriptive/Makefile	Sat Dec 17 16:11:01 2016	(r428773)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez at FreeBSD.org
 COMMENT=	Perl module that supplies statistical methods for perl5
 
-RUN_DEPENDS=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils
+RUN_DEPENDS=	p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/security/dotdotpwn/Makefile
==============================================================================
--- head/security/dotdotpwn/Makefile	Sat Dec 17 15:49:36 2016	(r428772)
+++ head/security/dotdotpwn/Makefile	Sat Dec 17 16:11:01 2016	(r428773)
@@ -23,7 +23,7 @@ OPTIONS_SUB=	yes
 NMAP_DESC=	ENABLE OS DETECTION FEATURE - REQUIRES NMAP
 OPTIONS_DEFAULT=	NMAP
 
-OSDETECTION_RUN_DEPENDS=	nmap:${PORTSDIR}/security/nmap
+OSDETECTION_RUN_DEPENDS=	nmap:security/nmap
 
 USES=	perl5 shebangfix
 


More information about the svn-ports-all mailing list