mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
In preparation to deprecate shells/bash2 do at textproc/xmlto [1]
and devel/cogito [2]: . change RUN_DEPENDS shells/bash2 -> shells/bash; . bump PORTREVISION. PR: 107005 [1], 107113 [2] Submitted by: bsam (me) [1], [2] Approved by: anholt (maintainer timeout) [2]
This commit is contained in:
parent
3ce8239d41
commit
eabcb9a740
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183810
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
PORTNAME= cogito
|
PORTNAME= cogito
|
||||||
PORTVERSION= 0.17.2
|
PORTVERSION= 0.17.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.kernel.org/pub/software/scm/cogito/ \
|
MASTER_SITES= http://www.kernel.org/pub/software/scm/cogito/ \
|
||||||
http://www.uk.kernel.org/pub/software/scm/cogito/ \
|
http://www.uk.kernel.org/pub/software/scm/cogito/ \
|
||||||
@ -21,7 +21,7 @@ BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \
|
|||||||
xmlto:${PORTSDIR}/textproc/xmlto
|
xmlto:${PORTSDIR}/textproc/xmlto
|
||||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||||
RUN_DEPENDS= git:${PORTSDIR}/devel/git \
|
RUN_DEPENDS= git:${PORTSDIR}/devel/git \
|
||||||
bash:${PORTSDIR}/shells/bash2 \
|
bash:${PORTSDIR}/shells/bash \
|
||||||
rsync:${PORTSDIR}/net/rsync
|
rsync:${PORTSDIR}/net/rsync
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
|
@ -10,13 +10,14 @@
|
|||||||
|
|
||||||
PORTNAME= xmlto
|
PORTNAME= xmlto
|
||||||
PORTVERSION= 0.0.18
|
PORTVERSION= 0.0.18
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/
|
MASTER_SITES= http://cyberelk.net/tim/data/xmlto/stable/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Front-end to an XSL toolchain
|
COMMENT= Front-end to an XSL toolchain
|
||||||
|
|
||||||
BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash2 \
|
BUILD_DEPENDS= ${BASH_CMD}:${PORTSDIR}/shells/bash \
|
||||||
${GETOPT_CMD}:${PORTSDIR}/misc/getopt \
|
${GETOPT_CMD}:${PORTSDIR}/misc/getopt \
|
||||||
xmllint:${PORTSDIR}/textproc/libxml2 \
|
xmllint:${PORTSDIR}/textproc/libxml2 \
|
||||||
xsltproc:${PORTSDIR}/textproc/libxslt \
|
xsltproc:${PORTSDIR}/textproc/libxslt \
|
||||||
|
Loading…
Reference in New Issue
Block a user