Hi,

this is the diff to update distorm3 to latest release.
The project has moved to github so there are few modications about that.

Ok?

Cheers,

Remi.
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/distorm3/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile    27 Sep 2014 16:53:53 -0000      1.3
+++ Makefile    19 Sep 2015 19:16:45 -0000
@@ -2,22 +2,21 @@
 
 COMMENT =              powerful disassembler library for x86/amd64
 
-DISTNAME =             distorm3
-PKGNAME =              ${DISTNAME}-3
-REVISION=              0
+MODPY_EGG_VERSION =    3.3.0
+DISTNAME =             distorm3-${MODPY_EGG_VERSION}
 
 CATEGORIES =           security
 
-HOMEPAGE =             https://code.google.com/p/distorm/
+HOMEPAGE =             https://github.com/gdabah/distorm/
 
 # GPLv3
 PERMIT_PACKAGE_CDROM = Yes
 
 WANTLIB += pthread
 
-MASTER_SITES =         https://distorm.googlecode.com/files/
-
-EXTRACT_SUFX =         .zip
+GH_ACCOUNT =           gdabah
+GH_PROJECT =           distorm
+GH_TAGNAME =           v${MODPY_EGG_VERSION}
 
 MODULES =              lang/python
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/distorm3/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 distinfo
--- distinfo    10 Sep 2014 11:17:45 -0000      1.1.1.1
+++ distinfo    19 Sep 2015 19:16:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (distorm3.zip) = 0xHSMuEI3visrA1PZRTnvAcON9eqEjq5qaBbkyIyFYI=
-SIZE (distorm3.zip) = 239738
+SHA256 (distorm3-3.3.0.tar.gz) = iH4SZxqvyxmLqQ+p3lqB/AouaC9CBhjve6bMToTARDg=
+SIZE (distorm3-3.3.0.tar.gz) = 230739
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/distorm3/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   10 Sep 2014 11:17:45 -0000      1.1.1.1
+++ pkg/PLIST   19 Sep 2015 19:16:45 -0000
@@ -1,6 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.1.1.1 2014/09/10 11:17:45 rpointel Exp $
 lib/python${MODPY_VERSION}/site-packages/distorm3/
-lib/python${MODPY_VERSION}/site-packages/distorm3-3-py${MODPY_VERSION}.egg-info
+lib/python${MODPY_VERSION}/site-packages/distorm3-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
 lib/python${MODPY_VERSION}/site-packages/distorm3/__init__.py
 lib/python${MODPY_VERSION}/site-packages/distorm3/__init__.pyc
 lib/python${MODPY_VERSION}/site-packages/distorm3/__init__.pyo

Reply via email to