Update to 0.6.2
This commit is contained in:
parent
fcb5fc3711
commit
51d70e2bf8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358173
2 changed files with 3 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= docopt
|
||||
PORTVERSION= 0.6.1
|
||||
PORTVERSION= 0.6.2
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -24,16 +24,10 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
|||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (docopt-0.6.1.tar.gz) = 71ad940a773fbc23be6093e9476ad57b2ecec446946a28d30127501f3b29aa35
|
||||
SIZE (docopt-0.6.1.tar.gz) = 25815
|
||||
SHA256 (docopt-0.6.2.tar.gz) = 49b3a825280bd66b3aa83585ef59c4a8c82f2c8a522dbe754a8bc8d08c85c491
|
||||
SIZE (docopt-0.6.2.tar.gz) = 25901
|
||||
|
|
Loading…
Reference in a new issue