Update to 0.24
This commit is contained in:
parent
a9c5c34982
commit
4fcb85f871
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421290
2 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyelftools
|
||||
PORTVERSION= 0.23
|
||||
PORTVERSION= 0.24
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,6 +13,7 @@ COMMENT= Library for analyzing ELF files and DWARF debugging information
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
|
@ -20,7 +21,7 @@ PORTEXAMPLES= *
|
|||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
post-install:
|
||||
post-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (pyelftools-0.23.tar.gz) = fc57aadd096e8f9b9b03f1a9578f673ee645e1513a5ff0192ef439e77eab21de
|
||||
SIZE (pyelftools-0.23.tar.gz) = 401363
|
||||
TIMESTAMP = 1470465841
|
||||
SHA256 (pyelftools-0.24.tar.gz) = e9dd97d685a5b96b88a988dabadb88e5a539b64cd7d7927fac9a7368dc4c459c
|
||||
SIZE (pyelftools-0.24.tar.gz) = 411874
|
||||
|
|
Loading…
Reference in a new issue