ports/152072: [patch] devel/py-pefile: update to 1.2.10-89

Sofian Brabez sbrabez at gmail.com
Tue Nov 9 11:20:10 UTC 2010


>Number:         152072
>Category:       ports
>Synopsis:       [patch] devel/py-pefile: update to 1.2.10-89
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 09 11:20:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sofian Brabez
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd.ifr.lan 8.1-STABLE FreeBSD 8.1-STABLE #2: Thu Sep  2 14:53:08 CEST
>Description:
- Update to 1.2.10-89

Added file(s):
- files/patch-setup.py

Port maintainer (antoine at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- py26-pefile-1.2.10.89.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/py-pefile/Makefile /tmp/py-pefile/Makefile
--- /usr/ports/devel/py-pefile/Makefile	2009-11-11 15:38:38.000000000 +0100
+++ /tmp/py-pefile/Makefile	2010-11-09 12:13:09.000000000 +0100
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pefile
-DISTVERSION=	1.2.10-63
+DISTVERSION=	1.2.10-89
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +15,8 @@
 COMMENT=	A python module to read and work with PE files
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_EGGINFO=	${PORTNAME}-${DISTVERSION:C/\-/_/g}-py${PYTHON_VER}.egg-info
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_EGGINFO=	${PORTNAME}-${DISTVERSION:C/-/_/g}-py${PYTHON_VER}.egg-info
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 
diff -ruN --exclude=CVS /usr/ports/devel/py-pefile/distinfo /tmp/py-pefile/distinfo
--- /usr/ports/devel/py-pefile/distinfo	2009-11-11 15:38:38.000000000 +0100
+++ /tmp/py-pefile/distinfo	2010-11-09 12:07:21.000000000 +0100
@@ -1,3 +1,2 @@
-MD5 (pefile-1.2.10-63.tar.gz) = 2b63c2315b9dbcfe0e4e6c74dc4c029a
-SHA256 (pefile-1.2.10-63.tar.gz) = 8cc58f7397bd47fdf301dff75cab9712f2d02da0beb603972ade459c44b81143
-SIZE (pefile-1.2.10-63.tar.gz) = 40124
+SHA256 (pefile-1.2.10-89.tar.gz) = 977b357d87d58716b98f76da99cb55a7b1efe15ceb9e8b7440e10dba2564853f
+SIZE (pefile-1.2.10-89.tar.gz) = 45469
diff -ruN --exclude=CVS /usr/ports/devel/py-pefile/files/patch-setup.py /tmp/py-pefile/files/patch-setup.py
--- /usr/ports/devel/py-pefile/files/patch-setup.py	1970-01-01 01:00:00.000000000 +0100
+++ /tmp/py-pefile/files/patch-setup.py	2010-11-09 12:04:41.000000000 +0100
@@ -0,0 +1,15 @@
+--- ./setup.py.orig	2010-11-09 12:03:46.000000000 +0100
++++ ./setup.py	2010-11-09 12:04:29.000000000 +0100
+@@ -1,10 +1,7 @@
+ #!/usr/bin/env python
+ 
+-try:
+-    from setuptools import setup
+-except ImportError, excp:
+-    from distutils.core import setup
+-    
++from distutils.core import setup
++
+ import pefile
+ import os
+ 
diff -ruN --exclude=CVS /usr/ports/devel/py-pefile/pkg-plist /tmp/py-pefile/pkg-plist
--- /usr/ports/devel/py-pefile/pkg-plist	2007-09-10 14:28:36.000000000 +0200
+++ /tmp/py-pefile/pkg-plist	2010-11-09 12:02:04.000000000 +0100
@@ -1,3 +1,4 @@
+ at comment $FreeBSD$
 %%PYTHON_SITELIBDIR%%/pefile.py
 %%PYTHON_SITELIBDIR%%/pefile.pyc
 %%PYTHON_SITELIBDIR%%/pefile.pyo
--- py26-pefile-1.2.10.89.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list