Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2013 10:45:09 +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: r317649 - head/security/py-plaso
Message-ID:  <201305081045.r48Aj9VW061023@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed May  8 10:45:09 2013
New Revision: 317649
URL: http://svnweb.freebsd.org/changeset/ports/317649

Log:
  Use package names rather than files in PYTHON_SITELIBDIR for depends.
  
  Requested by:	rm
  Approved by:	eadler, miwi (mentors, implicit)

Modified:
  head/security/py-plaso/Makefile

Modified: head/security/py-plaso/Makefile
==============================================================================
--- head/security/py-plaso/Makefile	Wed May  8 09:36:51 2013	(r317648)
+++ head/security/py-plaso/Makefile	Wed May  8 10:45:09 2013	(r317649)
@@ -14,15 +14,15 @@ COMMENT=	Automatic creation of a super t
 
 LICENSE=	AL2
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/hachoir_core/__init__.py:${PORTSDIR}/devel/hachoir-core \
-		${PYTHON_SITELIBDIR}/hachoir_metadata/__init__.py:${PORTSDIR}/sysutils/hachoir-metadata \
-		${PYTHON_SITELIBDIR}/hachoir_parser/__init__.py:${PORTSDIR}/devel/hachoir-parser \
-		${PYTHON_SITELIBDIR}/pyevt.so:${PORTSDIR}/devel/libevt \
-		${PYTHON_SITELIBDIR}/pyevtx.so:${PORTSDIR}/devel/libevtx \
-		${PYTHON_SITELIBDIR}/pylnk.so:${PORTSDIR}/devel/liblnk \
-		${PYTHON_SITELIBDIR}/pymsiecf.so:${PORTSDIR}/devel/libmsiecf \
-		${PYTHON_SITELIBDIR}/pyregf.so:${PORTSDIR}/devel/libregf \
-		${PYTHON_SITELIBDIR}/pyvshadow.so:${PORTSDIR}/devel/libvshadow \
+RUN_DEPENDS=	hachoir-core>=0:${PORTSDIR}/devel/hachoir-core \
+		hachoir-metadata>=0:${PORTSDIR}/sysutils/hachoir-metadata \
+		hachoir-parser>=0:${PORTSDIR}/devel/hachoir-parser \
+		libevt>=a:${PORTSDIR}/devel/libevt \
+		libevtx>=a:${PORTSDIR}/devel/libevtx \
+		liblnk>=0:${PORTSDIR}/devel/liblnk \
+		libmsiecf>=a:${PORTSDIR}/devel/libmsiecf \
+		libregf>=a:${PORTSDIR}/devel/libregf \
+		libvshadow>=0:${PORTSDIR}/devel/libvshadow \
 		ipython${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/devel/ipython \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
 		${PYTHON_PKGNAMEPREFIX}protobuf>=0:${PORTSDIR}/devel/py-protobuf \



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