ping
-------- Forwarded Message --------
Subject: [UPDATE] security/py-pefile
Date: Thu, 5 Oct 2017 07:06:17 +0200
From: Remi Pointel <remi.poin...@xiri.fr>
To: The OpenBSD ports mailing-list <ports@openbsd.org>
Hi,
this is the diff to update pefile to latest release. It needs the
py-future port.
Ok?
Cheers,
Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/py-pefile/Makefile,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 Makefile
--- Makefile 1 Oct 2016 11:54:17 -0000 1.7
+++ Makefile 5 Oct 2017 05:03:42 -0000
@@ -2,10 +2,9 @@
COMMENT = Python module to read and work with PE files
-MODPY_EGG_VERSION = 1.2.10.post139
-REVISION = 2
-DISTNAME = pefile-1.2.10-139
-PKGNAME = py-pefile-1.2.10.139
+MODPY_EGG_VERSION = 2017.9.3
+DISTNAME = pefile-${MODPY_EGG_VERSION}
+PKGNAME = py-${DISTNAME}
CATEGORIES = security
@@ -18,10 +17,11 @@ PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_FTP = Yes
-MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=pefile/}
-
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
+MODPY_PI = Yes
+
+RUN_DEPENDS = devel/py-future
NO_TEST = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/py-pefile/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo 13 Apr 2014 07:06:26 -0000 1.2
+++ distinfo 5 Oct 2017 05:03:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (pefile-1.2.10-139.tar.gz) = i3xdhTyXqSPQ9uEo0K52uWKqdf1gjVUvWjLkYnaQihY=
-SIZE (pefile-1.2.10-139.tar.gz) = 57322
+SHA256 (pefile-2017.9.3.tar.gz) = UPruMlnL/HjnJHTuhR7WmWlctsxavz/H8VXgwax0yMk=
+SIZE (pefile-2017.9.3.tar.gz) = 61722
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/py-pefile/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST 29 Sep 2015 09:02:55 -0000 1.3
+++ pkg/PLIST 5 Oct 2017 05:03:42 -0000
@@ -1,4 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.3 2015/09/29 09:02:55 edd Exp $
+@comment $OpenBSD$
lib/python${MODPY_VERSION}/site-packages/ordlookup/
lib/python${MODPY_VERSION}/site-packages/ordlookup/__init__.py
lib/python${MODPY_VERSION}/site-packages/ordlookup/__init__.pyc
@@ -10,6 +10,7 @@ lib/python${MODPY_VERSION}/site-packages
lib/python${MODPY_VERSION}/site-packages/pefile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/pefile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/pefile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
+lib/python${MODPY_VERSION}/site-packages/pefile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/pefile-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/pefile.py
lib/python${MODPY_VERSION}/site-packages/pefile.pyc