aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pefile
diff options
context:
space:
mode:
authorrm <rm@FreeBSD.org>2012-05-31 03:16:41 +0800
committerrm <rm@FreeBSD.org>2012-05-31 03:16:41 +0800
commit1fbc22e1266a595f6c8167b0ec8eff37fa61b492 (patch)
tree02178febc9700544d5e0c93e2f6565b011de73ba /devel/py-pefile
parentd8dff3af6a98baef825d603a00d434483b22ce17 (diff)
downloadfreebsd-ports-gnome-1fbc22e1266a595f6c8167b0ec8eff37fa61b492.tar.gz
freebsd-ports-gnome-1fbc22e1266a595f6c8167b0ec8eff37fa61b492.tar.zst
freebsd-ports-gnome-1fbc22e1266a595f6c8167b0ec8eff37fa61b492.zip
- update to 1.2.10-114
While I'm here, do some clenup: - use shortname in MASTER_SITES - drop LICENSE_FILE for well-know license (MIT) - strict python versions to 2.x only - replace redefinition of the whole PYDISTUTILS_EGGINFO with just PYDISTUTILS_PKGVERSION - add tab in pkg-descr PR: 167484 Submitted by: antoine (maintainer)
Diffstat (limited to 'devel/py-pefile')
-rw-r--r--devel/py-pefile/Makefile9
-rw-r--r--devel/py-pefile/distinfo4
-rw-r--r--devel/py-pefile/pkg-descr2
3 files changed, 7 insertions, 8 deletions
diff --git a/devel/py-pefile/Makefile b/devel/py-pefile/Makefile
index 3d690bdd3d98..9cad06d4c4e7 100644
--- a/devel/py-pefile/Makefile
+++ b/devel/py-pefile/Makefile
@@ -6,20 +6,19 @@
#
PORTNAME= pefile
-DISTVERSION= 1.2.10-93
+DISTVERSION= 1.2.10-114
CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine@FreeBSD.org
COMMENT= A python module to read and work with PE files
LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/COPYING
-USE_PYTHON= yes
+USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
-PYDISTUTILS_EGGINFO= ${PORTNAME}-${DISTVERSION:C,-,_,g}-py${PYTHON_VER}.egg-info
+PYDISTUTILS_PKGVERSION= ${DISTVERSION:C,-,_,g}
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
diff --git a/devel/py-pefile/distinfo b/devel/py-pefile/distinfo
index 766a33ba8b90..387efd27e438 100644
--- a/devel/py-pefile/distinfo
+++ b/devel/py-pefile/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pefile-1.2.10-93.tar.gz) = a8a1b8b03ec2ce8c2ffcd916f3ae4f20586e273b959adbf72a24b5013b397e5a
-SIZE (pefile-1.2.10-93.tar.gz) = 47049
+SHA256 (pefile-1.2.10-114.tar.gz) = 290d13671a7ec2be0862489ce1eb58be0b6112cbd707516f8fb4f271836d758d
+SIZE (pefile-1.2.10-114.tar.gz) = 49128
diff --git a/devel/py-pefile/pkg-descr b/devel/py-pefile/pkg-descr
index 5df570ef8c56..625526dce124 100644
--- a/devel/py-pefile/pkg-descr
+++ b/devel/py-pefile/pkg-descr
@@ -2,4 +2,4 @@ pefile is a Python module to read and work with PE files. Most of the
information in the PE Header is accessible, as well as all the sections,
section's information and data.
-WWW: http://code.google.com/p/pefile/
+WWW: http://code.google.com/p/pefile/