mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- Update to 1.2.2
- Adjust DOCSDIR PR: ports/109447 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Approved by: maintainer (Antoine Brodin)
This commit is contained in:
parent
c0d7459b96
commit
ee49ff88c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185883
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pefile
|
||||
PORTVERSION= 1.2
|
||||
PORTVERSION= 1.2.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://dkbza.org/pefile/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -17,6 +17,10 @@ COMMENT= A python module to read and work with PE files
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pefile-1.2.tar.gz) = 526053d92459cf7561a17e852d108feb
|
||||
SHA256 (pefile-1.2.tar.gz) = 38e789dd5b9c903636ca36ae03f666743b611b9e0996c97946e5724fbd5f22cc
|
||||
SIZE (pefile-1.2.tar.gz) = 22726
|
||||
MD5 (pefile-1.2.2.tar.gz) = 5e088ffdf40509c37f33235c5e1c4041
|
||||
SHA256 (pefile-1.2.2.tar.gz) = f042edca0dc2f073c2f3fe74ee6d7459fec286c223123524f8084e11003f65cd
|
||||
SIZE (pefile-1.2.2.tar.gz) = 26280
|
||||
|
Loading…
Reference in New Issue
Block a user