1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- update to 0.1.3,1

- Remove LICENSE_FILE for well-known licenses
- while here use optionsNG for portdocs

PR:	ports/169143
Submitted by:	koobs.freebsd@gmail.com
Approved by:	maintainer, mhjacks@swbell.net
This commit is contained in:
Jason Helfman 2012-06-19 16:33:01 +00:00
parent 3443045a16
commit fbc6ddc152
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299644
2 changed files with 6 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= asn1
PORTVERSION= 0.1.2
PORTVERSION= 0.1.3
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
@ -18,7 +18,6 @@ MAINTAINER= mhjacks@swbell.net
COMMENT= ASN.1 toolkit for Python
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
# Python3 ready
USE_PYTHON= yes
@ -33,8 +32,10 @@ BASEDOCS= CHANGES \
DOCDOCS= pyasn1-tutorial.html
.include <bsd.port.options.mk>
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for f in ${BASEDOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}

View File

@ -1,2 +1,2 @@
SHA256 (pyasn1-0.1.2.tar.gz) = 2422dabc63126cd6a27e41ad6dec53b3df1d701114a1184e7630e4c857380e12
SIZE (pyasn1-0.1.2.tar.gz) = 53547
SHA256 (pyasn1-0.1.3.tar.gz) = 937fd751c4c25dbd37810d15138114640773c7c276039c9f6d7276fdacb355b7
SIZE (pyasn1-0.1.3.tar.gz) = 54291