mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.51
This commit is contained in:
parent
b54d7a5fb4
commit
3129f98c5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444754
2 changed files with 11 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= oletools
|
PORTNAME= oletools
|
||||||
PORTVERSION= 0.50
|
PORTVERSION= 0.51
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -10,7 +10,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= python@FreeBSD.org
|
MAINTAINER= python@FreeBSD.org
|
||||||
COMMENT= Tools to analyze security characteristics of MS OLE2 files
|
COMMENT= Tools to analyze security characteristics of MS OLE2 files
|
||||||
|
|
||||||
USES= python zip
|
LICENSE= BSD2CLAUSE MIT
|
||||||
|
LICENSE_COMB= multi
|
||||||
|
LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/oletools/LICENSE.txt
|
||||||
|
LICENSE_FILE_MIT= ${WRKSRC}/oletools/LICENSE.txt
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1482302710
|
TIMESTAMP = 1498801825
|
||||||
SHA256 (oletools-0.50.zip) = 87cdb665b4383ebe74ec78ce8187e6f250c56917b0107b0ff945f0cb5f3aaec3
|
SHA256 (oletools-0.51.tar.gz) = 4f15755db9c9e2ddea49e6c442609ed9f10d80c4bbf2b4f9be12a0a5695020e9
|
||||||
SIZE (oletools-0.50.zip) = 1028228
|
SIZE (oletools-0.51.tar.gz) = 1514225
|
||||||
|
|
Loading…
Add table
Reference in a new issue