mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- update to 0.0.3
- make SF mirror the first one, because pypi doesn't carry new distfile - drop LICENSE_FILE for well-known license (BSD) - install tools, included into distribution
This commit is contained in:
parent
9a6854173e
commit
d9ff78b4a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294801
3 changed files with 24 additions and 8 deletions
|
@ -6,10 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= asn1-modules
|
||||
PORTVERSION= 0.0.2
|
||||
PORTVERSION= 0.0.3
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
SF/pyasn1/py${PORTNAME}/${PORTVERSION}
|
||||
MASTER_SITES= SF/pyasn1/py${PORTNAME}/${PORTVERSION} \
|
||||
CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -17,7 +17,6 @@ MAINTAINER= rm@FreeBSD.org
|
|||
COMMENT= Collection of ASN.1 data structures for py-asn1
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.1:${PORTSDIR}/devel/py-asn1
|
||||
|
||||
|
@ -28,10 +27,16 @@ PYDISTUTILS_PKGNAME= pyasn1-modules
|
|||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
|
||||
BASEDOCS= CHANGES \
|
||||
README
|
||||
BASEDOCS= CHANGES README
|
||||
|
||||
TOOLS= crldump.py crmfdump.py ocspclient.py ocspreqdump.py \
|
||||
ocsprspdump.py pkcs10dump.py pkcs1dump.py pkcs7dump.py \
|
||||
pkcs8dump.py snmpget.py x509dump.py
|
||||
|
||||
post-install:
|
||||
.for t in ${TOOLS}
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/tools/${t} ${PREFIX}/bin
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for f in ${BASEDOCS}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pyasn1-modules-0.0.2.tar.gz) = 448ead91a7785d19dfc8645afd182e50bf99845b196f6f38cc083104e0efb097
|
||||
SIZE (pyasn1-modules-0.0.2.tar.gz) = 12945
|
||||
SHA256 (pyasn1-modules-0.0.3.tar.gz) = 5217e7570d7125b428f040c4a851c484387e7fbeaea1289e9068ed944d87355b
|
||||
SIZE (pyasn1-modules-0.0.3.tar.gz) = 29560
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
bin/crldump.py
|
||||
bin/crmfdump.py
|
||||
bin/ocspclient.py
|
||||
bin/ocspreqdump.py
|
||||
bin/ocsprspdump.py
|
||||
bin/pkcs10dump.py
|
||||
bin/pkcs1dump.py
|
||||
bin/pkcs7dump.py
|
||||
bin/pkcs8dump.py
|
||||
bin/snmpget.py
|
||||
bin/x509dump.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
|
Loading…
Add table
Reference in a new issue