mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
devel/hg-git: update to 0.6.1 [1]
- Add DOCS [1] - Remove not required dependency PR: 191659 Submitted by: maintainer [1]
This commit is contained in:
parent
29ef2c74f5
commit
9dbc7c92df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363875
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hg-git
|
||||
PORTVERSION= 0.6.0
|
||||
PORTVERSION= 0.6.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -14,10 +14,17 @@ LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= ${PKGNAMEPREFIX}dulwich>=*:${PORTSDIR}/devel/dulwich \
|
||||
mercurial>=*:${PORTSDIR}/devel/mercurial \
|
||||
${PKGNAMEPREFIX}ordereddict>=1.1:${PORTSDIR}/devel/py-ordereddict
|
||||
|
||||
PORTDOCS= README.md
|
||||
|
||||
USE_PYTHON= 2
|
||||
USE_PYDISTUTILS=yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (hg-git-0.6.0.tar.gz) = fe10a81d5daf401e1df6d04e63a300a405441a77f13dfd6f1833e76c2785ecd5
|
||||
SIZE (hg-git-0.6.0.tar.gz) = 31073
|
||||
SHA256 (hg-git-0.6.1.tar.gz) = 3a8111b232c2ab479d653e0fda7fb71d54af50fcaa18f49a648d9e3338f9d38c
|
||||
SIZE (hg-git-0.6.1.tar.gz) = 41055
|
||||
|
Loading…
Reference in New Issue
Block a user