pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ropper Fix PLIST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2bdecc6c44a
branches:  trunk
changeset: 348628:e2bdecc6c44a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 17 10:53:02 2016 +0000

description:
Fix PLIST.

diffstat:

 devel/ropper/Makefile |  11 ++++++-----
 devel/ropper/PLIST    |  12 ++++++------
 2 files changed, 12 insertions(+), 11 deletions(-)

diffs (50 lines):

diff -r 6a5552fb16d8 -r e2bdecc6c44a devel/ropper/Makefile
--- a/devel/ropper/Makefile     Fri Jun 17 10:49:18 2016 +0000
+++ b/devel/ropper/Makefile     Fri Jun 17 10:53:02 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/06/14 07:14:39 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/17 10:53:02 wiz Exp $
 
 DISTNAME=      Ropper-1.9.5
 PKGNAME=       ${DISTNAME:tl}
@@ -11,15 +11,16 @@
 COMMENT=       Display information about executables and search for gadgets
 LICENSE=       gnu-gpl-v2
 
-WRKSRC=                ${WRKDIR}/${DISTNAME}
-USE_LANGUAGES= # none
-
 DEPENDS+=      ${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
 DEPENDS+=      ${PYPKGPREFIX}-filebytes-[0-9]*:../../devel/py-filebytes
 DEPENDS+=      ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
 # Optional but needed for extra features
-# The keystone software is now public so this will be likely by mandatory soon
+# The keystone software is now public so this will be likely be mandatory soon
 DEPENDS+=      ${PYPKGPREFIX}-keystone-[0-9]*:../../emulators/py-keystone
 
+USE_LANGUAGES= # none
+WRKSRC=                ${WRKDIR}/${DISTNAME}
+EGG_NAME=      ${DISTNAME:tl}
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6a5552fb16d8 -r e2bdecc6c44a devel/ropper/PLIST
--- a/devel/ropper/PLIST        Fri Jun 17 10:49:18 2016 +0000
+++ b/devel/ropper/PLIST        Fri Jun 17 10:53:02 2016 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2016/06/17 08:15:16 kamil Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/06/17 10:53:02 wiz Exp $
 bin/ropper
-${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/PKG-INFO
-${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/SOURCES.txt
-${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/dependency_links.txt
-${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/requires.txt
-${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/ropper/__init__.py
 ${PYSITELIB}/ropper/__init__.pyc
 ${PYSITELIB}/ropper/__init__.pyo



Home | Main Index | Thread Index | Old Index