pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ropper
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jun 17 10:53:02 UTC 2016
Modified Files:
pkgsrc/devel/ropper: Makefile PLIST
Log Message:
Fix PLIST.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ropper/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ropper/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ropper/Makefile
diff -u pkgsrc/devel/ropper/Makefile:1.1 pkgsrc/devel/ropper/Makefile:1.2
--- pkgsrc/devel/ropper/Makefile:1.1 Tue Jun 14 07:14:39 2016
+++ pkgsrc/devel/ropper/Makefile Fri Jun 17 10:53:02 2016
@@ -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 @@ HOMEPAGE= https://github.com/sashs/Roppe
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"
Index: pkgsrc/devel/ropper/PLIST
diff -u pkgsrc/devel/ropper/PLIST:1.2 pkgsrc/devel/ropper/PLIST:1.3
--- pkgsrc/devel/ropper/PLIST:1.2 Fri Jun 17 08:15:16 2016
+++ pkgsrc/devel/ropper/PLIST Fri Jun 17 10:53:02 2016
@@ -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