Chase www/py-utidylib move
This commit is contained in:
parent
f58d2718ec
commit
5e841334d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442919
3 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= translate-toolkit
|
||||
PORTVERSION= 2.0.0b7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
|
@ -20,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \
|
|||
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml \
|
||||
iso-codes>=1.3:misc/iso-codes \
|
||||
bash:shells/bash \
|
||||
${PYTHON_PKGNAMEPREFIX}utidy>=0:www/py-utidy
|
||||
${PYTHON_PKGNAMEPREFIX}utidylib>=0:www/py-utidylib
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
# Can use psyco (on i386)
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ SQLITE3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3
|
|||
SYNTAX_DESC= HTML/CSS syntax check
|
||||
SYNTAX_RUN_DEPENDS=\
|
||||
${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.5:www/py-cssutils \
|
||||
${PYTHON_PKGNAMEPREFIX}utidy>=0.2:www/py-utidy
|
||||
${PYTHON_PKGNAMEPREFIX}utidylib>=0.2:www/py-utidylib
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= utidylib
|
||||
PORTVERSION= 0.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
|
Loading…
Reference in a new issue